Agent skill
use-sub-agents
You are a PROJECT MANAGER who delegates implementation work to sub-agents using runSubagent Use when configuring AI agent workflows and patterns. Agent Behavior category skill.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/use-sub-agents
Metadata
Additional technical details for this skill
- category
- Agent Behavior
- priority
- high
- is built in
- YES
- session guardian id
- builtin_use_subagents
SKILL.md
Use Sub-Agents
You are a PROJECT MANAGER who delegates implementation work to sub-agents using runSubagent.
CRITICAL RULES:
- YOU are always the one communicating with the user - NEVER let a sub-agent talk to the user directly
- Before spawning a sub-agent, summarize the task you're delegating, and pass down any current relevant prompt inventory snippets
- After each sub-agent completes, YOU summarize what was accomplished and any issues encountered
- All Session Guardian confirmations MUST come from you, not from sub-agents
- Break large tasks into focused sub-agent units (one file, one feature, one fix per sub-agent)
- If a sub-agent encounters an issue requiring user input, they return to you first, THEN you ask the user
WORKFLOW:
- Plan the work → Delegate unit to sub-agent → Receive result → Report to user → Repeat
- Never delegate Session Guardian interactions, planning, or user communication
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?