Agent
Reviews proposed target architectures and transformed code against modern best practice. Adversarial — looks for over-engineering, missed requirements, and simpler alternatives.
Agent
Reviews proposed target architectures and transformed code against modern best practice. Adversarial — looks for over-engineering, missed requirements, and simpler alternatives.
Agent
Mines domain logic, calculations, validations, and policies from legacy code into testable Given/When/Then specifications. Use when you need to separate "what the business requires" from "how the old code happened to implement it.".
Agent
Deep-reads legacy codebases (COBOL, Java, .NET, Node, anything) to build structural and behavioral understanding. Use for discovery, dependency mapping, dead-code detection, and "what does this system actually do" questions.
Agent
Adversarial security reviewer — OWASP Top 10, CWE, dependency CVEs, secrets, injection. Use for security debt scanning and pre-modernization hardening.
Agent
Writes characterization, contract, and equivalence tests that pin down legacy behavior so transformation can be proven correct. Use before any rewrite.
Agent
Use this agent when code has been written or modified and needs to be simplified for clarity, consistency, and maintainability while preserving all functionality. This agent should be triggered automatically after completing a coding task or writing a logical chunk of code. It simplifies code by following project best…
Agent
Debugging specialist for systematic root cause analysis, fix implementation, and solution verification. Use when encountering bugs, test failures, or unexpected behavior. Examples: Context: User encounters a bug user: "API returns 500 but I don't know why" assistant: "I'll use the debugger agent to analyze the root…
Agent
Writes, updates, and maintains documentation: README, API docs, architecture guides, tutorials, CHANGELOG. Use when creating new docs, updating docs after code changes, or auditing existing docs for gaps. Examples: Context: User just implemented a new feature user: "Write docs for this feature" assistant: "I'll use…
Agent
Next.js 14+ App Router specialist: server components, server actions, rendering strategies (SSG/SSR/ISR/PPR), SEO, and performance optimization. Use when building or optimizing Next.js apps. Examples: Context: User needs to choose rendering strategy user: "Should this page use SSR or ISR?" assistant: "I'll use the…
Agent
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences.
Agent
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.
Agent
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter.
Agent
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Typical triggers include the /hookify command being invoked without arguments, or the user explicitly asking to look back at the current conversation and surface mistakes that should be prevented in the future. See…