speckit-plan
Spec Kit Plan Skill
When to Use
- The feature spec is ready and you need a technical implementation plan.
Inputs
specs/<feature>/spec.md- Repo context and
.specify/templates - User-provided constraints or tech preferences (if any)
If the spec is missing, ask the user to run speckit-specify first.
Workflow
-
Setup: Run
.specify/scripts/bash/setup-plan.sh --jsonfrom repo root and parse JSON for FEATURE_SPEC, IMPL_PLAN, SPECS_DIR, BRANCH. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'''m Groot' (or double-quote if possible: "I'm Groot"). -
Load context: Read FEATURE_SPEC and
.specify/memory/constitution.md. Load IMPL_PLAN template (already copied).
More from dceoy/speckit-agent-skills
speckit-specify
Create or update a feature specification from a natural language feature description.
250speckit-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
198speckit-constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
198speckit-implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
169speckit-clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
102speckit-checklist
Generate a custom checklist for the current feature based on user requirements.
87