Skip to content

/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

  1. Reads PRD.md and analyzes feature scope
  2. Reads PID.md for technical constraints
  3. Generates spec-0 (Project Setup):
  4. Links to parent PRD
  5. Tech stack from PID
  6. Shared components and CI/CD
  7. Generates spec-N for each feature:
  8. Feature name and scope
  9. User stories (from PRD)
  10. Testable acceptance criteria
  11. Prototype links (if exists)
  12. Dependencies mapping
  13. SpecKit-compatible format
  14. 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

05-specs/
├── spec-0-project-setup.md
├── spec-1-feature-name.md
├── spec-2-feature-name.md
└── ...

Execution

Invoke the kw-specs skill: → Load skill from skills/vt-c-kw-specs/SKILL.md