owainlewisowainlewisCommunityยท6 Agent Skills Included

blueprint

Structured software design, planning, testing, and pull request delivery

Guides coding work through clear phases: document architecture, write technical designs, split work into tasks, and deliver tested pull requests. Removes vague tickets, untested changes, and unreviewed code by requiring proof for every acceptance criterion. Includes independent review steps and browser-based verification so each change ships with evidence a human can trust.
npx skills add owainlewis/blueprint --all -g -y
Available:

Tells the agent which skill to use for each engineering phase, when to skip process, and the rules for testing, review, and merging pull requests.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’