Agent
Systematic debugging and problem resolution. Use when code has bugs, tests fail, or errors occur. Diagnoses root cause, implements fix, and verifies solution. Updates Currenttasks.md if fixing a task.
Agent
Systematic debugging and problem resolution. Use when code has bugs, tests fail, or errors occur. Diagnoses root cause, implements fix, and verifies solution. Updates Currenttasks.md if fixing a task.
Agent
Generates and maintains lightweight documentation. Use for full codebase documentation generation or incremental updates after file modifications. Creates agentcontext/docs/{filename}.md files with function signatures and database interactions.
Agent
Use this agent when:\n- A significant logical checkpoint has been reached in development (e.g., after implementing a complete feature, refactoring a module, or establishing a new architectural pattern)\n- The user explicitly requests a snapshot or checkpoint of the current codebase state\n- A major milestone is…
Agent
Validates implementation guidance against current documentation to catch breaking changes, deprecated APIs, and updated best practices. Launch this agent when:\n\n- Implementing a library/framework that may have changed since knowledge cutoff\n- User mentions a specific version number that seems recent\n- Getting…
Agent
Your terminal and systems expert who handles all system administration tasks. Script Kitty writes scripts, installs dependencies, configures firewalls, manages services, and performs any systems work. Always reaches out for authentication requirements and guides users through setup steps. Use when:\n\n- Need to…
Agent
Implements code for micro tasks. Reads research from agentcontext/tasks/TASK{N}research.md files created by task-planner. Calls Explore or research-specialist directly if additional research needed. Use this agent for all code implementation - orchestrator never codes directly.
Agent
Research specialist called ONLY by task-planner during planning phase. Creates comprehensive agentcontext/tasks/TASK{N}research.md files with all architectural findings, syntax, patterns, and decisions. Other agents read these research files instead of re-searching.
Agent
Breaks down features into micro tasks (1-2 files each). Use this agent when starting new features or when user requests need to be decomposed into actionable implementation steps. Creates Currenttasks.md with detailed task breakdown and updates PROJECTCONTEXT.md with architectural decisions.