skills/brainstorm/SKILL.md
Use before building anything non-trivial — new features, architectural changes, multi-file modifications. Explores intent, requirements, and design before implementation.
npx skillsauth add benaskins/humanpowers brainstormInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Go from a rough idea to a concrete design through conversation. Explore the problem space before converging on a solution.
/ground yourself first — your first question should show you've read the codedocs/plans/YYYY-MM-DD-<topic>-design.md. Otherwise, the conversation is the artifact.Do not jump to plan mode or implementation until the design direction is agreed.
Once the design is agreed, /iterate.
$ARGUMENTS
testing
Review open issues and PRs across the workspace to decide what needs action
testing
Use before claiming any fix, deploy, or implementation is complete. Requires showing evidence — not assertions.
development
Use when executing an implementation plan. Builds in TDD cycles with disciplined commits — one commit per plan step, no unrelated files swept in.
tools
Orient in project state before starting work