marcmallet

15 mods across 1 repository, 9 stars between them.

marcmallet

01

marcmallet/specforge

Plugin Claude Code

Plugin marketplace listing 1 plugin: specforge.

9 4mo ago A tokens not measured original MIT

specforge

02

marcmallet/specforge

Plugin Claude Code

Spec-driven feature development workflow. Create, plan, implement and review features using external spec files.

9 4mo ago A tokens not measured original MIT

backend

03

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

04

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

05

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

06

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

07

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

config

08

marcmallet/specforge

Command

Set the directory where specs, plans and reviews are saved for this project.

9 4mo ago A 14 tokens original MIT

create

09

marcmallet/specforge

Command

Create a new feature spec from a ticket number, title and description.

9 4mo ago A 13 tokens original MIT

implement

10

marcmallet/specforge

Command

Implement a feature using phased parallel sub-agents for backend, frontend and shared.

9 4mo ago A 15 tokens original MIT

jira

11

marcmallet/specforge

Command

Fetch a Jira ticket and create a spec (experimental — not yet tested in production).

9 4mo ago A 17 tokens original MIT

plan

12

marcmallet/specforge

Command

Generate a tagged implementation plan from a feature spec.

9 4mo ago A 9 tokens original MIT

pr

13

marcmallet/specforge

Command

Generate a pull request description from spec, plan and review.

9 4mo ago A 11 tokens original MIT

review

14

marcmallet/specforge

Command

Review a feature implementation against its spec using parallel sub-agents.

9 4mo ago A 12 tokens original MIT

status

15

marcmallet/specforge

Command

Show the current status of a feature — plan progress, review coverage and next recommended action.

9 4mo ago A 17 tokens original MIT