Install
openclaw skills install spec-steering-workflowUse a lightweight spec + steering workflow for long, interruptible, multi-phase tasks that need checkpointed progress, recoverable state, and multi-session c...
openclaw skills install spec-steering-workflowUse this skill when work is long, interruptible, multi-phase, or needs recovery in a new session.
Start or recommend a spec when any of these are true:
This skill manages execution state with workspace files:
specs/active/<spec-id>/specs/archive/<spec-id>/steering/Default workflow:
steering/workflow.md and steering/preferences.md.handoff.md, then tasks.md, then meta.json.handoff.md and meta.json.Valid checkpoint types are only:
doneblockedfailedDo not treat "working on it", "continue", or "in progress" as valid progress reports.
Use {baseDir}/scripts/specctl.py for these operations:
init <spec-id> --title "<title>" --kind <kind>checkpoint <spec-id> --type done|blocked|failed --batch <batch-id> --next "<next action>"status <spec-id>resume <spec-id>validate <spec-id>archive <spec-id>set-status <spec-id> --status ready|review|completed [--phase <phase>] [--next "<next action>"]doctorRead references only as needed:
{baseDir}/references/workflow-rules.md for trigger and lifecycle rules{baseDir}/references/checkpoint-rules.md for checkpoint requirements{baseDir}/references/recovery-rules.md for resume order and stale-state rules{baseDir}/references/integration-rules.md for coexistence with other skills{baseDir}/references/template-contracts.md for file contracts and required fieldsUse templates from {baseDir}/assets/templates/. Keep the skill lean: detailed rules belong in references/, file bodies belong in assets/templates/, and only execution state belongs in workspace specs/ and steering/.