mill — think it through, ship it right, sharper every cycle
npx claudepluginhub mindrevolution/millSkill pack that turns intent into verified PRs — spec drafting, agent teams, independent verification, and continuous learning built into Claude Code
Think it through. Ship it right. Sharper every cycle.
mill is a skill pack for Claude Code that brings structure to AI-assisted software delivery. Markdown skills orchestrate Claude Code's native tools to manage the full workflow — from intent to verified Pull Request.
You describe intent. mill asks the right questions, writes a complete spec, assembles a team of agents, implements in verified steps, and opens a PR. Every cycle feeds learnings back into your project's knowledge base. The more you ship, the sharper it gets.
/plugin marketplace add mindrevolution/mill
/plugin install mill@mindrevolution
Then in your project:
/mill:init # Set up .mill/ directory
/mill:spec # Think through what to build → GitHub Issue
/mill:ship 42 # Assemble team, implement, verify → PR
flowchart LR
subgraph Knowledge
G[Ground]
end
subgraph Delivery
I[Idea] --> S[Spec] --> X[Ship]
end
G -.->|informs| I
G -.->|validates| S
G -.->|guides| X
X -.->|learnings| G
| Skill | What it does |
|---|---|
/mill:init | Initialize .mill/ — directory structure and gitignore |
/mill:ground | Build your project's knowledge base — personas, conventions, decisions |
/mill:idea | Capture a rough thought — 30 days to develop into a spec or drop with learnings |
/mill:spec | Turn intent into a precise, self-contained spec → published as GitHub Issue |
/mill:ship | Assemble a team of agents, implement a spec, verify independently → PR |
/mill:warmup | Orient Claude to your codebase — architecture, patterns, recent changes |
When you /mill:ship, mill doesn't just generate code in a single pass. It assembles a team:
The verifier never sees the implementer's reasoning. This structural independence catches what self-review misses.
Every skill writes observations — patterns discovered, gaps noticed, conventions found. /mill:ground curates these into permanent project knowledge: personas, rules, vocabulary, architectural decisions. The next spec is informed by what the last ship learned.
gh CLI (GitHub CLI) — authenticatedSee AGENTS.md for the full reference — architecture, project structure, skill details, and development guide.