What problem does it solve?
This Skill streamlines multi-agent delegation by providing complete, actionable briefs that empower assigned agents to work independently with clear ownership and expectations.
Core Features & Use Cases
- Delegation brief templates: Standardized, repeatable briefs to ensure all required context, acceptance criteria, and handoff details are included.
- Initialization script: Auto-create delegation documents by pulling context from feature story trackers, reducing manual setup.
- Validation workflow: Validate delegation completeness to catch placeholders and missing sections before handoff.
- Handoff readiness: Document dependencies and next-story requirements to enable seamless progression through the pipeline.
- Standards enforcement: Guides agents to follow TDD and CLAUDE framework patterns, improving quality and consistency.
Quick Start
- From project root, initialize a delegation brief:
./scripts/init-delegation.sh us-001 fullstack-engineer
- Fill the delegation brief with context, acceptance criteria, and technical details.
- Validate the delegation brief:
./scripts/validate-delegation-brief.sh us-001 fullstack-engineer
After completion, share the delegation brief with the assigned agent and proceed to handoff to the next story.