By Chulf58
FORGE — AI-powered development pipeline manager. Plans, implements, reviews, and applies features through a structured agent pipeline.
Audits project structure, writes ARCHITECTURE.md and modules.json. Use when: mapping modules, detecting architecture gaps, onboarding to a new codebase.
Identifies source files the coder needs. Use when: preparing file context before coding, mapping which files a plan task touches.
Writes source files directly and produces an audit summary to docs/context/handoff.md. Use when: implementing a planned feature, writing code from a spec, applying changes to a worktree.
Verifies handoff covers all plan tasks. Use when: checking implementation completeness before review.
Knowledge store maintenance. Use when: cleaning stale docs/solutions/, consolidating duplicates, archiving outdated solutions.
Run the FORGE apply pipeline. Use when: user approved Gate #2 and wants to apply the implementation to source files.
Approve the pending FORGE gate. Use when: user wants to approve Gate #1, Gate #2, or a commit gate to proceed with the pipeline.
FORGE conversational orchestrator. Use when: user starts a conversation, describes work naturally, or you need to detect intent and route to the right pipeline.
Deprecated — commit gates are now handled by /forge:approve. Use /forge:approve to both approve and execute commit+merge in one step.
View or update FORGE project settings. Use when: user wants to change pipeline mode, tester setting, or view project config.
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executes bash commands
Executes bash commands
Hook triggers when Bash tool is used
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
FORGE turns Claude Code into a pipeline that plans, reviews, and ships features under human gates — and gets sharper every time it runs.
It doesn't replace Claude Code; it orchestrates it. The model proposes, specialist reviewers check, deterministic harness rules enforce, and you approve at the few moments that actually matter.
Most "AI dev" wrappers just re-prompt the model and hope. FORGE pushes the leverage below the model — and compounds what it learns.
This is the part people don't expect. FORGE runs a compound knowledge store that turns every run into reusable institutional memory:
gotcha (project pitfalls), solution (past fixes), and decision (logged architectural choices) — each index-backed and tagged by kind so the pipeline can weigh "⚠ hard gotcha" differently from "prior solution" or "you'd be reversing a logged decision."forge_get_constraints before acting. In the opt-in deterministic orchestrator, FORGE goes further and auto-injects the task-relevant gotchas into each agent's prompt at dispatch (Gap-1) — so retrieval can't be skipped under pressure the way voluntary lookups can.trigger ("when X, do Y") and sourceEvidence (provenance). No vague, un-actionable notes pollute the store./forge:learn lets you record a lesson directly, an inline-capture hook offers to capture substantive work automatically, and the planner mines each session for new patterns — all through the same quality gate.The result: the gotcha that bit you in run #3 is the gotcha auto-injected into the coder's prompt in run #40, before it can bite again.
Human attention is the scarcest resource in the loop, so FORGE spends it deliberately. Gates exist only where a pause changes a decision or prevents a mistake — not as ceremony. There are exactly two review gates (plan, implementation) plus a commit gate, and the pipeline refuses to let you approve past an unresolved blocker.
Routing and orchestration don't go through another model that can wander:
reviewer-dispatch.mjs scans the change for risk surfaces (shell, fs writes, auth, network, schema, tests) and picks the matching reviewers. No "mode dial," no LLM deciding who reviews.The model can't be trusted to follow inconvenient instructions, so the rules live under it: PreToolUse hooks hard-block bad edits (TDD without a test, commits inside a gated worktree, stuck-loop dispatch storms), and the approve token only unlocks on typed user input, sanitized of injected context. The prompt asks nicely; the hooks make it true.
/forge:plan "add OAuth login"
→ grill your intent (grounded in the codebase + knowledge store)
→ planner + researcher + gotcha-checker → reviewers critique in parallel
→ Gate #1: you read the plan and approve
/forge:implement
→ coder-scout maps the files → coder writes the change
→ reviewers check safety · logic · boundary · performance · tests
→ Gate #2: you read the verdicts and approve
/forge:apply
→ documenter updates the changelog + architecture docs
→ commit gate → merge
Nothing touches your source until Gate #2, and nothing lands on main until you approve the commit.
npx claudepluginhub chulf58/forge --plugin forgeTurn Claude Code into a plan-execute-validate loop with parallel work, intelligent retry, and memory
Self-orchestrating multi-agent development system powered by Claude Fable 5 — 15 agents (8 core + 1 security gate + 6 department), Smart Routing default, token-efficient subagents, risk-based quality gates. You say WHAT, the AI decides HOW.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.