feat: edit resolve_todos_parallel skill for complete todo lifecycle (#292)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
PJ Hoberman
2026-03-18 17:18:18 -06:00
committed by GitHub
parent 5c1452d4cc
commit 88c89bc204
8 changed files with 67 additions and 45 deletions

View File

@@ -204,7 +204,7 @@ During triage, the following status updates occurred:
2. Start work on approved items:
```bash
/resolve_todo_parallel # Work on multiple approved items efficiently
/resolve-todo-parallel # Work on multiple approved items efficiently
```
3. Or pick individual items to work on
@@ -297,7 +297,7 @@ Progress: 3/10 completed | Estimated time: ~2 minutes remaining
- ✅ Update todo files (rename, frontmatter, work log)
- ❌ Do NOT implement fixes or write code
- ❌ Do NOT add detailed implementation details
- ❌ That's for /resolve_todo_parallel phase
- ❌ That's for /resolve-todo-parallel phase
```
When done give these options
@@ -305,7 +305,7 @@ When done give these options
```markdown
What would you like to do next?
1. run /resolve_todo_parallel to resolve the todos
1. run /resolve-todo-parallel to resolve the todos
2. commit the todos
3. nothing, go chill
```