Claudomat Mini banner
memphyssk memphyssk

Claudomat Mini

AI community

Description

Battle-tested operating system for shipping product with LLM coding agents. 17-stage wave loop, two-reviewer gate, dual-document agent memory, full template library. Everything you need to turn agentic coding from vibes into a repeatable process.

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

auto-claude — MD Orchestration System for Claude Code

A project-agnostic operating system for running LLM coding agents on real product work. Drop these files into a fresh repo and Claude Code will:

  1. Onboard — turn your founder docs into a fully seeded project (vision, competitors, scope, stack, architecture, design, task plan) across 13 pre-launch stages.
  2. Execute — run every feature wave through a 17-stage wave loop with mandatory two-reviewer gates, dual-document sub-agent memory, and a canonical PM backlog pattern.

All of it wired through a single `CLAUDE.md` trigger table that Claude Code consults every turn.

The files here are the actual running system, battle-tested on a real product and scrubbed of project specifics. You fork, run the onboarding loop once, and the wave loop takes over from there.


The two loops at a glance

  ┌────────────────────────────────────────┐
  │  Onboarding loop (once, at seeding)    │
  │  13 stages (v0 → v11)                  │
  │  INPUT:  founder docs                  │
  │  OUTPUT: vision, competitors, scope,   │
  │          stack, architecture, design,  │
  │          seeded TaskMaster, first CI   │
  └──────────────┬─────────────────────────┘
                 │ handoff at v11
                 ↓
  ┌────────────────────────────────────────┐
  │  Wave loop (per feature wave)          │
  │  17 stages (0 → 11)                    │
  │  INPUT:  next TaskMaster task          │
  │  OUTPUT: shipped feature + updated     │
  │          product-decisions, ROADMAP,   │
  │          user-journey-map, lessons     │
  └────────────────────────────────────────┘

How to launch

Step 1 — Put the repo in place

Fork `auto-claude` (or `git clone`), then in your new project either:

  • Green-field: use auto-claude as the scaffold, commit the initial state.
  • Existing repo: copy CLAUDE.md + command-center/ + design/ + .gitignore into your project root.

Install TaskMaster sep