Donnyclaude banner
D0NMEGA D0NMEGA

Donnyclaude

Productivity community

Description

Verified workflow engine for Claude Code: durable project memory, phase planning, subagents, and deterministic completion gates.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DonnyClaude

npm version "Node= 20"> Donny engine MIT License Star on GitHub

DonnyClaude

**The verified workflow engine for Claude Code.**

Claude Code is excellent at generating code. It is weaker at long projects: context gets messy, `/clear` loses decisions, and the model can call a task "done" before tests, requirements, or security checks actually pass.

DonnyClaude wraps Claude Code in a durable planning layer and a deterministic verification loop:

  • writes project state to .planning/ so work survives /clear and new sessions
  • breaks large work into explicit phases with requirement and dependency gates
  • routes work to scoped subagents: planners, implementers, reviewers, verifiers
  • refuses to mark work complete until engine-backed checks pass
npx donnyclaude

The Donny engine refuses a failed phase, then passes it once VERIFICATION.md says passed

One command installs the [Donny engine](#deterministic-gates-the-donny-engine), the skills and agents, coding rules for 13 languages, project hooks, and a curated MCP setup - then Claude itself walks you through your first pr