Manage Specs
manage_specsManage spec-driven development lifecycle: scaffold spec templates, ingest PRDs/Gherkin, export specs, verify acceptance criteria, decompose features, and generate compliance matrices.
Instructions
Spec-Driven Development (SDD) lifecycle and workflow template generation. Supported actions: scaffold (generate spec template in .specs/), ingest (parse PRD/Gherkin into graph nodes), export (export spec node back to Markdown/Gherkin), compliance (calculate requirement coverage matrix), verify (mark acceptance criterion verified/failing), decompose_feature (decompose feature into plan/milestones/subtasks), template (scaffold FDD or RFC template).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of template or feature. | |
| title | No | Title of feature spec or template. | |
| action | No | The specification or template action to execute. | |
| format | No | Format of spec file. | |
| status | No | Verification status for verify. | |
| project | No | Target project name or slug. | |
| spec_id | No | Spec node ID for export. | |
| subtasks | No | Array of subtask titles for decompose_feature. | |
| template | No | Template type for template action. | |
| file_path | No | File path of PRD or Gherkin feature for ingest. | |
| description | No | Feature description for decompose_feature. | |
| criterion_id | No | Acceptance criterion node ID for verify. | |
| observation_id | No | Optional observation node ID containing test proof. |