sdtk-code — Command Reference
Governed implementation CLI. Guide: SDTK-CODE.
bash
npm install -g sdtk-code-kit # included in sdtk-kit
sdtk-code --helpCore flow
bash
sdtk-code start --feature-key <KEY> --lane <lane>
sdtk-code plan
sdtk-code build
sdtk-code verify --evidence
sdtk-code ship --decision <ship|finish>| Command | Description |
|---|---|
start --feature-key --lane | Open a governed feature workspace on a lane |
plan | Produce the implementation plan artifact |
build | Implementation stage (runtime session under installed skills) |
verify --evidence | Collect verification evidence |
ship --decision <ship|finish> | Close the flow; produce review packet + OPS_HANDOFF |
Status & recovery
bash
sdtk-code status # current position in the flow
sdtk-code resume # pick up an interrupted feature
sdtk-code doctor # workspace health checkTrust layer
bash
sdtk-code guardrails init # set up guardrails for a feature
sdtk-code guardrails check # validate against them
sdtk-code guardrails scope # inspect/adjust allowed scope
sdtk-code guardrails trace # touched vs. allowed
sdtk-code readiness --feature-key <KEY>Sleep Mode (dry-run preflight) Shipped
bash
sdtk-code sleep plan --feature-key <KEY>
sdtk-code sleep report --feature-key <KEY>Shipped preflight assessment and reporting. Sleep unattended execution is Gated — not shipped today.
agent-team
Bounded multi-agent coordination (the layer SDTK-AGENT orchestrates):
bash
sdtk-code agent-team --helpVerbs include plan, preview, export, and evidence, plus execute / author / sleep-execute — the execution verbs are bounded to docs/governance Markdown authoring, not arbitrary code.
Setup & maintenance
bash
sdtk-code init
sdtk-code runtime install
sdtk-code runtime status
sdtk-code runtime uninstall
sdtk-code update