Design. Plan. Build. Validate.
Why Blueprint · Install · Choose a skill · Read the guides · Contribute
Blueprint gives capable coding agents a clear engineering process without turning every change into ceremony. It separates understanding existing code, deciding what to build, and delivering reviewed pull requests.
Agents keep getting better. They need clear standards and useful workflows, not a script for every move.
Blueprint turns long-standing software engineering practice into a small set of skills: understand the system, make decisions before expensive changes, keep each task focused, test the result, and review the work. The skills say what good work looks like and what evidence is needed. They leave the mechanics to the agent.
The set is deliberately small. It contains the core skills its maintainer uses every day to build professional software. There is no agent framework or elaborate setup to maintain. Install the skills and use only the ones the work needs.
Install all ten skills with one command:
npx skills add \
owainlewis/blueprintThat is the main installation path. Blueprint works through portable skill files, so the same repository can support Codex, Claude Code, and other compatible coding agents without separate plugin workflows.
Most work starts in one of these places:
- Document an implemented system. Use
/architectureto create or update rootARCHITECTURE.mdfrom verified code. - Decide how a meaningful change should work. Start with
/designfor a technical design ready for review. - Deliver a decided task. Start with
/task-to-prfor a tested, independently reviewed pull request.
Use /plan when decided work needs splitting. Use /codex-issue-coordinator when one Codex task must coordinate a large batch of GitHub issues.
Small, clear changes can go straight to /task-to-pr. Blueprint asks for only as much process as the work needs.
- Document:
/architecture - Decide:
/design,/architecture-review,/plan - Deliver:
/task-to-pr,/codex-issue-coordinator - Check and improve:
/test,/review,/improve - Present:
/html-doc
Each skill owns one engineering phase or useful outcome. Repository policy stays in AGENTS.md. Writing code, branching, debugging, and committing remain normal agent abilities inside the delivery workflow.
- Choosing the right skill explains where each skill starts and stops.
- Common Blueprint workflows shows how the skills fit together for small changes, larger features, existing systems, and issue batches.
- Examples contains reviewed designs and plans you can inspect or reuse.
- Migration guide explains how to remove older Blueprint skills before upgrading.
- Changelog records notable changes.
Blueprint is deliberately small. It is not an issue tracker, an agent runtime, or a release system. It gives coding agents clear instructions for deciding, building, testing, and reviewing software.
Contributions are welcome. Read CONTRIBUTING.md before opening a pull request. Security problems should follow SECURITY.md.
Released under the MIT License.