Skip to content

Add Blueprint to Development & Workflow#25

Open
JuliusBrussee wants to merge 1 commit into
hashgraph-online:mainfrom
JuliusBrussee:add-blueprint
Open

Add Blueprint to Development & Workflow#25
JuliusBrussee wants to merge 1 commit into
hashgraph-online:mainfrom
JuliusBrussee:add-blueprint

Conversation

@JuliusBrussee

Copy link
Copy Markdown

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:

  1. Draft — decomposes natural language into domain blueprints with R-numbered requirements and testable acceptance criteria
  2. Architect — generates a tiered dependency graph of tasks from blueprints
  3. Build — auto-parallelizes implementation across subagents with validation gates at every step
  4. Inspect — gap analysis + peer review tracing every line back to blueprint requirements

Key differentiators:

  • Cross-model adversarial review — uses Codex as an adversarial reviewer at design time (blueprint challenge) and build time (tier gates), catching blind spots single-model self-review cannot detect
  • Parallel execution — groups independent tasks into work packets and dispatches concurrent subagents with git worktree isolation
  • Deep research — optional multi-agent research phase (codebase + web) that grounds design decisions in current best practices
  • Convergence loops — iterates until acceptance criteria pass, with circuit breakers to prevent infinite loops

Works as a Claude Code plugin with full Codex integration for dual-model verification.

@kilo-code-bot

kilo-code-bot Bot commented Apr 1, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

The 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)
  • README.md — 1 line added (line 62)

Reviewed by mimo-v2-pro-20260318 · 83,234 tokens

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md
<!-- 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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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"
}

Comment thread README.md
<!-- 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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
- [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.

@kantorcodes kantorcodes reopened this Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants