Subagent Execution

Use when executing an approved implementation plan by dispatching work to subagents. Enforces context isolation, two-stage review per task, and a formal status protocol. Load before orchestrating multi-task plans across subagents. DO NOT USE FOR: deciding whether to delegate (use task-routing), creating the plan itself (use concise-planning), single-task execution you can handle directly, or code review (use guardian).

karim-bhalwani e9973b4 11.8 KB Updated

File contents

karim-bhalwani/agentic-harness/tree/main/skills/subagent-execution commit e9973b4080

Frequently asked questions

npx skillmds@latest add karim-bhalwani/subagent-execution