cmd-speckit-plan
Installation
SKILL.md
/speckit.plan
Agent skill wrapper for the Claude command /speckit.plan.
When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.
Command Instructions
Produce a complete technical implementation plan from a feature specification.
Steps
- Locate the spec:
- If input names a feature or file path, use it.
- Otherwise check
.specify/specs/*/spec.md; if multiple, ask which to plan. - Fall back to
spec.mdin the project root. - Set
FEATURE_DIRto the spec's parent directory.