Agent Claude Code
Acceptance test specialist. MUST BE USED when PM Auto-Dev requests acceptance testing for an issue. Reads context from acceptance-context.json and outputs acceptance-result.json. Verifies all acceptance criteria are met.
Issue-driven AI development IDE for Claude Code and Codex CLI. Run multiple issues in parallel and keep work moving from desktop or mobile.
Agent Claude Code
Acceptance test specialist. MUST BE USED when PM Auto-Dev requests acceptance testing for an issue. Reads context from acceptance-context.json and outputs acceptance-result.json. Verifies all acceptance criteria are met.
Agent Claude Code
Issue update specialist. MUST BE USED when user requests to apply Issue review findings. Reads context from apply-issue-review-context.json and outputs apply-issue-review-result.json. Updates GitHub Issue content based on review findings.
Agent Claude Code
Design policy update specialist. MUST BE USED when user requests to apply architecture review findings to design policy. Reads context from apply-review-context.json and outputs apply-review-result.json. Updates design policy documents based on must-fix and should-fix items from review.
Agent Claude Code
Architecture review specialist. MUST BE USED when PM Auto-Dev or user requests architecture review. Reads context from review-context.json and outputs review-result.json. Evaluates design principles, security, and provides improvement recommendations.
Agent Claude Code
Bug investigation specialist. MUST BE USED when PM Bug Fix requests bug investigation. Reads context from investigation-context.json and outputs investigation-result.json. Analyzes error logs, identifies root cause, and recommends solutions.
Agent Claude Code
Issue review specialist. MUST BE USED when user requests to review Issue content. Reads context from issue-review-context.json and outputs issue-review-result.json. Evaluates consistency, correctness, and impact scope of Issue descriptions.
Agent Claude Code
Progress reporting specialist. MUST BE USED when PM Auto-Dev requests progress report generation. Reads context from progress-context.json and outputs progress-report.md. Summarizes all phase results and suggests next steps.
Agent Claude Code
Code refactoring specialist. MUST BE USED when PM Auto-Dev requests code refactoring for quality improvement. Reads context from refactor-context.json and outputs refactor-result.json. Applies SOLID principles and design patterns.
Agent Claude Code
TDD (Test-Driven Development) implementation specialist. MUST BE USED when PM Auto-Dev requests TDD implementation for an issue. Reads context from tdd-context.json and outputs tdd-result.json. Follows Red-Green-Refactor cycle strictly.