Subagent Task Delegation & Verification Protocol
Prompt orchestrating agents to delegate subtasks to child agents with strict verification gates and bounded context.
Orchestrate multi-agent workflows by delegating isolated subtasks to child agents with strict file boundaries, read-only context constraints, and self-verification test gates.
Execution Workflow Procedure
Ordered steps the coding agent executes when performing this skill.
Define Strict File Boundaries
Specify the exact list of allowed files to modify, preventing child agents from making unintended edits to external files.
Provide Read-Only Reference Context
Supply paths to existing utilities and types for the subagent to reuse rather than reinvent.
Enforce Self-Verification Commands
Mandate that the subagent run automated test and compiler verification commands before returning.
Require Structured Return Report
Format the completion report with changed files, verification output, and follow-up notes for the orchestrator.
Agent Safety Guardrails & Anti-Hallucination Rules
- DO NOT give child subagents unbounded repository write permissions.
- DO NOT accept delegated task completion without verified test command output.
Expected Output Format
Structured prompt ready to launch a child agent.
Domain Verification Checks
Example Agent Invocations
Install / Configure This Skill
# Place in .cursorrules or create .cursor/rules/subagent-task-delegation-protocol.mdc # Trigger: Whenever you perform subagent task delegation & verification protocol --- name: subagent-task-delegation-protocol description: Delegate isolated subtasks to child agents with strict context boundaries, read-only references, and verification gates. version: 1.0.0 compatibility: [Claude Code, Cursor, Windsurf, Cline, Roo Code, Antigravity] --- # Subagent Task Delegation & Verification Protocol ## Objective Orchestrate autonomous subagents with strict file access boundaries, verified test gates, and structured completion reporting. ## Workflow 1. **Boundary Definition**: Specify exact allowed files to modify and read-only context files. 2. **Task Specification**: Define the objective, types to reuse, and style guidelines. 3. **Verification Command**: Require the child agent to run tests and return verified output.
Need a quick one-time prompt for chat?
Try the Subagent Task Delegation & Verification Prompt — a lightweight version designed for 1-click copying directly into Claude, ChatGPT, or Cursor chat.
SprintKit Workflow Integrations
Complementary tools and checklists to pair with this agent workflow.
Related Agent Skills
Explore related procedural workflows in this discipline.
Jira User Story to Vertical-Slice Implementation Loop
Transform Jira user stories and acceptance criteria into vertically sliced, test-backed code implementations.
Cursor & Windsurf Rules Project Constitution Generator
Generate custom, context-rich project rules (.cursorrules / .windsurfrules) that stop agents from making recurring mistakes.
Multi-File Codebase Architectural Onboarding & Dependency Map
Prompt an agent to analyze an unfamiliar codebase and deliver an architectural breakdown, data flows, and gotchas.