Agent
Verifies acceptance criteria are fulfilled by implementation. Maps each AC to code evidence and test coverage. Read-only.
Claude Code plugin - automates bug-fix, feature, and scaffold workflows using 17 specialized AI agents
Agent
Verifies acceptance criteria are fulfilled by implementation. Maps each AC to code evidence and test coverage. Read-only.
Agent
Triage + impact analysis (--phase {triage,impact}).
Agent
Designs architecture and generates task trees for feature implementation and complex bug decomposition.
Agent
Extracts structured issue cards from specifications or architect task trees.
Agent
Browser automation (reproduce phase: capture bug; verify phase: confirm fix) — phase-aware via --phase flag.
Agent
Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.
Agent
Implements minimal, correct code changes targeting the objective. Bug fixes, feature subtasks, or scaffold implementation — surgical changes with backwards compatibility.
Agent
Analyzes backlog and recommends fix order based on impact, risk, effort, and dependencies.
Agent
Creates branch, commits, pushes, creates PR with full traceability. Updates issue tracker state.
Agent
Senior code reviewer and quality gate. Ensures root cause fix, convention compliance, no regressions. Read-only — provides feedback only.
Agent
Reverts failed fix attempts. Resets git state and posts block comment to issue tracker.
Agent
Generates minimal buildable project skeleton with tests, CI/CD, Docker, and CLAUDE.md.
Agent
Analyzes feature requests and extracts structured specifications with acceptance criteria.
Agent
Reviews project specification quality, completeness, consistency, and feasibility. Read-only — provides feedback only.
Agent
Generates complete project specification from user input — vision, architecture, epics with acceptance criteria.
Agent
Produces capacity-constrained sprint plans from prioritized issue lists.
Agent
Writes and runs unit tests verifying the change and preventing regressions. Follows project test framework conventions.