create-spec-doc
Generate a single spec document (requirements, design, or tasks) for structured software development workflows in AI-assisted projects. Requires user review after each document creation for accuracy and compliance.
Instructions
Create spec document. CRITICAL: Only creates ONE document at a time. You MUST get user review after EACH document before creating the next one.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The complete markdown content for the spec document | |
document | Yes | Which spec document to create/update: requirements, design, or tasks | |
projectPath | Yes | Absolute path to the project root | |
specName | Yes | Feature name in kebab-case (e.g., user-authentication) |