builder
01Agent
Write-capable build agent. Spawned during the motif workflow to execute specific implementation tasks in parallel. Receives task assignments and a shared context artifact. Reports back with results and issues.
Personal Claude Code plugin marketplace - claude-hud, motif, helm
Agent
Write-capable build agent. Spawned during the motif workflow to execute specific implementation tasks in parallel. Receives task assignments and a shared context artifact. Reports back with results and issues.
Agent
Adversarial critic subagent. Receives a plan or proposal, actively inspects the codebase to verify claims, and returns a severity-ranked list of concerns. Read-only access. Spawned during the motif dev workflow after planning.
Agent
Deep codebase exploration agent. Spawned during the motif workflow to gather structured research before planning. Read-only — never modifies files. Self-calibrates depth based on task complexity.
Agent
Independent validation subagent. Spawned after the Build stage to audit completed work against the original task, plan, and codebase standards. Read-only access. Separate eyes from the builder.
Agent
Deep web research agent. Use when a task needs external knowledge — unfamiliar APIs, library migrations, architectural patterns, error diagnosis, technology comparisons, or any question where the codebase alone isn't enough. Goes deep: iterates across multiple search rounds, follows leads, cross-references sources…