Tdd Workflow
Activates for test-driven development with RED-GREEN-REFACTOR cycle enforcement
Failure Recovery
Protocol for handling consecutive failures to prevent thrashing and wasted effort
Tuning Coding Agent Codebases
Audits and refactors a codebase's coding agent configuration (CLAUDE.md, .claude/settings.json, skills, hooks) against Anthropic's published best practices. Primary use is rewriting an existing CLAUDE.md so the root holds only pointers and gotchas under 200 lines, conventions move into subdirectory CLAUDE.md files, procedures migrate from CLAUDE.md into skills, and rules added to compensate for o…
Rules Generator
Auto-generates .claude/rules/ documentation for any codebase
Backend Patterns
Activates for API design, repository pattern, caching, auth middleware, and error handling conventions in backend code
Coding Standards
Activates during code implementation and review for naming conventions, DRY/KISS/YAGNI, and code quality standards
E2e Patterns
Activates for Playwright E2E test patterns, Page Object Model, locator strategies, and test reliability
Frontend Patterns
Activates for React component patterns, state management, hooks, and frontend performance optimization
Claudemd Generator
Auto-generates CLAUDE.generated.md from project rules when rules change or are missing
Frontend Design
Activates when building web interfaces, design systems, or styling components with high visual quality
Agentsmd Generator
Auto-generates AGENTS.generated.md from project rules when rules change or are missing
Retro
Engineering retrospective analyzing git history for velocity, work patterns, quality signals, and trends with persistent snapshots
Comprehension Coach
Wise teacher mode that drives the learner to deep, verified understanding of a session's work — problem, solution, and impact. Activates on 'teach me this session', 'make sure I understand', 'quiz me', 'walk me through what we did', 'help me understand these changes', 'do I get this?'. Runs an incremental, mastery-gated loop with a persistent checklist and AskUserQuestion quizzes; does not end un…