Skill pack that turns intent into verified PRs — spec drafting, agent teams, independent verification, and continuous learning built into Claude Code
Define who you build for and how • https://mill.mindrevolution.com/ground
Capture a rough idea (30-day lifecycle) • https://mill.mindrevolution.com/idea
Initialize mill in your project • https://mill.mindrevolution.com/init
Implement a spec → Pull Request • https://mill.mindrevolution.com/ship
Turn intent into a precise, complete spec • https://mill.mindrevolution.com/spec
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
npx claudepluginhub mindrevolution/mill --plugin millImplementation planning, execution, and PR creation workflows with multi-agent collaboration
Spec-driven development for Claude Code — requirements, plans, and tasks that ship as working code.
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.
GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.
Autonomous development methodology: PRD interviews → agent execution → automated review
AI Development Environment - Multi-agent orchestration for Claude Code