| name | source-command-pipeline-workflow-assist |
| description | Workflow Navigator — shows the current phase, deliverables, and next commands for an ADR-0057 workflow. Read-only; never mutates state. |
source-command-pipeline-workflow-assist
Use this skill when the user asks to run the migrated source command workflow-assist.
Command Template
/workflow-assist is a read-only navigator that tells you exactly what the
current workflow phase requires, what deliverables to produce, and which commands
to run next. It never mutates workflow state — mutations stay in /workflow.
When to use
- Before working on a workflow — run this to get oriented in ≤1 call.
- At the start of each session — to confirm the current phase and avoid
skipping steps.
- When handing off — the
--pack mode bundles phase guidance + context for
a fresh agent or subagent.
Commands
Phase guidance:
node contextkit/tools/scripts/workflow-assist.mjs <slug>
Machine-readable:
node contextkit/tools/scripts/workflow-assist.mjs <slug> --json
Phase guidance + context bundle:
node contextkit/tools/scripts/workflow-assist.mjs <slug> --pack
List all active workflows:
node contextkit/tools/scripts/workflow-assist.mjs --list
Integration
The navigator reuses readWorkflow() / listWorkflows() from
workflow-pack.mjs — it never reinvents parsing. The --pack mode dynamically
imports boot-context-readers for the bounded bundle. If the readers are absent
(e.g. a minimal install), the bundle is skipped gracefully.
Other hosts
From Codex use this slash command (host-neutral CLI:
node contextkit/tools/scripts/workflow-assist.mjs <slug>) — never ctx/cdx.
Antigravity/Codex users have node ctx.mjs assist <slug> / node cdx.mjs assist <slug>.