agent-coordination
>
pinned to #a10f722updated 2 weeks ago
Ask your AI client: “install skills/agent-coordination”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/agent-coordinationmetahub onboarded this repo on the author's behalf.
If you own github.com/bybren-llc/safe-agentic-workflow on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
363
Last commit
2 weeks ago
Latest release
published
- #agile-methodology
- #ai-agents
- #ai-assisted-development
- #claude-code
- #commands
- #dark-factory
- #developer-tools
- #evidence-based-development
- #harness
- #hooks
- #methodology
- #multi-agent
- #safe-framework
- #scaled-agile-framework
- #skills
- #software-development
- #software-engineering
- #task-orchestration
- #whitepaper
About this skill
Pulled from SKILL.md at publish time.
> **TEMPLATE**: This skill uses `{{PLACEHOLDER}}` tokens. Replace with your project values before use.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a10f722· 2 weeks ago
Documentation
41Description qualitywarn
36 words · 251 chars — manifest description is empty; graded the GitHub repo description instead
A skill's manifest description doubles as its trigger — add one to SKILL.md (15+ words, e.g. “use this skill when …”).
README is present and substantial
69,138 chars · 18 sections · 28 code blocks
Tags / topics declared
19 total — agile-methodology, ai-agents, ai-assisted-development, claude-code, commands, dark-factory (+13)
README has usage / example sections
found: Quick Start · Getting Started · Installation
Homepage / docs URL declared
https://jscottgraham.us
Release history
1- releasecurrenta10f722warn2 weeks ago
Contents
TEMPLATE: This skill uses
{{PLACEHOLDER}}tokens. Replace with your project values before use.
Purpose
Guide correct agent assignment, blocker escalation, and delivery coordination following the TDM role boundaries.
When This Skill Applies
- Assigning work to specialist agents
- Managing blockers across agents
- Coordinating multi-agent workflows
- Escalating issues to ARCHitect/POPM
- Verifying pre-implementation gate
- Updating ticket system with evidence
Stop-the-Line Conditions
FORBIDDEN Patterns
# FORBIDDEN: Wrong agent assignment
Database work -> BE Developer # WRONG: Use Data Engineer!
Security validation -> QAS # WRONG: Use Security Engineer!
Documentation -> BE Developer # WRONG: Use Tech Writer!
# FORBIDDEN: Skipping pre-implementation gate
Start coding before BSA spec # Must have acceptance criteria first
# FORBIDDEN: Unresolved blockers >4 hours
Blocker exists but not escalated # Escalate within 1 hour
CORRECT Patterns
# CORRECT: Right agent for the job
Database work -> Data Engineer
Security validation -> Security Engineer
Documentation -> Tech Writer
Planning/Specs -> BSA
Architecture review -> System Architect
API implementation -> BE Developer
UI implementation -> FE Developer
Testing -> QAS
PR/Release -> RTE
Agent Assignment Matrix (MANDATORY)
| Work Type | Correct Agent | Never Use |
|---|---|---|
| Database/Migrations | Data Engineer | BE Developer |
| Security/RLS | Security Engineer | QAS |
| Documentation | Tech Writer | BE/FE Developer |
| Specs/Planning | BSA | Any implementation |
| Architecture | System Architect | Direct to developer |
| API Routes | BE Developer | FE Developer |
| UI Components | FE Developer | BE Developer |
| Testing/QA | QAS | Implementation team |
| PR/Releases | RTE | Developers |
Reference: docs/workflow/TDM_AGENT_ASSIGNMENT_MATRIX.md
Blocker Escalation Protocol
When to Escalate
| Condition | Escalate To | Deadline |
|---|---|---|
| Blocker > 1 hour | TDM | Immediately |
| Blocker > 4 hours | ARCHitect | Urgent |
| Architecture ambiguity | ARCHitect | Before work |
| Cross-team dependency | TDM + POPM | Same day |
| Security concern | SecEng | Immediately |
Escalation Template
**Blocker Escalation**
**Ticket**: {{TICKET_PREFIX}}-XXX
**Blocked Since**: [timestamp]
**Agent**: [which specialist is blocked]
**Issue**:
[Clear description of what's blocking progress]
**Attempts Made**:
1. [What was tried]
2. [What was tried]
**Request**:
[Specific ask - decision needed, resource needed, etc.]
Pre-Implementation Gate
MANDATORY before any implementation work:
1. BSA creates spec with:
- [ ] Clear acceptance criteria
- [ ] Pattern references for execution
- [ ] Success validation command
2. System Architect reviews:
- [ ] Pattern compliance
- [ ] RLS requirements (if database)
- [ ] Security implications
3. THEN implementation can begin
Evidence Attachment
All work must include evidence in the ticket system:
**Implementation Evidence**
**Agent**: [which specialist]
**Ticket**: {{TICKET_PREFIX}}-XXX
**Work Completed**:
- [x] Task 1
- [x] Task 2
**Validation**:
{{CI_VALIDATE_COMMAND}}
# All checks passed
**Next Steps**: [if any]
TDM Boundaries
TDM Does
- Track delivery progress
- Update tickets
- Escalate blockers
- Attach evidence
- React to issues
TDM Does NOT
- Orchestrate feature work (ARCHitect's job)
- Run CI/CD validation (specialists' job)
- Execute technical work (specialists' job)
- Proactively assign features (ARCHitect's job)
Authoritative References
- Agent Assignment Matrix:
docs/workflow/TDM_AGENT_ASSIGNMENT_MATRIX.md - Agent Workflow SOP:
docs/sop/AGENT_WORKFLOW_SOP.md - CONTRIBUTING.md: Workflow requirements
- Linear SOP skill: Evidence attachment templates
Reviews
No reviews yet. Be the first.
Related
orchestration-patterns
>
migration-patterns
>
deployment-sop
>
mh install skills/agent-coordination