Agent
Create git worktrees or branches for workspace isolation. Spawned by the iterative:implementing skill during setup phase.
Agent
Create git worktrees or branches for workspace isolation. Spawned by the iterative:implementing skill during setup phase.
Agent
Always-on plan-review persona. Reviews planning documents for internal consistency — contradictions between sections, terminology drift, structural issues, and ambiguity where readers would diverge. Spawned by the plan-review skill as part of a reviewer ensemble.
Agent
Always-on code-review persona. Reviews code for logic errors, edge cases, state management bugs, error propagation failures, and intent-vs-implementation mismatches. Spawned by the code-review skill as part of a reviewer ensemble.
Agent
Conditional code-review persona, selected when the diff touches migration files, schema changes, data transformations, or backfill scripts. Reviews code for data integrity and migration safety. Spawned by the code-review skill as part of a reviewer ensemble.
Agent
Conditional plan-review persona, selected when a tech plan proposes architecture decisions, external system integrations, performance requirements, or migration strategies. Reviews whether the approach will actually work. Spawned by the plan-review skill as part of a reviewer ensemble.
Agent
Internal implementation detail of the design-exploration skill. Do not invoke directly — requires a structured variation spec that only the design-exploration orchestrator provides. Writes one self-contained HTML file per variation with embedded metadata.
Agent
Always-on code-review persona. Reviews code for premature abstraction, unnecessary indirection, dead code, coupling between unrelated modules, and naming that obscures intent. Spawned by the code-review skill as part of a reviewer ensemble.
Agent
Conditional code-review persona, selected when the diff touches database queries, loop-heavy data transforms, caching layers, or I/O-intensive paths. Reviews code for runtime performance and scalability issues. Spawned by the code-review skill as part of a reviewer ensemble.
Agent
Create a pull request following repo conventions. Spawned by the implementation-wrapup skill to generate PR title, description, and create via GitHub CLI.
Agent
Document-type plan-review persona, selected when the document is a PRD or brainstorm. Reviews as a senior product leader evaluating product document quality. Spawned by the plan-review skill as part of a reviewer ensemble.
Agent
Conditional code-review persona, selected when the diff touches error handling, retries, circuit breakers, timeouts, health checks, background jobs, or async handlers. Reviews code for production reliability and failure modes. Spawned by the code-review skill as part of a reviewer ensemble.
Agent
Conditional plan-review persona, selected when a PRD has multiple priority levels with potential conflicts, unclear scope boundaries, or goals that don't align with requirements. Reviews scope decisions for internal alignment. Spawned by the plan-review skill as part of a reviewer ensemble.
Agent
Conditional code-review persona, selected when the diff touches auth middleware, public endpoints, user input handling, or permission checks. Reviews code for exploitable vulnerabilities. Spawned by the code-review skill as part of a reviewer ensemble.
Agent
Conditional plan-review persona, selected when the plan proposes abstractions, multi-layer architecture, plugin systems, generic frameworks, or infrastructure ahead of need. Reviews for unjustified structural complexity. Spawned by the plan-review skill as part of a reviewer ensemble.
Agent
Execute a single subtask from a technical plan. Reads plan context, loads referenced patterns, implements with TDD, and commits. Spawned by the iterative:implementing skill.
Agent
Document-type plan-review persona, selected when the document is a tech plan or implementation brief. Reviews as an implementer evaluating whether they can code from this plan. Spawned by the plan-review skill as part of a reviewer ensemble.
Agent
Always-on code-review persona. Reviews code for test coverage gaps, weak assertions, brittle implementation-coupled tests, and missing edge case coverage. Spawned by the code-review skill as part of a reviewer ensemble.
Skill Claude CodeCodex
Browser automation using Vercel's agent-browser CLI. This skill should be used when the user says "browse a website", "fill a form", "take a screenshot", or "test a web page". Uses ref-based element selection.
Skill Claude CodeCodex
Scope-first brainstorming with intelligent routing — assesses complexity upfront (Quick/Standard/Full), then adapts depth accordingly. Handles simple bug fixes in 2 exchanges and complex features with full PRD ceremony. Triggers: "brainstorm", "create a PRD", "write requirements", "explore approaches", "think through…
Skill Claude CodeCodex
This skill should be used when the user says "review my code", "check these changes", or wants feedback on code before creating a PR. Also used after completing a task during iterative implementation.
Skill Claude CodeCodex
Explore radically different design approaches for any page, component, or feature. Use when the user wants to compare multiple distinct visual directions side by side — not build one specific thing, but see several fundamentally different takes on the same UI. Signals: "explore designs for", "show me different ways to…
Skill Claude CodeCodex
The craft of building design exploration prototypes. Covers file structure, control wiring, styling conventions, and output validation. Preloaded into the html-prototyper agent. Not intended for direct invocation.
Skill Claude CodeCodex
Address code review feedback by evaluating validity and fixing issues — supports local agent feedback and GitHub PR threads. Triggers: "fix the review feedback", "address PR comments".
Skill Claude CodeCodex
Internal skill for workspace isolation. Detects current git state and offers worktree/branch options. Called by iterative:implementing, not user-invocable.