Focused agentic engineering workflow: design-doc, spec, plan, implement, tdd, refactor, review, address-pr-feedback, browser-verify, explain-visually, compress, branch, and commit.
Fetch GitHub PR review feedback, judge each comment, implement valid fixes, verify, and optionally reply.
Create a traceable Git branch for the current task.
Verify browser-rendered work in a real browser. Use for HTML, UI, visual docs, presentations, local apps, and browser-facing changes.
Stage the intended changes and create one clear conventional commit.
Write a lightweight technical design document for ambiguous or consequential architecture decisions before implementation.
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.
World-class software engineering and agentic engineering, encoded as a workflow agents can follow.
Blueprint is the SDLC done right for AI coding agents. Design when architecture is ambiguous. Spec when decisions matter. Plan when work needs splitting. Test before ship. Refactor when code needs simplifying. Review before merge. Address PR feedback with judgment. The practices excellent engineering teams have always followed, distilled into focused skills an agent can execute reliably.
It is the deliberate opposite of guardrail-heavy frameworks that try to constrain agents into producing good work. Blueprint bets on the model and encodes the workflow. Every model improvement makes that bet pay off more, not less.
| Phase | Skill | What it does |
|---|---|---|
| Design | design-doc | Explore architecture, alternatives, and tradeoffs |
| Define | spec | One document with requirements and design |
| Plan | plan | Break work into agent-sized tasks |
| Build | implement / tdd | Execute one task; tests prove acceptance |
| Improve | refactor | Simplify changed code without changing behavior |
| Review | review | Correctness, security, simplicity before merge |
| Feedback | address-pr-feedback | Triage and fix valid GitHub PR feedback |
| Browser | browser-verify | Check rendered UI, HTML, and visual docs in a real browser |
flowchart TD
Start([Feature or task]) --> Architecture{Architecture ambiguous?}
Architecture -->|Yes| Design[design-doc<br/>architecture, alternatives,<br/>tradeoffs]
Architecture -->|No| Choice{Needs spec first?}
Design --> Spec
Choice -->|Yes| Spec[spec<br/>requirements + technical design<br/>one document]
Choice -->|No| Implement[implement<br/>do the scoped work]
Spec --> Plan[plan<br/>write portable task list]
Plan --> Task[select a planned task]
Plan -. optional .-> Destination[Push tasks to<br/>the team's issue tracker]
Destination -.-> Task
Task --> Implement
Implement --> Tests[tests pass<br/>tests prove acceptance criteria]
Tests --> Review[review<br/>correctness, security, simplicity]
Review --> Decision{instructions still right?}
Decision -->|Yes| Ship[PR or merge]
Decision -->|No, drifted| Update[update spec, plan,<br/>or task]
Update --> Choice
Ship --> More{More planned tasks?}
More -->|Yes| Task
More -->|No| Done([Done])
If implementation reveals the instructions are wrong, stop. Update the task, spec, or plan, then continue from the updated source. Do not push through stale instructions. Clarifying costs minutes; pushing through wrong instructions costs the rest of the feature.
Tests are the default verification. Blueprint does not run a separate "did the implementation match the instructions?" pass. The request or spec defines the testing strategy. The implementation produces tests that prove the requirements. Browser-rendered work also gets checked with browser-verify. Review checks the proof is real and not theatre. If you want stronger verification, write the additional concerns into REVIEW.md; the review skill will pick them up.
The supported install path is npx skills add owainlewis/blueprint. That installs standalone skills; invoke them by skill name (spec, plan, implement, etc.) or by the skill picker/natural-language flow your agent supports.
Some plugin hosts expose namespaced slash commands such as /blueprint:spec. Those commands are aliases for the same skill names; the standalone skill name is the stable vocabulary.
npx claudepluginhub abdullahsrepo/blueprint-codexA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
UI/UX design intelligence. Searchable local database with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,913 supported skills.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.