Source instructions onlyA profile for running subagent-driven development inside a more structured spec-first workflow.

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

Teams using spec-first or more formal planning methods who still want subagents to accelerate implementation.

Primary categoryClaude Code Workflows
Source count1
OpenClaw relevantNo

What it does

This profile focuses on subagent-driven development with an added emphasis on specification and structured planning, so delegated work stays anchored to clearer requirements. It helps teams use parallel agents without letting the execution layer outrun the plan or drift from the intended scope.

Best for

Teams using spec-first or more formal planning methods who still want subagents to accelerate implementation.

Why it stands out

It ties subagent execution to a stronger planning discipline than generic parallel-agent workflows usually do.

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

  • Keep the specification boundary visible to every delegated agent so subagents do not optimize against their own local interpretation.
  • If workers can write code or run commands, scope their permissions to the exact implementation slice described by the plan.
  • Verify the integrated result against the original spec because subagent speed can hide subtle contract drift.

Source context

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

ss-subagent-driven-development on SkillsMP

Related profiles

subagent-driven-development

Use this profile when implementation work naturally splits into bounded subtasks that can be delegated to subagents. It is useful for teams trying to turn parallel Claude Code execution into a repeatable development pattern.

wave-planner-claude

Use this profile when a task is too large for one flat execution pass and needs staged planning. It is useful for operators who want Claude Code to break delivery into deliberate waves before implementation.

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.