Source instructions onlyA profile for structuring development work around delegated subagents instead of one overloaded session.

Install or setup path

Follow the upstream source for installation instructions.

No verified install command on this page

This profile is useful for evaluation and workflow context, but WhichAITools did not verify one direct install command for it. Use the linked source instructions instead of guessing.

Source instructions

Use this profile for

Developers managing larger implementation or review efforts where several scoped parallel tasks can run at once.

Primary categoryClaude Code Workflows
Source count1
OpenClaw relevantNo

What it does

This profile focuses on development as a coordinated subagent system, where the main thread plans, delegates, and integrates results instead of doing every task directly. It helps teams design cleaner ownership boundaries across parallel work so subagents accelerate delivery without dissolving the overall architecture.

Best for

Developers managing larger implementation or review efforts where several scoped parallel tasks can run at once.

Why it stands out

It turns subagent usage into a development model rather than treating delegation as a one-off productivity trick.

Adopt this skill carefully

Return to the parent path

Move back to the category or hub instead of jumping to the homepage and losing context.

Cross-check the method

Review methodology and manuals before treating a public profile or copied command like production-ready guidance.

Use the surrounding workflow hub

When the profile belongs to OpenClaw operations, continue inside the OpenClaw cluster instead of starting over.

Safety notes

  • Only delegate work with clear ownership boundaries so subagents do not trample each other’s files or assumptions.
  • If subagents can run bash or write code, keep permissions scoped to the smallest slice that still unblocks the task.
  • Require the parent workflow to verify subagent outputs before integrating them into the main branch.

Source context

从 SkillsMP 发现的 skill,autoScore 6/10。需要人工审查后方可升级至 bruce-tested。

subagent-driven-development on SkillsMP

Related profiles

Subagents Workflow

Use this profile when one Claude Code session is becoming a bottleneck and the work can be split into parallel, scoped subtasks with cleaner context boundaries.

subagent-testing

Use this profile when you are authoring or refining subagent workflows and need a repeatable way to verify them. It is useful for teams that treat subagents as reusable operational units rather than one-off experiments.

ss-subagent-driven-development

Use this profile when delegated implementation work should stay tied to a stronger specification or planning layer. It is useful for teams combining subagent execution with a more formal delivery method.