From agent-teams-coder
Mandatory pre-task checklist that every agent must complete before executing any work. Activates at the start of every task. Includes mandatory Chronicle CC on completion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-teams-coder:seven-point-checkpointThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Every agent must complete these 8 steps in order before executing any task.
Every agent must complete these 8 steps in order before executing any task.
bash scripts/notify.sh <your_name> chronicle "<task summary>" "<what you did, what you produced, key data, issues found>"If you discover you skipped a step:
npx claudepluginhub xinjing-guo/agent-teams-coder --plugin agent-teams-coderImplements PACT agent teams protocol for task claiming, teachback verification, inter-agent messaging with SendMessage, blocker reporting, and work handoffs.
Orchestrates a pre-task multi-agent briefing that classifies task complexity, runs parallel analysis, estimates time, maps risks, and produces an execution plan with contingencies. Use before tackling complex or critical work to reduce rework.
Executes the next TaskMaster task using the implementation plan with CDD verification. Dispatches a subagent to implement, verifies subtasks with evidence, and loops until all tasks are complete.