marcmallet/specforge

A Claude Code plugin for spec-driven feature development. Write a one-liner, get a full spec, plan, implementation and review — all tracked in one place.

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

backend

01

marcmallet/specforge

Agent

Implements backend tasks from the spec and plan — controllers, models, services, migrations and routes. Only handles server-side code, never touches frontend files.

9 4mo ago A 33 tokens original MIT

code-quality

02

marcmallet/specforge

Agent

Reviews implementation for code quality — checks error handling and edge cases, security, consistency with existing patterns and CLAUDE.md conventions, naming and style, complexity, and performance.

9 4mo ago A 38 tokens original MIT

frontend

03

marcmallet/specforge

Agent

Implements frontend tasks from the spec and plan — templates, styles and JavaScript. Only handles client-side code, never touches backend logic or database.

9 4mo ago A 32 tokens original MIT

shared

04

marcmallet/specforge

Agent

Implements tasks tagged [both] in the plan — files that span backend and frontend such as templates needing data bindings and markup. Runs after backend and frontend agents have finished.

9 4mo ago A 37 tokens original MIT

spec-coverage

05

marcmallet/specforge

Agent

Reviews implementation against the spec — checks every requirement and acceptance criterion, marks each as done, partial or missing, and flags scope creep.

9 4mo ago A 31 tokens original MIT