From ultrapowers
This skill should be used when facing 2+ independent tasks that can be worked on without shared state, or when coordinating subagent-driven implementation of a plan. Covers parallel dispatch and sequential task orchestration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ultrapowers:agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delegate tasks to focused agents with isolated context. Craft their instructions precisely — they should never inherit your session history.
Delegate tasks to focused agents with isolated context. Craft their instructions precisely — they should never inherit your session history.
Multiple independent problems — different test files, different subsystems, different bugs. Each can be understood and fixed without context from the others. No shared state between investigations.
Failures might be related (fix one → fixes others), need full system understanding first, or agents would edit the same files.
For executing implementation plans where tasks have dependencies or touch overlapping code. Implementation agents do not count as verification — every task needs independent review.
Each implementation agent gets:
Use the cheapest model that can handle the task. Mechanical work (isolated functions, clear specs, 1-2 files) → fast model. Integration and judgment → standard model. Architecture and review → most capable model.
ultrapowers:tdd)Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jaidhyani/jai-cc-plugins --plugin ultrapowers