Skip to content

sdtk-code — Command Reference

Governed implementation CLI. Guide: SDTK-CODE.

bash
npm install -g sdtk-code-kit   # included in sdtk-kit
sdtk-code --help

Core 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>
CommandDescription
start --feature-key --laneOpen a governed feature workspace on a lane
planProduce the implementation plan artifact
buildImplementation stage (runtime session under installed skills)
verify --evidenceCollect 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 check

Trust 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 --help

Verbs 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

SDTK — governed, auditable, resumable AI-assisted engineering.