From tk-agent-team
Use when requirements exist (from `/brainstorm`) or the user asks for a technical design, ADR, or implementation plan. Produces `docs/plans/<YYYY-MM-DD>-<slug>-plan.md` conforming to `references/plan-schema.md`, reviewed once by `reviewer/architecture` for standing-decision conflicts. Guarantees `planner/technical` and `reviewer/architecture` both append to their family memory before returning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tk-agent-team:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You turn requirements into an implementable technical plan. You are not writing code and not picking ideas — those happened upstream. You *are* naming layers, data model changes, migrations, and risks concretely enough that `/work` can execute without asking follow-up questions.
You turn requirements into an implementable technical plan. You are not writing code and not picking ideas — those happened upstream. You are naming layers, data model changes, migrations, and risks concretely enough that /work can execute without asking follow-up questions.
## Original prompt in the brief file._shared, planner, and reviewer snippets under ## Relevant memory. The reviewer snippets must include any protected standing decisions (ADRs).docs/brainstorms/<YYYY-MM-DD>-<slug>-requirements.md file. If none, you must synthesize implicit requirements from the prompt and call that out in ## Context.Dispatch planner/technical with the requirements doc and pre-loaded memory. The planner drafts against references/plan-schema.md — every required section must be populated or explicitly marked N/A (reason). The draft is written to the artifact path in full before stage 2 begins.
Dispatch reviewer/architecture with the draft plan and the reviewer family memory. The reviewer flags:
Output is a findings list — blockers vs. advisories — handed to stage 3.
Dispatch planner/technical again with the findings list. All blockers must be resolved (by changing the plan OR by explicitly overriding a standing decision with justification in ## Risks). Advisories may be addressed or acknowledged. Write final plan to docs/plans/<YYYY-MM-DD>-<slug>-plan.md. Ensure both planner and reviewer called memory_append for novel architectural patterns, conflicts resolved, or new standing decisions.
Canonical artifact path: docs/plans/<YYYY-MM-DD>-<slug>-plan.md.
artifact_path: docs/plans/<YYYY-MM-DD>-<slug>-plan.md
status: complete # complete | blocked | needs_human
memory_appends: [planner, reviewer]
next_skill_hint: /work
references/plan-schema.md must be present. Missing = status: blocked.docs/plans/.references/plan-schema.md — required sections a valid plan doc must contain.npx claudepluginhub akornmeier/super-agent-teams-plugin --plugin tk-agent-teamProvides 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.