Loading...
Loading...
Task management for session continuity. Use when coordinating multi-step work, managing subagent assignments, or preserving intent across compaction. Triggers on "track tasks", "manage work", "coordinate agents", or when complex work requires sequencing.
npx skill4agent add outfitter-dev/agents maintain-tasks| Tool | Purpose | Scope |
|---|---|---|
| Tasks | Session/project working memory | Current effort, active coordination |
| Linear/GitHub | Team-visible project management | Cross-session, multi-person tracking |
blockedByblockspendingin_progresscompleted[engineer] Implement auth refresh endpoint
[reviewer] Review auth implementation for security
[tester] Validate auth flow end-to-end[agent-name]# Explicit agent assignment
[engineer] Build the feature
[analyst] Research the approach
[reviewer] Check for issues
[tester] Validate behavior
# Background agents (include task ID for retrieval)
[reviewer:background] Security audit (task-id: abc123)
# Resumable agents (include agent ID)
[analyst] Continue research (resume: a7227ac)blockedByblocksTask 1: [analyst] Research auth patterns
Task 2: [engineer] Implement auth flow (blockedBy: 1)
Task 3: [reviewer] Review implementation (blockedBy: 2)
Task 4: [tester] Validate auth (blockedBy: 3)in_progressin_progressSubject: [agent] Imperative action description
Description:
- Context needed to execute
- Acceptance criteria
- Any constraints or considerations
ActiveForm: Present continuous for spinner ("Implementing auth flow")[agent-name] Verb the thing[engineer] Implement JWT refresh logic[reviewer] Audit auth module for vulnerabilities[analyst] Research rate limiting approachesblockedBy1. [analyst] Research → creates findings
2. [engineer] Implement → uses findings (blockedBy: 1)
3. [reviewer] Review → checks implementation (blockedBy: 2)
4. [tester] Validate → confirms behavior (blockedBy: 3)1. [engineer] Implement feature A
2. [engineer] Implement feature B
3. [tester] Integration tests (blockedBy: 1, 2)1. [engineer] Initial implementation
2. [reviewer] Review round 1 (blockedBy: 1)
3. [engineer] Address feedback (blockedBy: 2)
4. [reviewer] Review round 2 (blockedBy: 3)| Anti-Pattern | Why It Fails | Better Approach |
|---|---|---|
| No agent assignment | Lost after compaction | Always prefix with |
| Vague subjects | Can't recover intent | Specific, actionable subjects |
| Batching completions | State becomes stale | Mark done immediately |
| Skipping for "quick" tasks | Consistency matters | If 3+ steps, use Tasks |
| No dependencies | Unclear sequence | Encode with |
[agent] Task descriptionin_progresscompletedin_progress