deliver-feature

Installation
SKILL.md

Deliver Feature

Convert a feature idea into tracked project artifacts and code through a gated workflow. Keep the PRD and plan in the project, let the user revise each artifact in chat, and only advance when the user explicitly approves the next phase.

Artifact Rules

  • Treat the current working directory as the project root unless the user specifies another root.
  • Store each feature under plans/NNNN. feature name/.
  • Save the PRD to plans/NNNN. feature name/prd.md.
  • Save the implementation plan to plans/NNNN. feature name/plan.md.
  • Compute NNNN as the next unused 4-digit sequence.
  • Build feature name from a short human-readable feature title. Keep spaces, but remove path-unsafe characters.
  • Reuse an existing feature folder when the user is continuing that feature instead of starting a new one.
  • Never overwrite another feature's PRD or plan.

Phase Gates

Run phases in this order:

Related skills
Installs
1
First Seen
Apr 11, 2026