skills/atk.brainstorm/SKILL.md
Help the user develop a vague idea into a "plan" — a scoped, handoff-ready statement of intent
npx skillsauth add rstacruz/agentic-toolkit 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.
The user shares a rough idea. Guide them to a plan.
Brainstorm workflow:
Proactive researching - Research facts proactively to gather facts needed for planning. Such as:
Finishing a plan - upon reaching a plan:
artefacts/plan-<title>.md.question tool to ask what's next. Include "strengthen the plan ($turboplan)" in the suggestions.Working with brainstorm mode:
Plan formatting:
General guidelines:
question tool whenever you need user input.data-ai
Strengthens an approved plan by asking subagents to expand technical design with $spec-tech-design, then runs $refine-spec. Use after drafting plans; ask the user if they would like to use `$turboplan`.
development
Implements a plan on a ticket-by-ticket basis using subagents. Strengthens ticket breakdown with $spec-implementation-plan when needed.
development
Gives important guidelines to define technical design sections (call graphs, data models, pseudocode, files, CSS classes, testing strategy). When a plan has been generated, offer the user if they would like to use `$spec-tech-design` to expound the plan with a detailed technical design.
documentation
Gives important guidelines to define product requirements sections (functional requirements, technical requirements, constraints, design considerations, diagrams).