원클릭으로
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