marcmallet
01Plugin Claude Code
Plugin marketplace listing 1 plugin: specforge.
Plugin Claude Code
Plugin marketplace listing 1 plugin: specforge.
Plugin Claude Code
Spec-driven feature development workflow. Create, plan, implement and review features using external spec files.
Agent
Implements backend tasks from the spec and plan — controllers, models, services, migrations and routes. Only handles server-side code, never touches frontend files.
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.
Agent
Implements frontend tasks from the spec and plan — templates, styles and JavaScript. Only handles client-side code, never touches backend logic or database.
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.
Agent
Reviews implementation against the spec — checks every requirement and acceptance criterion, marks each as done, partial or missing, and flags scope creep.
Command
Set the directory where specs, plans and reviews are saved for this project.
Command
Create a new feature spec from a ticket number, title and description.
Command
Implement a feature using phased parallel sub-agents for backend, frontend and shared.
Command
Fetch a Jira ticket and create a spec (experimental — not yet tested in production).
Command
Generate a tagged implementation plan from a feature spec.
Command
Generate a pull request description from spec, plan and review.
Command
Review a feature implementation against its spec using parallel sub-agents.
Command
Show the current status of a feature — plan progress, review coverage and next recommended action.