From 1b254fe244d0f2d5e4751dc21cadb9d38bc07fb7 Mon Sep 17 00:00:00 2001 From: Julius Brussee Date: Thu, 2 Apr 2026 12:57:05 +0200 Subject: [PATCH 1/2] Add Blueprint plugin by @JuliusBrussee Blueprint is a specification-driven development system for Claude Code that transforms natural language requirements into structured blueprints, then orchestrates automated parallel builds with validation and adversarial review. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4de615..d1d84c4 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [ai-engineer](./plugins/ai-engineer) - [api-integration-specialist](./plugins/api-integration-specialist) - [backend-architect](./plugins/backend-architect) +- [blueprint](https://github.com/JuliusBrussee/blueprint) by [@JuliusBrussee](https://github.com/JuliusBrussee) — Specification-driven development system that transforms requirements into structured blueprints, then orchestrates automated parallel builds with validation and adversarial review - [code-architect](./plugins/code-architect) - [desktop-app-dev](./plugins/desktop-app-dev) - [enterprise-integrator-architect](./plugins/enterprise-integrator-architect) From a75b653d550d8d00089561c7ef33f4662c18969c Mon Sep 17 00:00:00 2001 From: Julius Brussee Date: Thu, 2 Apr 2026 13:14:32 +0200 Subject: [PATCH 2/2] Fix Blueprint entry format to match surrounding entries Remove author attribution and description to match the bare `- [name](url)` format used by all other entries in the Development Engineering section. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d84c4..d6c0fdf 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [ai-engineer](./plugins/ai-engineer) - [api-integration-specialist](./plugins/api-integration-specialist) - [backend-architect](./plugins/backend-architect) -- [blueprint](https://github.com/JuliusBrussee/blueprint) by [@JuliusBrussee](https://github.com/JuliusBrussee) — Specification-driven development system that transforms requirements into structured blueprints, then orchestrates automated parallel builds with validation and adversarial review +- [blueprint](https://github.com/JuliusBrussee/blueprint) - [code-architect](./plugins/code-architect) - [desktop-app-dev](./plugins/desktop-app-dev) - [enterprise-integrator-architect](./plugins/enterprise-integrator-architect)