| name | source-command-pipeline-work |
| description | Business-driven methodology entry point — classify (intake), create/advance an Operation or Business work context, and drive the intake → operation → nested-workflow flow. Host-neutral; dry-run by default. |
source-command-pipeline-work
Use this skill when the user asks to run the migrated source command work.
Command Template
/work is the native Codex entry point for the Business-driven
methodology (BIZ-0001 / WF-0036). Use it to START an operation the right way —
classify the request, then create the Operation/Business work context and its
nested workflow — instead of improvising.
⚠️ Do NOT call node ctx.mjs ... or node cdx.mjs ... here. Those are the
Antigravity (ctx) and Codex (cdx) runners — they may not even exist
in a Claude-only install. From Codex always invoke the host-neutral script
directly: node contextkit/tools/scripts/work.mjs <verb>.
When to use
- Starting any non-trivial request — run
intake first to get the Work Nature
(business vs operation), Tier, Execution Ceremony and business match. This is the
standing intake obligation from AGENTS.md.
- Creating an Operation (fix / maintain / execute within something that exists).
- Advancing a Business through its lifecycle (approve/revise/reject — approval
needs
--actor human).
Posture
Dry-run by default (constitution §8). A mutator (operation, approve, …)
writes nothing until you pass --apply. intake is read-only — its receipt IS
the output. Always read the receipt and act on it; never assume a write happened.
The flow (intake → operation → nested workflow)
node contextkit/tools/scripts/work.mjs intake "<your objective>"
node contextkit/tools/scripts/work.mjs operation "<title>" --intent IMPROVE
node contextkit/tools/scripts/work.mjs operation "<title>" --intent IMPROVE --apply
node contextkit/tools/scripts/workflow.mjs new <slug> --owner OP-####
node contextkit/tools/scripts/work.mjs status --id BIZ-0001
node contextkit/tools/scripts/work.mjs approve --id BIZ-0001 --actor human --apply
All verbs
intake · operation · status · approve · revise · reject · render ·
link · unlink · promote · reconcile · start · close · validate
Run node contextkit/tools/scripts/work.mjs <verb> --help style by invoking the
verb; the receipt names the next corrective step on any refusal.
Steps for you (the agent)
- Run
intake with the user's objective; report nature / tier / ceremony / business match.
- If it is operation work, create the
OP-#### with operation (dry-run, show
the plan, then --apply once confirmed).
- Nest any workflow under the owner with
workflow.mjs new <slug> --owner <id>.
- For business changes, an accepted governing ADR is required before material
work (decision coverage) — pair with
/new-adr.