|
2 | 2 | <h1>Appendix A: Command Reference</h1> |
3 | 3 | <p class="chapter-meta"><span class="part-name">Appendix</span></p> |
4 | 4 |
|
5 | | - <p class="chapter-intro">Quick-reference for all 28 Draft commands. Syntax shown is for Claude Code; Copilot uses <code>draft command</code> (no slash), Cursor uses <code>@draft command</code>.</p> |
| 5 | + <p class="chapter-intro">Quick-reference for all 32 Draft commands. Syntax shown is for Claude Code; Copilot uses <code>draft command</code> (no slash), Cursor uses <code>@draft command</code>.</p> |
6 | 6 |
|
7 | 7 | <div class="figure"> |
8 | 8 | <div class="figure-content"> |
@@ -102,18 +102,25 @@ <h1>Appendix A: Command Reference</h1> |
102 | 102 | <td><code>/draft:init</code> at root and at least one service</td> |
103 | 103 | <td>18</td> |
104 | 104 | </tr> |
| 105 | + <tr> |
| 106 | + <td><code>/draft:plan</code></td> |
| 107 | + <td>Canonical parent planning command. Routes planning intent to specialist commands based on context</td> |
| 108 | + <td><code>new-track</code>, <code>decompose</code>, <code>change</code>, <code>adr</code> — route directly; <code><description></code> — initial feature description</td> |
| 109 | + <td><code>/draft:init</code></td> |
| 110 | + <td>4, 7, 8, 9</td> |
| 111 | + </tr> |
105 | 112 | <tr> |
106 | 113 | <td><code>/draft:new-track</code></td> |
107 | 114 | <td>Create a feature/fix track with spec and phased plan through collaborative dialogue</td> |
108 | 115 | <td><code>--quick</code> — streamlined mode with fewer questions; <code><description></code> — initial feature description</td> |
109 | | - <td><code>/draft:init</code></td> |
| 116 | + <td><code>/draft:init</code> (or routed from <code>/draft:plan</code>)</td> |
110 | 117 | <td>4</td> |
111 | 118 | </tr> |
112 | 119 | <tr> |
113 | 120 | <td><code>/draft:implement</code></td> |
114 | 121 | <td>Execute tasks from plan with TDD workflow and architecture checkpoints</td> |
115 | 122 | <td>Resumes in-progress tasks automatically</td> |
116 | | - <td><code>/draft:new-track</code> (requires plan.md)</td> |
| 123 | + <td><code>/draft:plan</code> (requires plan.md)</td> |
117 | 124 | <td>5</td> |
118 | 125 | </tr> |
119 | 126 | <tr> |
@@ -186,6 +193,13 @@ <h1>Appendix A: Command Reference</h1> |
186 | 193 | <td>Active track with commits</td> |
187 | 194 | <td>7</td> |
188 | 195 | </tr> |
| 196 | + <tr> |
| 197 | + <td><code>/draft:ops</code></td> |
| 198 | + <td>Canonical parent operations command. Routes intent to specialist commands based on context</td> |
| 199 | + <td><code>debug</code>, <code>deploy-checklist</code>, <code>incident-response</code>, <code>standup</code> — route directly</td> |
| 200 | + <td><code>/draft:init</code></td> |
| 201 | + <td>7, 15</td> |
| 202 | + </tr> |
189 | 203 | <tr> |
190 | 204 | <td><code>/draft:debug</code></td> |
191 | 205 | <td>Structured debugging: reproduce, isolate, diagnose, fix</td> |
@@ -235,13 +249,27 @@ <h1>Appendix A: Command Reference</h1> |
235 | 249 | <td>None</td> |
236 | 250 | <td>—</td> |
237 | 251 | </tr> |
| 252 | + <tr> |
| 253 | + <td><code>/draft:docs</code></td> |
| 254 | + <td>Canonical parent documentation command. Routes intent to specialist commands based on context</td> |
| 255 | + <td><code>documentation</code>, <code>testing-strategy</code>, <code>tech-debt</code>, <code>tour</code> — route directly</td> |
| 256 | + <td><code>/draft:init</code></td> |
| 257 | + <td>0, 14, 17</td> |
| 258 | + </tr> |
238 | 259 | <tr> |
239 | 260 | <td><code>/draft:documentation</code></td> |
240 | 261 | <td>Technical documentation: readme, runbook, api, onboarding</td> |
241 | 262 | <td><code>readme</code>, <code>runbook <service></code>, <code>api <module></code>, <code>onboarding</code></td> |
242 | 263 | <td>init (optional)</td> |
243 | 264 | <td>—</td> |
244 | 265 | </tr> |
| 266 | + <tr> |
| 267 | + <td><code>/draft:integrations</code></td> |
| 268 | + <td>Canonical parent integrations command. Routes intent to specialist commands based on context</td> |
| 269 | + <td><code>jira-preview</code>, <code>jira-create</code> — route directly</td> |
| 270 | + <td><code>/draft:init</code></td> |
| 271 | + <td>19</td> |
| 272 | + </tr> |
245 | 273 | <tr> |
246 | 274 | <td><code>/draft:jira-preview</code></td> |
247 | 275 | <td>Generate Jira export file from track plan for review before creating issues</td> |
|
0 commit comments