backend
01Agent
Implements backend tasks from the spec and plan — controllers, models, services, migrations and routes. Only handles server-side code, never touches frontend files.
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.
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.