Source instructions onlyA profile for generating new subagents and reusable delegation patterns for Claude workflows.

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

What it does

This profile focuses on generating subagent definitions, roles, and initial instruction sets so new delegated workflows can be created faster. It helps teams standardize the starting structure for subagents before deeper review and testing refine the final result.

Best for

Skill authors building many subagents and wanting a more efficient way to produce initial drafts.

Why it stands out

It is aimed at creating subagents themselves, not only using them inside one workflow.

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

  • Generated subagents should never be trusted as-is; review their instructions, tool scope, and failure modes before reuse.
  • If the generation flow emits bash-capable or file-writing agents, test them in a sandbox first and keep their permissions narrow.
  • Avoid cloning one generic subagent pattern everywhere because different tasks need different context and safety boundaries.

Source context

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

subagent-gen on SkillsMP

Related profiles

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.

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.

moleworks-subagent-orchestrator

Use this profile when the main challenge is not spawning one subagent, but coordinating several of them cleanly. It is useful for teams designing a more formal orchestration layer on top of delegated Claude workflows.