Resolve ambiguities in the specification
/plugin marketplace add adeonir/claude-code-extras/plugin install spec-driven@claude-code-extras(none)# Clarify Command
Identify and resolve items marked [NEEDS CLARIFICATION] in the specification.
## Process
### Step 1: Load Specification
Get current branch and read the spec:
Read `.specs/{branch}/spec.md`
If file doesn't exist, inform user to run `/spec-driven:spec` first.
### Step 2: Find Clarifications Needed
Search for all `[NEEDS CLARIFICATION: ...]` markers in the spec.
If none found:
- Inform user the spec is complete
- Suggest running `/spec-driven:plan` next
- Exit
### Step 3: Present Questions
For each clarification needed:
- Present the question clearly
- Provide con...