do

Orchestrate phased implementation plans with specialized subagents for verification and commits.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ollieb89/claw_imperium --skill do-ollieb89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/ollieb89/claw_imperium/tree/main/extensions/claude-mem/plugin/skills/do
Command: npx skills add https://github.com/ollieb89/claw_imperium --skill do-ollieb89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of complex, multi-step plans by orchestrating specialized subagents for each phase of implementation, verification, and deployment.

Core Features & Use Cases

  • Phased Execution: Breaks down large tasks into manageable phases, each handled by dedicated subagents.
  • Subagent Orchestration: Assigns specific objectives to "Implementation", "Verification", "Anti-pattern", "Code Quality", and "Commit" subagents.
  • Automated Verification: Ensures each phase meets defined criteria before proceeding or committing.
  • Use Case: When asked to implement a new feature, this Skill will deploy subagents to write the code, verify its correctness against a checklist, check for common errors, review code quality, and finally commit the changes if all checks pass.

Quick Start

Use the do skill to execute the implementation plan for the new user authentication module.

Frequently Asked Questions about do

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate phased implementation plans for complex software features?

Automating phased implementation plans involves orchestrating specialized subagents to handle discrete tasks like code writing, verification, and committing. This approach breaks down large features into manageable phases, ensuring each step meets defined criteria before proceeding.

What is subagent orchestration for code quality and deployment?

Subagent orchestration is the coordination of specialized agents for implementation, verification, anti-pattern checks, code quality review, and committing changes. It manages discrete task deployment to ensure robust software development workflows and prevent failure modes.

How do I execute multi-step implementation plans with automated verification?

You can execute multi-step plans by deploying dedicated subagents for each phase, including implementation and verification. Automated verification ensures each phase meets defined criteria against a checklist before proceeding to commit changes.

Can I use subagents to check for anti-patterns during code deployment?

Yes, you can use specialized anti-pattern subagents to check for common errors during code deployment. The orchestration process assigns specific objectives to anti-pattern and code quality subagents before committing changes.

What are the limitations of using subagent orchestration for software development?

The primary limitation of subagent orchestration is its complexity, requiring strict adherence to execution protocols and failure mode prevention. It is designed for complex, multi-step plans rather than simple, linear code changes.