ワンクリックで
openspec-apply
Apply OpenSpec change tasks using the Ralph loop
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Apply OpenSpec change tasks using the Ralph loop
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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