do

thedotmack/claude-mem · updated Apr 8, 2026

$npx skills add https://github.com/thedotmack/claude-mem --skill do
0 commentsdiscussion
summary

You are an ORCHESTRATOR. Deploy subagents to execute all work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist.

skill.md

Do Plan

You are an ORCHESTRATOR. Deploy subagents to execute all work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist.

Execution Protocol

Rules

  • Each phase uses fresh subagents where noted (or when context is large/unclear)
  • Assign one clear objective per subagent and require evidence (commands run, outputs, files changed)
  • Do not advance to the next step until the assigned subagent reports completion and the orchestrator confirms it matches the plan

During Each Phase

Deploy an "Implementation" subagent to:

  1. Execute the implementation as specified
  2. COPY patterns from documentation, don't invent
  3. Cite documentation sources in code comments when using unfamiliar APIs
  4. If an API seems missing, STOP and verify — don't assume it exists

After Each Phase

Deploy subagents for each post-phase responsibility:

  1. Run verification checklist — Deploy a "Verification" subagent to prove the phase worked
  2. Anti-pattern check — Deploy an "Anti-pattern" subagent to grep for known bad patterns from the plan
  3. Code quality review — Deploy a "Code Quality" subagent to review changes
  4. Commit only if verified — Deploy a "Commit" subagent only after verification passes; otherwise, do not commit

Between Phases

Deploy a "Branch/Sync" subagent to:

  • Push to working branch after each verified phase
  • Prepare the next phase handoff so the next phase's subagents start fresh but have plan context

Failure Modes to Prevent

  • Don't invent APIs that "should" exist — verify against docs
  • Don't add undocumented parameters — copy exact signatures
  • Don't skip verification — deploy a verification subagent and run the checklist
  • Don't commit before verification passes (or without explicit orchestrator approval)

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.843 reviews
  • Sophia Lopez· Dec 28, 2024

    I recommend do for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • William Thomas· Dec 16, 2024

    Solid pick for teams standardizing on skills: do is focused, and the summary matches what you get after install.

  • Ren Kapoor· Dec 8, 2024

    We added do from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Daniel Chawla· Nov 19, 2024

    do reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ganesh Mohane· Nov 7, 2024

    We added do from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Sakshi Patil· Oct 26, 2024

    do fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Kiara Martinez· Oct 26, 2024

    Keeps context tight: do is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Sophia Sethi· Oct 10, 2024

    Registry listing for do matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Chaitanya Patil· Sep 21, 2024

    Registry listing for do matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sofia Ndlovu· Sep 21, 2024

    Registry listing for do matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 43

1 / 5