SDTK-CODE — Governed Coding Shipped
SDTK-CODE wraps implementation in a governed workflow: start → plan → build → verify → ship, with guardrails constraining scope, evidence backing verification, and review packets making PRs auditable.
- CLI:
sdtk-code(packagesdtk-code-kit) - Full command list: sdtk-code reference
The core flow
sdtk-code start --feature-key CRM_LEADS --lane feature
sdtk-code plan
sdtk-code build
sdtk-code verify --evidence
sdtk-code ship --decision shipstartopens a governed feature workspace on a lane (feature, fix, refactor, …).planproduces the implementation plan artifact.buildis the implementation stage (driven by your runtime session under the installed skills).verify --evidencecollects verification evidence — the claim "it works" gets a file.ship --decision <ship|finish>closes the flow, producing the review packet.
Supporting verbs:
sdtk-code status # where is this feature in the flow?
sdtk-code resume # pick up an interrupted feature
sdtk-code doctor # workspace health checkHandoffs in and out
- In:
CODE_HANDOFF— the contract SDTK-SPEC's/devphase or SDTK-DESIGN'shandoffproduces. - Out:
OPS_HANDOFFfor deployment (picked up by SDTK-OPS) andREVIEW_PACKETfor reviewers.
The trust layer
sdtk-code guardrails init | check | scope | trace
sdtk-code readiness --feature-key CRM_LEADSGuardrails bound what a session may touch; trace shows what was touched vs. allowed; readiness reports whether a feature can progress. See The Trust Layer.
Sleep Mode Shipped
sdtk-code sleep plan --feature-key CRM_LEADS
sdtk-code sleep report --feature-key CRM_LEADSThese are shipped dry-run preflight commands: they assess and report what an unattended session would involve. Sleep unattended execution is Gated — not shipped today.
agent-team Shipped
sdtk-code agent-team coordinates a bounded multi-agent team: plan, preview, export, and evidence verbs, plus execute/author/sleep-execute bounded to docs/governance Markdown authoring — not arbitrary code execution. It is also the execution layer SDTK-AGENT orchestrates above.
Setup
sdtk-code init
sdtk-code runtime install # skills for Claude Code / Codex
sdtk-code update