feat(sdd): update commands to use colon separator format (/spec:<action>)

This commit is contained in:
Jerop Kipruto
2026-03-17 14:34:08 -04:00
parent b9c46d362b
commit afe40fc284
13 changed files with 52 additions and 39 deletions

View File

@@ -374,7 +374,7 @@ features and complex tasks through persistent artifacts. It organizes work into
tracks and stores them in your project's `.gemini/specs/` directory.
SDD leverages Plan Mode internally to ensure architectural safety during the
design phase. To get started with SDD, run `/spec setup`.
design phase. To get started with SDD, run `/spec:setup`.
- **Automate transitions:** Switches to read-only mode via
[`enter_plan_mode`](../tools/planning.md#1-enter_plan_mode-enterplanmode).