blueprint
Structured software design, planning, testing, and pull request delivery
All Skills in This Repository (6)
Pure Emerald Level Indicatorscommit
Stage and commit code changes using Conventional Commits format.
branch
Create and check out git branches with conventional naming prefixes.
plan
Generate a phased implementation plan with atomic tasks from requirements and architecture documents.
requirements
Transform rough notes into a structured REQUIREMENTS.md document.
architecture
Generate an ARCHITECTURE.md document from a REQUIREMENTS.md file.
task
Execute development tasks with branch creation, coding, and conventional commits.
Frequently Asked Questions
FAQPage SchemaHow to install Blueprint?โผ
Run `npx skills add owainlewis/blueprint --all -g -y` in your terminal to install all ten skills globally.
What does Blueprint do for coding agents?โผ
It gives your agent ten focused skills covering architecture documentation, design, planning, testing, review, and pull request delivery. Each skill defines what good work looks like and what proof is required.
Does Blueprint work with Claude Code and Codex?โผ
Yes. The skills use portable SKILL.md files that run in Claude Code, Codex, and other compatible coding agents without separate plugins.
How do I turn a task into a pull request?โผ
Use the /task-to-pr skill with a task, ticket, or milestone. It builds the code, runs tests, gets an independent review, and opens one focused pull request per task.
Do I need to use every Blueprint skill?โผ
No. Small, clear changes can go straight to /task-to-pr. Use design, plan, and review skills only when the work needs them.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core