| name | openspec-ff |
| description | Fast-forward scaffold-only changes |
What I do
Fast-forward scaffold-only changes to create all artifacts (proposal, design, specs, tasks) automatically.
When to use me
When the user has a scaffold-only change and wants to quickly generate all required artifacts.
Workflow
- Verify the change exists and is scaffold-only
- Call
openspec_ff with the changeId
- Report which artifacts were created
- Suggest reviewing the generated files
Example
User: "fast forward the add-auth change"
→ Verify change is scaffold-only
→ Call openspec_ff({ changeId: "add-auth" })
→ Report created artifacts