/vt-c-kw-specs¶
Break down a PRD into implementation-sized feature briefs (specs) for development handoff
Plugin: core-standards
Usage: /vt-c-kw-specs
/vt-c-kw-specs¶
Generate specs (feature briefs) from an approved PRD document.
Usage¶
/vt-c-kw-specs # Process PRD in current project
/vt-c-kw-specs --prd PATH # Process specific PRD file
/vt-c-kw-specs --feature NAME # Generate single feature brief
What It Does¶
- Reads PRD.md and analyzes feature scope
- Reads PID.md for technical constraints
- Generates spec-0 (Project Setup):
- Links to parent PRD
- Tech stack from PID
- Shared components and CI/CD
- Generates spec-N for each feature:
- Feature name and scope
- User stories (from PRD)
- Testable acceptance criteria
- Prototype links (if exists)
- Dependencies mapping
- SpecKit-compatible format
- Saves to [Project]/05-specs/
specs = SpecKit Bridge¶
specs are designed to bridge Knowledge Work to Development:
- Each specs can be used directly as a SpecKit spec
- Development team copies specs to specs/[N]-feature/spec.md
- Run /vt-c-2-plan to start implementation
Output Structure¶
Execution¶
Invoke the kw-specs skill:
→ Load skill from skills/vt-c-kw-specs/SKILL.md