Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
<!-- 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"
}

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.

- [Claude Code Skills](https://github.com/alirezarezvani/claude-skills) - 223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, and more.
- [Claude Octopus](https://github.com/nyldn/claude-octopus) - Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.
- [Codex Agenteam](https://github.com/yimwoo/codex-agenteam) - Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline.
Expand Down