LucasDuys

46 mods across 3 repositories, 68 stars between them.

forge-marketplace

01

LucasDuys/forge

Plugin Claude Code

Autonomous spec-driven development loop for Claude Code.

55 1mo ago A tokens not measured original MIT

forge

02

LucasDuys/forge

Plugin Claude Code

Autonomous spec-driven development loop for Claude Code with behavioral guardrails, knowledge graph integration, and design system support.

55 1mo ago A tokens not measured original MIT

forge AGENTS.md

03

LucasDuys/forge

Instructions file CodexOpenCode

Instructions for LucasDuys/forge, covering forge — agent routing, agent definitions, forge-speccer, forge-planner and forge-executor.

55 1mo ago A 1,215 tokens original MIT

forge CLAUDE.md

04

LucasDuys/forge

Instructions file

Instructions for LucasDuys/forge, covering forge — autonomous agent coding system, what this is, project structure, workflow enforcement (critical) and architecture.

55 1mo ago A 2,828 tokens original MIT

forge-complexity

05

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

06

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

07

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

08

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

09

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

11

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

12

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

backprop

14

LucasDuys/forge

Command

Trace a bug back to a spec gap and generate regression tests.

55 1mo ago A 12 tokens original MIT

brainstorm

15

LucasDuys/forge

Command

Turn an idea into concrete specs with testable requirements.

55 1mo ago A 10 tokens original MIT

collaborate

16

LucasDuys/forge

Command

Opt-in multiplayer mode -- brain-dump together, claim tasks across machines, flag decisions async.

55 1mo ago A 18 tokens original MIT

execute

17

LucasDuys/forge

Command

Run the autonomous implementation loop.

55 1mo ago A 5 tokens original MIT

help

18

LucasDuys/forge

Command

Display the following help text to the user.

55 1mo ago A 4 tokens original MIT

plan

19

LucasDuys/forge

Command

Decompose specs into task frontiers with dependency tracking.

55 1mo ago A 10 tokens original MIT

resume

20

LucasDuys/forge

Command

Continue Forge execution after context reset or interruption.

55 1mo ago A 8 tokens original MIT

review-branch

21

LucasDuys/forge

Command

Review an existing branch holistically before merging — blast radius, conventions, security, and spec compliance.

55 1mo ago A 19 tokens original MIT

setup-tools

22

LucasDuys/forge

Command

Detect missing CLI tools and install them to enhance Forge capabilities.

55 1mo ago A 11 tokens original MIT

skills-audit

23

LucasDuys/forge

Command

Audit every skill and command Forge can see — group by status (active, duplicate, deprecated, archived).

55 1mo ago A 21 tokens original MIT

status

24

LucasDuys/forge

Command

Show Forge progress and status.

55 1mo ago A 5 tokens original MIT