Skip to content

dev953 v1.0.0

Choose a tag to compare

@GRU-953 GRU-953 released this 22 Jun 17:17

dev953 — type a plain idea, get a finished, tested project shipped to your GitHub. An autonomous multi-agent coding team for Claude Code.

Install

In Claude Code (works the same in the CLI, the desktop app, web, and IDE extensions):

/plugin marketplace add GRU-953/dev953
/plugin install dev953@dev953

Then:

/dev953 "your idea in plain words"

What's in 1.0.0

  • One command that runs the whole lifecycle: brainstorm → ideate → design → plan → build → test → fix → update → publish.
  • A parallel build engine — several coders try different approaches in isolated git worktrees; the smallest version that passes the tests wins, the rest are discarded.
  • A local memory + coordination store so a run survives a restart.
  • Two safety checks — a plan-before-build / test-before-done gate, and a pre-publish secret scan.
  • Private-by-default publishing with clean, human-authored history.

Manual install

Download dev953-1.0.0.zip below, unzip it, and load it with:

claude --plugin-dir /path/to/dev953

MIT licensed.