Agent Claude Code
Finds brand logos using Brandfetch. Use when user asks for a brand's logo, brand assets, or brand identity information.
Agent Claude Code
Finds brand logos using Brandfetch. Use when user asks for a brand's logo, brand assets, or brand identity information.
Agent Claude Code
A review agent that judges proposed product requirements from a startup chief technology officer’s perspective. It treats every feature as an ongoing cost and can approve or reject the proposal.
Agent
Turns a vague high-level request into a verifiable spec. Fixes scope, non-goals, and acceptance criteria; records premises that can't be confirmed as assumptions. Stage 1 of the harness-starter orchestrator.
Agent
Takes a spec and gathers the context needed for the task (relevant files, conventions, integration points, gotchas) from the codebase into a context-pack. Read-only. Stage 2 of the harness-starter orchestrator.
Agent
Takes a single node of the task graph and implements it. Minimal-change principle, verify immediately after each change, work solo. Never touches anything outside the node's scope (file/module). The execution unit of stage 4 of the harness-starter orchestrator.
Agent
Takes a spec and context and decomposes the task into a task graph (DAG) of verifiable nodes. Applies logical decomposition (smallest verifiable unit) and physical decomposition (file/module boundaries for parallel safety) separately. Stage 3 of the harness-starter orchestrator.
Agent
Verifies the implementation against the spec's acceptance criteria and the plan's node criteria, producing a PASS/FAIL report. Judges only on actual execution/test/observation evidence. On failure, leaves an instruction for which node to fix and how. Stage 5 of the harness-starter orchestrator.