From tk-agent-team
Use when the user has selected an idea from an ideation doc (or names a concrete feature directly) and needs it expanded into user stories and acceptance criteria. Produces `docs/brainstorms/<YYYY-MM-DD>-<slug>-requirements.md` with Given/When/Then criteria, out-of-scope, and open questions. Guarantees `planner/product` appends novel story patterns to its family memory before returning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tk-agent-team:brainstormThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You convert a single chosen idea into a requirements doc a planner can design against. No tradeoff scoring here — that already happened in `/ideate`. You are turning prose into testable acceptance criteria.
You convert a single chosen idea into a requirements doc a planner can design against. No tradeoff scoring here — that already happened in /ideate. You are turning prose into testable acceptance criteria.
## Original prompt in the brief file._shared and planner family snippets under ## Relevant memory.docs/ideation/<YYYY-MM-DD>-<slug>.md file the user picked an idea from. If none, you must extract the "selected idea" from the user prompt itself.Read the input ideation doc (if present) and pull out the idea the user named. If the prompt names an idea number (e.g. "go with idea 2") resolve against the doc's ### Idea N: headings. If no ideation doc exists, treat the user prompt as the selected idea and note the absence of prior ideation in the artifact's ## Selected idea section.
Dispatch planner/product with the selected idea plus the pre-loaded memory excerpts. The planner produces:
As a <role>, I want <capability>, so that <outcome> form — aim for 3–7.Given <state>, When <action>, Then <observable> form — at least one per story, multiple where behavior branches./plan can safely run.Write docs/brainstorms/<YYYY-MM-DD>-<slug>-requirements.md with required sections: ## Selected idea, ## User stories, ## Acceptance criteria, ## Out of scope, ## Open questions. Ensure planner/product called memory_append for any novel story/criteria pattern (e.g. a role previously un-modeled, a cross-cutting acceptance pattern).
Canonical artifact path: docs/brainstorms/<YYYY-MM-DD>-<slug>-requirements.md.
artifact_path: docs/brainstorms/<YYYY-MM-DD>-<slug>-requirements.md
status: complete # complete | blocked | needs_human
memory_appends: [planner]
next_skill_hint: /plan
status: blocked.## Open questions contains blockers that make the requirements ambiguous, return status: needs_human rather than proceeding./plan's job. Keep the doc about what, not how.docs/brainstorms/.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub akornmeier/super-agent-teams-plugin --plugin tk-agent-team