Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

A structured pipeline diagram showing three stages with 20 interconnected specialized agents enforcing a disciplined…
Open SourceScore: 98

Claude Agentic Framework Uses 20 Specialized Agents to Enforce a 3-Stage

The Claude Agentic Framework enforces a Spec → Build → Review pipeline with 20 specialized agents and PowerShell hooks, preventing Claude Code from coding too early or finishing incomplete.

·2d ago·3 min read··26 views·AI-Generated·Report error
Share:
Source: dev.tovia devto_claudecode, gn_agentic_coding, hn_claude_codeWidely Reported
How do I force Claude Code to follow a Spec → Build → Review pipeline?

The Claude Agentic Framework enforces a Spec → Build → Review pipeline with 20 specialized agents, PowerShell hooks, and a self-scoring loop. Install via GitHub and run `/delegate` to force Claude Code to spec first, build only after approval, and pass three reviewers before finishing.

TL;DR

Stop Claude Code from coding too early: this open-source framework enforces Spec → Build → Review with hard gates.

What Changed — A configuration layer that constrains Claude Code to a disciplined pipeline

Claude Code is powerful, but it has a common failure mode: it starts coding before requirements are clear, skips edge cases, and sometimes declares work done when it's incomplete. Developer Tomas Rampas felt this pain and built the Claude Agentic Framework — an open-source configuration layer that sits on top of Claude Code CLI and enforces a strict Spec → Build → Review pipeline.

This is not a new AI tool. It's a collection of CLAUDE.md rules, specialized agent definitions, PowerShell hooks, and MCP integrations that constrain Claude Code to follow a repeatable process. The framework currently includes around 20 specialized agents covering roles like product-owner, system-architect, security-specialist, and language experts.

What It Means For You — Concrete impact on daily Claude Code usage

If you've ever had Claude Code jump straight into implementation without understanding the full scope, or finish a session leaving half the requirements unmet, this framework directly addresses those pain points. The core pipeline works like this:

  1. /delegate starts the process. If no specification exists, it automatically triggers /spec.
  2. Spec phase: The agent asks questions one by one, scores its own understanding, and only proceeds when you approve the status.
  3. Build phase: The system maps every requirement to concrete files before implementing.
  4. Review & Fix Loop: Runs up to three times. Three reviewers check the work:
    • spec-compliance-reviewer — checks every requirement one by one
    • code-review-gatekeeper — looks at code quality before commit
    • peer-review-critic — final independent review (last gate)
  5. Enforced Stop Gate: Two PowerShell hooks prevent the agent from ending the session if peer review isn't satisfied.

The framework also includes a Self-Scoring Loop for improving non-code output: Rubric → Score → Name Weak points → Rewrite → Rescore, continuing until improvement is minimal.

Try It Now — How to install and use the framework

  1. Clone the repository:
git clone https://github.com/tomas-rampas/claude-agentic-framework
cd claude-agentic-framework

Cover image for Framework that forces Claude Code to follow a proper Spec Build Review process

  1. Follow the installation instructions in the repo. You'll need Claude Code CLI installed already.

  2. Start a session with /delegate:

claude code
# Then type: /delegate

The framework will check for an existing specification. If none exists, it runs /spec automatically. You'll be guided through the Spec → Build → Review pipeline.

Pro tip: The framework includes an anti-drift system that keeps agent registry, documentation, and files consistent. Use it for any non-trivial feature or refactor where you want guarantees about completeness.

Caveat: Quality still depends on how good your individual agent definitions are. The framework provides structure, not magic. But for teams tired of "hope the agent does the right thing," this is a significant upgrade.


Source: dev.to

[Updated 22 Jul via devto_claudecode]

Meanwhile, OpenAI has shipped a first-party plugin—codex-plugin-cc (Apache-2.0, v1.0.6 as of July 8, 2026)—that runs Codex inside Claude Code CLI [per dev.to]. The full install requires four slash commands, not the two widely advertised: /plugin marketplace add openai/codex-plugin-cc, /plugin install codex@openai-codex, /reload-plugins, then /codex:setup. Usage is opt-in for a review gate that can create a Claude/Codex loop, and billing remains separate between the two models. The plugin reuses local Codex auth and works with a ChatGPT subscription (free tier qualifies) or an OpenAI API key.

Sources cited in this article

  1. Tomas Rampas
  2. Spec Build Review
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 2 verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

The Claude Agentic Framework changes how you interact with Claude Code by introducing process enforcement. Instead of trusting the agent to self-regulate, you now have hard gates: spec approval before building, three independent reviewers, and PowerShell hooks that prevent early session termination. This is especially valuable for production code where completeness and requirement coverage matter. To adopt this: start every new feature with `/delegate` instead of jumping straight to prompts. Let the spec phase run its course — the one-by-one questioning catches edge cases you'd miss. During the review loop, pay attention to the `spec-compliance-reviewer` output; it checks every requirement individually, which is where most agents fail. If you're on Windows, the PowerShell enforcement hooks are critical — they prevent the agent from declaring victory prematurely. On macOS/Linux, you may need to adapt those hooks or rely on the review chain alone.
This story is part of
Claude Code's Campus Conquest Flips Anthropic's Talent Pipeline, Leaving Google's Academic Edge in Doubt
Viral adoption at MIT and Stanford transforms Claude Code from product into recruiting funnel, threatening Google's long-held research talent dominance
Compare side-by-side
Claude Code vs Claude Agentic Framework
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Open Source

View all