PHPUnit testing conventions and best practices for any PHP project
2
AI 92
controller-early-return
masanao-ohba3/18/2026
Invoke when code-developer implements or refactors CakePHP controller actions with deep nesting. Detects nested if/else structures and provides refactoring patterns using early returns and viewBuilder...
2
AI 88
evaluation-criteria
masanao-ohba3/18/2026
Defines evaluation criteria and scoring methodologies for deliverable assessment
2
AI 85
requirement-analyzer
masanao-ohba3/15/2026
Extends generic requirement analysis with PHP/CakePHP specific considerations and technical mappings
2
AI 80
workflow-patterns
masanao-ohba3/18/2026
Invoke when coordinating multi-agent execution via TeamCreate. Provides workflow templates (team setup, task dependencies, retry loops, failure handling), progress tracking via TaskList, and coordinat...
2
AI 78
task-scaler
masanao-ohba3/18/2026
Invoke when task-scale-evaluator classifies task complexity. Provides scale classification (trivial/small/medium/large) based on file count, dependency depth, and domain complexity, with subtask decom...
2
test-implementer
masanao-ohba1/23/2026
Test execution patterns, failure classification, and result analysis
2
AI 95
design-patterns
masanao-ohba1/23/2026
Software design patterns for architecture, components, databases, and APIs
2
AI 95
nextjs-code-reviewer
masanao-ohba1/23/2026
Comprehensive code review guidelines for Next.js 15 App Router projects
2
AI 95
react-code-reviewer
masanao-ohba1/23/2026
Comprehensive code review guidelines for React 19 TypeScript projects
2
AI 94
test-case-designer
masanao-ohba1/23/2026
Designs comprehensive test cases for PHP/CakePHP applications, categorizing them into unit, integration, and system tests with proper documentation format
2
AI 94
fixture-generator
masanao-ohba1/23/2026
Generates CakePHP test fixtures from migration files, ensuring schema consistency and following project conventions including Configure::read usage
2
AI 88
react-code-implementer
masanao-ohba1/23/2026
Practical guidelines for implementing React 19 components with TypeScript
2
AI 81
migration-checker
masanao-ohba1/23/2026
Validates CakePHP migration files and ensures consistency between migrations, fixtures, and database schemas in multi-database environments
2
code-reviewer
masanao-ohba1/23/2026
Code review methodology, severity classification, and quality assessment patterns