One-click install
npx skills add https://github.com/ajsai47/holyclaude --skill do-ajsai47
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/ajsai47/holyclaude/tree/main/skills/memory/do
Command: npx skills add https://github.com/ajsai47/holyclaude --skill do-ajsai47

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually executing phased implementation plans leads to inconsistent work, missed verification steps, accidental use of undocumented APIs, and uncommitted changes that break team workflows.

Core Features & Use Cases

  • Subagent Orchestration: Delegates each implementation phase, verification, and review task to dedicated subagents to maintain context clarity and focused execution.
  • Mandatory Quality Guardrails: Enforces post-phase verification checklists, anti-pattern scans, and code quality reviews before any changes are committed.
  • Use Case: When you have a detailed implementation plan generated by a planning skill, use this Skill to execute each step reliably, avoid bad coding patterns, and ensure all work is properly verified and synced to your working branch.

Quick Start

Use the do skill to execute the phased implementation plan for the new payment processing feature, following all verification and quality check steps before committing any changes.

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 plan execution without manual errors?

Automate phased implementation plan execution by delegating each step to specialized subagents for focused execution. This orchestration eliminates manual errors by enforcing mandatory post-phase verification, anti-pattern scans, and code quality reviews before committing changes to a working branch.

How does subagent orchestration work for software development workflows?

Subagent orchestration delegates implementation phases, verification, and review tasks to dedicated subagents. This maintains context clarity and focused execution, ensuring all code changes are properly verified and synced to a working branch for continuous integration.

Can I execute implementation plans and enforce code quality checks before committing?

Yes, executing implementation plans enforces code quality checks through mandatory post-phase verification checklists and anti-pattern scans. This ensures no undocumented APIs are used and all changes pass code quality reviews before syncing to a working branch.

What's the best way to verify code changes during step-by-step implementation?

The best way to verify code changes during step-by-step implementation is applying mandatory post-phase verification checklists and anti-pattern scans. This structured approach catches bad coding patterns and uncommitted changes before they break team workflows.

Do I need a planning skill to generate implementation plans before execution?

Yes, you need a detailed implementation plan generated by a planning skill. This Skill executes each step of that plan reliably, applying mandatory quality guardrails and branch syncing to ensure consistent, verified code integration.

Why does manual execution of phased implementation plans break team workflows?

Manual execution of phased implementation plans breaks team workflows through inconsistent work, missed verification steps, accidental use of undocumented APIs, and uncommitted changes. Subagent orchestration prevents these issues by enforcing structured, verified execution.