openspec-apply-change
Installation
SKILL.md
Implement OpenSpec change tasks
Work through a change's task checklist against real code, one task at a time, checking each off only once it is actually done.
Steps
-
Select the change. Use a given name; otherwise infer from context, or auto-select if only one active change exists. If ambiguous, run
openspec list --jsonand let the user choose. Always announce which change is in use. -
Check status:
openspec status --change "<name>" --json— readschemaNameand which artifact holds the tasks. -
Get apply instructions:
openspec instructions apply --change "<name>" --json