Scaffold a new OpenSpec change and validate strictly.
Scaffolds OpenSpec changes with strict validation and structured documentation.
/plugin marketplace add jbabin91/super-claude/plugin install workflow@super-claudeopenspec/Guardrails
openspec/AGENTS.md (located inside the openspec/ directory—run ls openspec or openspec update if you don't see it) if you need additional OpenSpec conventions or clarifications.Steps
openspec/project.md, run openspec list and openspec list --specs, and inspect related code or docs (e.g., via rg/ls) to ground the proposal in current behavior; note any gaps that require clarification.change-id and scaffold proposal.md, tasks.md, and design.md (when needed) under openspec/changes/<id>/.design.md when the solution spans multiple systems, introduces new patterns, or demands trade-off discussion before committing to specs.changes/<id>/specs/<capability>/spec.md (one folder per capability) using ## ADDED|MODIFIED|REMOVED Requirements with at least one #### Scenario: per requirement and cross-reference related capabilities when relevant.tasks.md as an ordered list of small, verifiable work items that deliver user-visible progress, include validation (tests, tooling), and highlight dependencies or parallelizable work.openspec validate <id> --strict and resolve every issue before sharing the proposal.Reference
openspec show <id> --json --deltas-only or openspec show <spec> --type spec to inspect details when validation fails.rg -n "Requirement:|Scenario:" openspec/specs before writing new ones.rg <keyword>, ls, or direct file reads so proposals align with current implementation realities.