What problem does it solve?
Delegation prompts for subagents during orchestration execution require consistent structure and safety measures to ensure high-quality, trustworthy results.
Core Features & Use Cases
- Protocol Injection: Prepend the shared agent base protocol and filesystem safety protocol to every delegation prompt to enforce standard pre-work and formatting.
- Context Chain & Downstream Handoff: Assemble phase-context and downstream-context data from session state to maintain continuity across phases.
- Settings & Enforcement: Read agent frontmatter to apply defaults, enforce tool usage restrictions, and guarantee non-overlapping file ownership in parallel executions.
- Handoff & Validation: Provide mandatory Task Report and Downstream Context sections to support downstream handoffs and hook validations.
Quick Start
Provide a sample delegation prompt for the current phase that injects protocols, includes downstream context, and enforces tool and file-writing rules.