scan-analyst
25Agent
Reverse-engineer requirements from existing code and tests. Tags each requirement as CONFIRMED (test-backed) or INFERRED (code-only).
Agent
Reverse-engineer requirements from existing code and tests. Tags each requirement as CONFIRMED (test-backed) or INFERRED (code-only).
Agent
Analyze existing codebase architecture from scan context. Documents as-is architecture rather than designing to-be.
Agent
Extract data models from existing ORM definitions, migration files, and schema declarations. Only invoked when database usage is detected.
Agent
Generate improvement issues from codebase scan observations — test gaps, tech debt, schema problems, and risk items.
Agent
Assess existing test coverage, identify gaps, and produce a test plan based on actual codebase analysis rather than PRD requirements.
Agent
Separate-context auditor for the kit's synthesis layer. Verifies that a /deep-research report's claims survive into the kit's rendered output without being dropped, distorted, or scope-changed. Refute-first prompt — defaults claims to suspect until proven faithful.
Agent
Sprint phase executor — receives a specific phase (IMPLEMENT/REVIEW/SHIP) and target issues, executes that phase, updates sprint state.
Agent
Scan codebase for test gaps and generate unit/integration/E2E tests that actually pass — no hollow tests, no false coverage.
Agent
Audit the design IMPLEMENTATION (rendered state coverage, copy usage, token usage in code, interaction fidelity, accessibility in code, component existence) — implementation-level only. System-level checks belong to design-auditor.
Agent
UI/UX development expert who establishes design philosophy based on PRD and UX specs, and generates design systems, wireframes, and HTML prototypes.
Agent
Create UX spec (IA, flows, screen states, copy, a11y) from PRD. v0 scope — spec only, no visual design.
Hook
Runs when a session ends, executing run_cleanup.py via bash. From pillip/claude-dev-kit.
Hook
Runs when the agent finishes a response, executing run_cleanup.py via bash. From pillip/claude-dev-kit.
Hook
Runs when a subagent starts, executing agent_state.py via bash. From pillip/claude-dev-kit.
Hook
Runs when a subagent finishes, executing agent_state.py via bash. From pillip/claude-dev-kit.
Hook
Runs before the agent uses a tool for Write, Edit and Bash tool calls, executing agent_state.py, secret_guard.py and dangerous_command_guard.py via bash (3 commands). From pillip/claude-dev-kit.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing agent_state.py and autotest.py via bash (2 commands). From pillip/claude-dev-kit.
Hook
Runs when a tool call fails, executing agent_state.py via bash. From pillip/claude-dev-kit.
Hook
Runs when you submit a prompt, before the agent sees it, executing agent_state.py via bash. From pillip/claude-dev-kit.
Hook
Runs when a session starts, executing session_start.py via bash. From pillip/claude-dev-kit.
Skill Claude CodeCodex
Analyzes and critiques business viability. Use after /brainstorm and before /prd.
Skill Claude CodeCodex
Explores ideas and defines problems through free-form conversation. Use before /prd when direction is unclear.
Skill Claude CodeCodex
Activates destructive command warnings for the current session. Use when working in sensitive environments.
Skill Claude CodeCodex
Establishes a desktop design philosophy based on kickoff outputs, and generates a desktop design system/wireframes/Electron prototype. Recommended flow — /prd → /kickoff → /desktop-uiux.