acc-task-progress-knowledge
Installation
SKILL.md
Task Progress Knowledge
Guidelines for using TaskCreate/TaskUpdate tools in coordinator agents to provide user visibility into multi-phase workflows.
When to Use TaskCreate
Use TaskCreate in coordinator agents with 3+ major phases:
- Code review coordinators — multiple review phases
- Bug fix coordinators — diagnose → fix → test pipeline
- Refactoring coordinators — analyze → plan → generate
- Architecture auditors — multi-domain audits
- CI/CD coordinators — setup/fix/optimize operations
Do NOT use for:
- Single-phase operations
- Simple generators
- Leaf agents (non-coordinators)