OPSX: Sync
49Command Claude Code
Sync delta specs from a change to main specs.
Command Claude Code
Sync delta specs from a change to main specs.
Command Claude Code
Update a change - revise existing planning artifacts and keep them coherent (Experimental).
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, Bash, Edit, Write and NotebookEdit tool calls, executing launch-gate.mjs via node (3 commands). From recomposesh/recompose.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From recomposesh/recompose.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Skill Claude CodeCodex
Invoke when a feature request enters the pipeline through /feature-cycle , or whenever a "build this feature" ask needs to run from idea to merged pull request. Defines the classify, discover, design, implement, review, and pull-request process and the human gates between its runs.
Skill Claude CodeCodex
Rules for writing Gherkin .feature files in recompose. Mandatory together with playwright-best-practices when writing or reviewing any e2e test, .feature file, or step definition.
Skill Claude CodeCodex
Create a new ADR under docs/adr/ with the next sequential number and update the index. Use whenever a technical decision is made (CLAUDE.md requires every decision to be recorded).
Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Skill Claude CodeCodex
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Skill Claude CodeCodex
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Skill Claude CodeCodex
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Skill Claude CodeCodex
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Skill Claude CodeCodex
Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use when the user wants to revise a change's plan, fold new decisions into it, or reconcile its artifacts after an edit. Never edits code.