Implement tasks from the change using `/opsx:apply`, working through the task list and checking off items. Use when the user says "implement", "apply the change", "/opsx:apply", or "start coding from tasks".
41:T889,
Use /opsx:apply to implement tasks from a change. The agent reads tasks.md, works through tasks one by one, writes code, creates files, runs tests as needed, and checks off completed items with [x].
tasks.md exists (created via openspec-ff or openspec-continue).Start implementation
/opsx:apply/opsx:apply <change-name> — apply a specific change.Read tasks
tasks.md and identifies incomplete tasks (unchecked [ ] items).Work through tasks
[x] in tasks.md.Handle issues
design.md) and continue.Resume if interrupted
/opsx:apply again; it picks up where it left off based on checkbox state.tasks.md updated with [x] for completed tasks./opsx:apply add-dark-mode.tasks.md (or use /opsx:continue to regenerate) before applying.design.md or specs/ as needed; OpenSpec is iterative.