subagent-first

Standardize subagent delegation with a 6-section context and wave-based planning.

28|2|Updated May 4, 2026
One-click install
npx skills add https://github.com/xiaohei-info/oh-my-agent-skills --skill subagent-first
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-first
Source: https://github.com/xiaohei-info/oh-my-agent-skills/tree/main/skills/multi-agent-control/subagent-first
Command: npx skills add https://github.com/xiaohei-info/oh-my-agent-skills --skill subagent-first

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the common issue of agent drift and inefficient task execution by providing a rigorous framework for delegating work to subagents, ensuring they stay on track and deliver high-quality results.

Core Features & Use Cases

  • 6-Section Delegation Prompt: Standardizes subagent instructions to prevent scope creep and hallucination.
  • Wave Parallel Planning: Enables complex task decomposition into parallel and sequential waves to optimize execution time.
  • Wisdom Accumulation: Captures and recalls successful patterns to improve future agent performance.

Quick Start

Use the subagent-first skill to decompose the current complex task into a wave-based execution plan and dispatch the necessary subagents.

Frequently Asked Questions about subagent-first

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent subagent drift in complex multi-step workflows?

Subagent drift in complex multi-step workflows is prevented by enforcing a mandatory 6-section context structure that standardizes delegation prompts and applies strict constraints, ensuring subagents stay on track and deliver consistent output quality.

What is wave-based parallel execution planning for agent workflows?

Wave-based parallel execution planning is a task decomposition method that breaks complex agent workflows into sequential and parallel waves. This optimizes execution time by managing dependencies across multiple subagents for high-reliability processing.

How do I standardize subagent delegation prompts for high reliability?

You standardize subagent delegation prompts by applying a mandatory 6-section context structure to your instructions. This enforces strict constraints and prevents scope creep and hallucination during complex task execution.

Can I use context packaging to manage dependencies in parallel agent tasks?

Yes, context packaging manages dependencies in parallel agent tasks by structuring instructions into a rigorous 6-section format. This enables wave-based parallel planning to execute complex workflows while maintaining high reliability and preventing subagent drift.

How does wisdom accumulation improve future agent performance?

Wisdom accumulation improves future agent performance by capturing and recalling successful execution patterns. This protocol ensures that iterative refinement from previous tasks continuously enhances the reliability of subagent delegation.

When should I use subagent delegation for workflow control?

You should use subagent delegation for workflow control when handling complex, multi-step agent workflows that require high reliability, dependency management, and iterative refinement to prevent scope creep and ensure consistent output quality.