speckit_clarify
Scan specification files for ambiguities across 9 taxonomy categories, return up to 5 prioritized questions, or write answers inline directly in spec.md.
Instructions
Manage clarification questions for a feature. Scan spec.md for ambiguities across 9 taxonomy categories and return up to 5 prioritized questions (scan), or write an answer inline in spec.md (answer). Does not write clarifications.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: scan (identify ambiguities in spec), answer (write answer inline in spec.md). | |
| answer | No | The answer text to write inline in spec.md (required for answer action). | |
| feature_name | Yes | Name of the feature to clarify. | |
| project_path | No | Path to the spec-kit project root. | |
| question_index | No | Zero-based index of the [NEEDS CLARIFICATION] marker to answer (required for answer action). |