Thirty seconds inside any project that already contains a .kiro
directory. Every command below is read-only — nothing is converted,
copied, or modified.
cd your-kiro-project
specbridge doctor # workspace health — read-only
specbridge spec list # every spec, with type, progress, approvals
specbridge spec status <name> # one spec: stages, approvals, stale detection
specbridge spec verify --changed # deterministic drift check vs your working treeWhat you just saw:
doctorproves the workspace is compatible and that SpecBridge added no metadata to your files.spec listandspec statusread your existing specs directly — existing Kiro specs show up asunmanageduntil you record an approval, and they stay fully usable either way.spec verify --changedruns the deterministic rule engine (SBV001–SBV026) against the specs your current changes touch: no model, no API key, no network.
- Using an existing Kiro project — what SpecBridge reads, what it never touches, and the optional sidecar state.
- Claude Code plugin — the same workflow as slash commands inside Claude Code.
- Approval workflow — recording stage approvals with byte-exact hashes.
- Spec drift verification — the full verification story, including CI via the GitHub Action.
- Documentation hub — everything else.