Skip to content

COMMAND_GUIDANCE

const COMMAND_GUIDANCE: object

Defined in: types/src/guidance.ts:21

readonly cadence-approve: object

readonly description: "Approve a draft and enter BUILD" = 'Approve a draft and enter BUILD'

readonly trailing: "Loop is now in BUILD. Use /cadence-build to record task outcomes." = 'Loop is now in BUILD. Use /cadence-build to record task outcomes.'

readonly cadence-block: object

readonly description: "Mark a task BLOCKED (shortcut for build task --status=BLOCKED)" = 'Mark a task BLOCKED (shortcut for build task --status=BLOCKED)'

readonly trailing: "Record the blocker, then unblock or escalate before settling." = 'Record the blocker, then unblock or escalate before settling.'

readonly cadence-build: object

readonly description: "Record outcome of a build task" = 'Record outcome of a build task'

readonly trailing: "Continue with the next task or run /cadence-settle when done." = 'Continue with the next task or run /cadence-settle when done.'

readonly cadence-check: object

readonly description: "Run structural coherence check on a draft" = 'Run structural coherence check on a draft'

readonly trailing: "Address any issues reported before approving the draft." = 'Address any issues reported before approving the draft.'

readonly cadence-dispatch: object

readonly description: "Compute the next wave-based subagent dispatch plan from the active BUILD draft" = 'Compute the next wave-based subagent dispatch plan from the active BUILD draft'

readonly trailing: "" = ''

readonly cadence-done: object

readonly description: "Mark a task DONE (shortcut for build task --status=DONE)" = 'Mark a task DONE (shortcut for build task --status=DONE)'

readonly trailing: "Continue with the next task or run /cadence-settle when done." = 'Continue with the next task or run /cadence-settle when done.'

readonly cadence-draft: object

readonly description: "Scaffold a new DRAFT.md for a phase task" = 'Scaffold a new DRAFT.md for a phase task'

readonly trailing: "Open the new DRAFT.md and fill in summary, ACs, and tasks." = 'Open the new DRAFT.md and fill in summary, ACs, and tasks.'

readonly cadence-handoff: object

readonly description: "Scaffold a SESSION handoff doc with machine facts pre-filled" = 'Scaffold a SESSION handoff doc with machine facts pre-filled'

readonly trailing: “Open the new SESSION doc and fill every FILL-IN section (TL;DR, what landed, gotchas, next action as **Action:**/**Verify:**/**If it fails:**). Redact sensitive filenames (.env*, *credentials*, *.key, *.pem, id_rsa*) from anything you write. Then run `cadence handoff –check` — it must print "complete" before you finish. Commit the SESSION doc + state stamp as `chore(cadence): stamp session handoff` unless told otherwise; never push without asking.” = 'Open the new SESSION doc and fill every FILL-IN section (TL;DR, what landed, gotchas, next action as **Action:**/**Verify:**/**If it fails:**). Redact sensitive filenames (.env*, *credentials*, *.key, *.pem, id_rsa*) from anything you write. Then run `cadence handoff --check` — it must print "complete" before you finish. Commit the SESSION doc + state stamp as `chore(cadence): stamp session handoff` unless told otherwise; never push without asking.'

readonly cadence-needs-context: object

readonly description: "Mark a task NEEDS_CONTEXT (shortcut for build task --status=NEEDS_CONTEXT)" = 'Mark a task NEEDS_CONTEXT (shortcut for build task --status=NEEDS_CONTEXT)'

readonly trailing: "Supply the missing context, then re-run the task." = 'Supply the missing context, then re-run the task.'

readonly cadence-next: object

readonly description: "Show ranked legal next moves at the current loop position" = 'Show ranked legal next moves at the current loop position'

readonly trailing: "Read the ranked moves above and run the one that fits — this only names the door, not the path through it." = 'Read the ranked moves above and run the one that fits — this only names the door, not the path through it.'

readonly cadence-progress: object

readonly description: "Show CADENCE's next suggested action" = "Show CADENCE's next suggested action"

readonly trailing: "Read the output above and take the suggested next step." = 'Read the output above and take the suggested next step.'

readonly cadence-recommend: object

readonly description: "Rank actionable strategic recommendations and advise the next move (top 5)" = 'Rank actionable strategic recommendations and advise the next move (top 5)'

readonly trailing: "Showing the top 5. Count requested: $ARGUMENTS — if a different number was given, re-run `cadence recommend --top <n>` with it before continuing. Pick one, then run `cadence milestone propose` to cluster it into a scoped milestone, or `cadence draft new` to start scoping directly." = 'Showing the top 5. Count requested: $ARGUMENTS — if a different number was given, re-run `cadence recommend --top <n>` with it before continuing. Pick one, then run `cadence milestone propose` to cluster it into a scoped milestone, or `cadence draft new` to start scoping directly.'

readonly cadence-resume: object

readonly description: "Replay the freshest session handoff (brief by default; --full adds live context, read-only)" = 'Replay the freshest session handoff (brief by default; --full adds live context, read-only)'

readonly trailing: "Read the replayed handoff and continue from the documented next action. Output is brief by default and auto-promotes to full on drift; run `cadence resume --full` for the whole doc + live context. If it notes other worktrees have resumable handoffs, ask which one to resume or pass `--pick <n>` directly. If an `⚠ origin/… ahead` banner appears, STOP — origin has commits this clone lacks and the handoff may be superseded; show the user `git log --oneline HEAD..@{u}` and ask continue/sync/abort before acting (never auto-pull/rebase/reset). If it warns of unfilled sections, treat them as absent. For env-check, stash restore, and execution-mode gating, prefer invoking the fuller /resume skill." = 'Read the replayed handoff and continue from the documented next action. Output is brief by default and auto-promotes to full on drift; run `cadence resume --full` for the whole doc + live context. If it notes other worktrees have resumable handoffs, ask which one to resume or pass `--pick <n>` directly. If an `⚠ origin/… ahead` banner appears, STOP — origin has commits this clone lacks and the handoff may be superseded; show the user `git log --oneline HEAD..@{u}` and ask continue/sync/abort before acting (never auto-pull/rebase/reset). If it warns of unfilled sections, treat them as absent. For env-check, stash restore, and execution-mode gating, prefer invoking the fuller /resume skill.'

readonly cadence-scout: object

readonly description: "Divergent→convergent ideation dialogue that lands survivors as Praxis recommendations" = 'Divergent→convergent ideation dialogue that lands survivors as Praxis recommendations'

readonly trailing: "" = ''

readonly cadence-settle: object

readonly description: "Close the loop and write SUMMARY" = 'Close the loop and write SUMMARY'

readonly trailing: "Review SUMMARY.md; loop is back to IDLE." = 'Review SUMMARY.md; loop is back to IDLE.'