with one click
openspec-apply
Apply OpenSpec change tasks using the Ralph loop
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Apply OpenSpec change tasks using the Ralph loop
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Archive completed OpenSpec changes
Fast-forward scaffold-only changes
Initialize a new OpenSpec workspace
List all OpenSpec changes and specifications
Create a new OpenSpec change
View OpenSpec change details and artifacts
| name | openspec-apply |
| description | Apply OpenSpec change tasks using the Ralph loop |
Execute tasks from an OpenSpec change using the Ralph loop pattern with batch processing.
When the user wants to implement code changes from a change's tasks.md file.
openspec_view to verify the change exists and show current tasksopenspec_apply with the changeId and countUser: "apply the add-auth change"
→ Load openspec-apply skill
→ Call openspec_view({ changeId: "add-auth" })
→ Ask: "How many tasks per batch? (default: 1)"
→ Call openspec_apply({ changeId: "add-auth", count: 5 })
→ Show results