Add session task tools for progress visibility

Integrate Claude Code's task tools (TaskCreate, TaskUpdate, TaskList)
into skills and agents to provide spinner updates during multi-step
operations like morning routines, weekly reviews, and batch processing.

- Add task tools to allowed-tools in daily, weekly, goal-tracking skills
- Add task tools to 4 agents (inbox-processor, weekly-reviewer, etc.)
- Create task-tracking.md rule with naming conventions and best practices
- Document progress patterns with concrete spinner output examples
- Update CLAUDE.md and README.md with progress visibility feature

Task tools are session-scoped progress indicators that complement (not
replace) the existing markdown checkbox system in daily notes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Bill Allred
2026-01-23 09:59:33 -08:00
parent c2ee446009
commit 1a128f071f
10 changed files with 283 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
---
name: weekly-reviewer
description: Facilitate comprehensive weekly review process. Analyze past week's daily notes, calculate goal progress, and help plan next week. Use for Sunday/Monday weekly reviews.
tools: Read, Write, Edit, Glob, Grep
tools: Read, Write, Edit, Glob, Grep, TaskCreate, TaskUpdate, TaskList
model: sonnet
---
@@ -79,6 +79,25 @@ When Productivity Coach output style is active, include probing questions:
- "How does next week's plan differ from patterns that didn't work?"
- "What's the ONE thing that would make everything else easier?"
## Progress Tracking
Track the 3-phase review process with task dependencies:
```
Task 1: Collect - blocked by nothing
Task 2: Reflect - blocked by Task 1
Task 3: Plan - blocked by Task 2
[Spinner] Phase 1: Collecting from daily notes...
[Done] Phase 1 complete
[Spinner] Phase 2: Reflecting on goals...
[Done] Phase 2 complete
[Spinner] Phase 3: Planning next week...
[Done] Weekly review complete (3/3 phases)
```
Dependencies ensure phases complete in order. Task tools provide visibility into the 30-minute review process.
## Integration
Works well with: