Add Blueprint to Development & Workflow#25
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge OverviewThe PR adds a single entry to the Development & Workflow section in README.md. The entry follows existing conventions (format, alphabetical placement between AgentOps and Claude Code Skills). Files Reviewed (1 file)
Reviewed by mimo-v2-pro-20260318 · 83,234 tokens |
There was a problem hiding this comment.
Code Review
This pull request adds the 'Blueprint' plugin to the pinned third-party plugins list in the README.md file. The review feedback suggests updating the plugins.json file to ensure the new plugin is correctly registered for automated tools and recommends shortening the plugin's description to maintain consistency with other entries in the list.
| <!-- pinned --> | ||
| - [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions. | ||
| - [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions. | ||
| - [Blueprint](https://github.com/JuliusBrussee/blueprint) - Specification-driven development pipeline that turns natural language into domain blueprints with testable acceptance criteria, generates parallel build plans, and implements them with automated validation and cross-model adversarial review. |
There was a problem hiding this comment.
The plugins.json file must be updated to include the new 'Blueprint' plugin entry. This file is used by the HOL Plugin Registry and other automated tools to ingest and analyze plugins. Please add the entry to the plugins array and increment the total count (from 27 to 28).
Example entry for plugins.json:
{
"name": "Blueprint",
"url": "https://github.com/JuliusBrussee/blueprint",
"owner": "JuliusBrussee",
"repo": "blueprint",
"description": "Specification-driven development pipeline that transforms natural language into domain blueprints, generates parallel build plans, and automates implementation with cross-model adversarial review.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/JuliusBrussee/blueprint/main/.codex-plugin/plugin.json"
}| <!-- pinned --> | ||
| - [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions. | ||
| - [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions. | ||
| - [Blueprint](https://github.com/JuliusBrussee/blueprint) - Specification-driven development pipeline that turns natural language into domain blueprints with testable acceptance criteria, generates parallel build plans, and implements them with automated validation and cross-model adversarial review. |
There was a problem hiding this comment.
The description for 'Blueprint' is quite long compared to other entries in the list. Consider making it more concise to improve readability, following the guideline in CONTRIBUTING.md to keep descriptions concise.
| - [Blueprint](https://github.com/JuliusBrussee/blueprint) - Specification-driven development pipeline that turns natural language into domain blueprints with testable acceptance criteria, generates parallel build plans, and implements them with automated validation and cross-model adversarial review. | |
| - [Blueprint](https://github.com/JuliusBrussee/blueprint) - Specification-driven development pipeline that transforms natural language into domain blueprints, generates parallel build plans, and automates implementation with cross-model adversarial review. |
Adds Blueprint to the Development & Workflow section.
What is Blueprint?
Blueprint is a specification-driven development plugin for AI coding agents. It introduces a structured pipeline:
Key differentiators:
Works as a Claude Code plugin with full Codex integration for dual-model verification.