LucasDuys/forge

Turn a one-line idea into a branch with tested, reviewed, committed code. The brainstorm-to-commit pipeline for Claude Code.

55Stars on the repository
39Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

forge-complexity

01

LucasDuys/forge

Agent

Analyzes task description and codebase context to recommend complexity depth level (quick/standard/thorough). Lightweight analysis run on every /forge command startup.

55 1mo ago A 35 tokens original MIT

forge-executor

02

LucasDuys/forge

Agent

Implements individual tasks from a frontier. Follows TDD when available, commits atomically, updates state. Dispatched during /forge execute.

55 1mo ago A 33 tokens original MIT

forge-planner

03

LucasDuys/forge

Agent

Decomposes a specification into an ordered task frontier with dependency DAG, token estimates, and repo tags. Dispatched during /forge plan.

55 1mo ago A 32 tokens original MIT

forge-researcher

04

LucasDuys/forge

Agent

Multi-source research agent that investigates best practices, official documentation, and academic literature before implementation. Dispatched before complex tasks to ensure the executor has authoritative guidance.

55 1mo ago A 36 tokens original MIT

forge-reviewer

05

LucasDuys/forge

Agent

Reviews code against spec requirements and quality standards. Returns PASS or ISSUES with file:line references and severity levels. Dispatched after task implementation.

55 1mo ago A 33 tokens original MIT

LucasDuys/forge

Agent

Pre-planning path-validation gate. Scans a spec file for path tokens inside code fences or backticks, checks each against the target repo, and returns REPLANNEEDED with (spec-line, missing-path) pairs when any are missing. Invoked automatically by /forge plan before forge-planner.

55 1mo ago A 67 tokens original MIT

forge-speccer

07

LucasDuys/forge

Agent

Writes specifications with R-numbered requirements and testable acceptance criteria from brainstorm output. Use during /forge brainstorm to generate spec files.

55 1mo ago A 31 tokens original MIT

forge-verifier

08

LucasDuys/forge

Agent

Goal-backward phase verification — checks that spec requirements are actually met, detects stubs and placeholders, verifies cross-component wiring. Dispatched after all tasks in a phase complete.

55 1mo ago A 39 tokens original MIT

LucasDuys/forge

Agent

Perceptual gate for spec [visual] acceptance criteria. Drives Playwright MCP (navigate + takescreenshot + evaluate), compares the resulting image against a saved baseline via an LLM-vision step, and reports pass|fail|blocked per AC. Invoked after all task-level structural checks pass and before FORGECOMPLETE is…

55 1mo ago A 81 tokens original MIT