Commit d64eee1
feat: integrate native task system for real-time orchestration (#186)
* feat: integrate native task system for real-time orchestration
Add guidance for using Claude Code's native task tools (TaskCreate,
TaskUpdate, TaskList) during phase execution:
- Native tasks = session coordination layer (real-time tracking)
- Markdown tasks.md = persistent record (survives compactions)
Key changes to commands/tasks.md:
- New "Real-Time Task Coordination" section explaining two-layer approach
- TaskUpdate calls in sequential phase execution flow
- TaskList usage for parallel phase dependency tracking
Key changes to templates/tasks-template.md:
- "Real-Time Coordination" section in Orchestration Model
- Setup instructions for creating tasks with blockedBy dependencies
- Updated sequential/parallel execution to use native task status
- Checkpoint sync instructions for markdown persistence
The blockedBy feature automatically enforces TDD order (can't start
Tests until Stub completes) and surfaces ready-to-dispatch work via
TaskList.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: standardize task naming and clarify sync timing
- Use consistent short format "PN: Step" (e.g., "P1: Stub") for task names
- Clarify markdown sync happens after each phase, not just at checkpoints
- Replace "..." with explicit comment "(repeat pattern for each phase)"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Craig Haseler <cahaseler@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 92798a4 commit d64eee1
2 files changed
+140
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
196 | 241 | | |
197 | 242 | | |
198 | 243 | | |
199 | 244 | | |
200 | 245 | | |
201 | 246 | | |
| 247 | + | |
202 | 248 | | |
203 | 249 | | |
204 | 250 | | |
205 | | - | |
| 251 | + | |
206 | 252 | | |
207 | 253 | | |
208 | 254 | | |
| 255 | + | |
209 | 256 | | |
210 | 257 | | |
211 | 258 | | |
212 | | - | |
| 259 | + | |
213 | 260 | | |
214 | 261 | | |
215 | 262 | | |
| 263 | + | |
216 | 264 | | |
217 | 265 | | |
218 | 266 | | |
219 | | - | |
| 267 | + | |
220 | 268 | | |
221 | 269 | | |
222 | 270 | | |
| 271 | + | |
223 | 272 | | |
224 | 273 | | |
225 | 274 | | |
226 | | - | |
| 275 | + | |
227 | 276 | | |
228 | | - | |
| 277 | + | |
229 | 278 | | |
230 | 279 | | |
231 | 280 | | |
232 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
233 | 299 | | |
234 | 300 | | |
235 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
28 | 41 | | |
29 | 42 | | |
30 | 43 | | |
| |||
111 | 124 | | |
112 | 125 | | |
113 | 126 | | |
114 | | - | |
| 127 | + | |
115 | 128 | | |
116 | | - | |
| 129 | + | |
117 | 130 | | |
118 | 131 | | |
119 | | - | |
120 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
121 | 146 | | |
122 | | - | |
123 | | - | |
| 147 | + | |
124 | 148 | | |
125 | | - | |
126 | | - | |
| 149 | + | |
127 | 150 | | |
128 | | - | |
129 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
130 | 171 | | |
131 | 172 | | |
132 | 173 | | |
133 | 174 | | |
134 | | - | |
| 175 | + | |
135 | 176 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
143 | 186 | | |
144 | | - | |
| 187 | + | |
145 | 188 | | |
146 | 189 | | |
147 | 190 | | |
| |||
156 | 199 | | |
157 | 200 | | |
158 | 201 | | |
159 | | - | |
160 | | - | |
161 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
162 | 208 | | |
163 | 209 | | |
164 | 210 | | |
| |||
0 commit comments