1.2 KiB
1.2 KiB
description, argument-hint, allowed-tools
| description | argument-hint | allowed-tools | |
|---|---|---|---|
| Continue or expand work on existing specification with new requirements |
|
Bash(bash:*) |
Iterate on Existing Specification
Use the Skill tool to load the spec-architect skill and execute the ITERATE workflow.
Context
- Most recent spec: !
bash ~/.claude/plugins/marketplaces/codethread-plugins/plugins/spec-dev/scripts/get-latest-spec.sh specs
Arguments
ITERATION_BRIEF: $ARGUMENTS
Instructions
-
Determine which spec to use:
- By default, use the most recent spec from Context
- If
ITERATION_BRIEFmentions a specific spec (e.g., "add PDF export to specs/002-dashboard"), use that spec instead - Pay attention to phrases like "in spec 002", "for the authentication feature", or explicit spec directory references
-
Load the
spec-dev:spec-architectskill -
Follow the ITERATE Workflow described in the loaded skill:
- The workflow will assess the current state
- Route to PLAN Workflow if specifications need creation/refinement
- Route to BUILD Workflow if ready to implement from existing specs
-
Use the
ITERATION_BRIEFto understand what the user wants (continue implementation, add features, refine design, etc.)