From copilot-cli-toolkit
Decomposes specs into milestones with tasks, dependencies, sizing, risks, and mitigations. Generates structured execution plans after /spec for project builds.
How this skill is triggered — by the user, by Claude, or both
Slash command
/copilot-cli-toolkit:planThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
@CLAUDE.md
@CLAUDE.md
Plan: $ARGUMENTS
If $ARGUMENTS is empty, check for recent /spec output in the conversation. If none found, ask the user what to plan.
Structured plan:
npx claudepluginhub rjmurillo/ai-agentsTransforms specifications into dependency-ordered implementation plans featuring architecture design, phased task breakdowns, dependency graphs, sprint schedules, and risk assessments.
Generates numbered task lists from specs before coding, detailing file paths, exact changes, tests, and success evidence for each task. Use for multi-file, multi-day, or team projects.
Creates detailed implementation plan from feature spec: analyzes acceptance criteria, breaks down tasks, estimates effort, identifies dependencies and parallelization opportunities.