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.
npx claudepluginhub jaidhyani/jai-cc-plugins --plugin ultrapowersThis skill uses the workspace's default tool permissions.
Delegate tasks to focused agents with isolated context. Craft their instructions precisely — they should never inherit your session history.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
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)