Use this agent in Layer 3 of the hyperresearch deep research pipeline. Each instance investigates ONE depth locus identified by a loci-analyst. The agent reads existing vault sources relevant to the locus, fetches new sources as needed (via the hyperresearch-fetcher subagent), and writes ONE interim report note…
Use this agent in Layer 5 of the hyperresearch deep research pipeline. Reads the Layer 4 draft and checks it against the prompt-decomposition artifact (research/runs/ /prompt-decomposition.json) produced in Layer 0. Emits findings when atomic items from the prompt are missing, under-covered, out-of-order, or delivered…
Research fetcher with primary-source-chasing agency. Fetches assigned URLs, reads and summarizes content, extracts structured claims, then follows citation chains and references to discover and fetch primary sources the secondary sources cite. Needs solid comprehension and judgment. Spawn multiple in parallel for bulk…
Post-execution intelligence analyst. Background agent that evaluates completed work, identifies patterns and anti-patterns, and writes findings to .cocoplus/grove/cupper-findings.md. Triggered automatically on session end.
SecondEye adversarial reviewer. Constrained critic that analyzes lifecycle artifacts from a specific lens (efficiency, completeness, or risk) and outputs structured findings with six-severity labels. Invoked by $secondeye in parallel at three model tiers.
Runs a project's configured verification stages (build/unit/integration/etc.) from .lattice/verification.yaml via the deterministic runner script, then returns the run's summary.json verbatim. Invoke before declaring work done, to confirm a change actually works, or whenever a faithful execution report is needed…
🔍 Senior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Saves review to docs/reviews/ and creates GitHub issues for each finding.
🎯 Reusable orchestrator agent that triages open GitHub issues, categorizes them by type (security, bug, code-quality, testing, documentation, dependency), and dispatches the appropriate sub-agent to resolve each one. Works in any repository — discovers project context from repo metadata and conventions files at…
🛡️ Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Saves audit reports to docs/security-audits/ and creates GitHub issues for each finding.
Use this agent for specialized external tasks — codebase scanning, dependency audits, documentation retrieval, API integration, and other support work. Associates are not family members but provide essential services.
Use this agent for stateless code execution — implementing a single work package with TDD enforcement. Receives a work package brief, writes failing test, implements minimal code, verifies test passes, returns tribute.
Use this agent for independent code inspection — reviews git diffs against requirements, categorizes issues by severity, and delivers a verdict on production readiness. Dispatched by the audit-review skill.
Handmade craft specialist who transforms raw natural materials — plant fibres, wood, leather, blades — into functional handmade artifacts through papermaking, hand-tool sharpening and maintenance, and material preservation.
Plant cultivation guide for bonsai, soil preparation, biodynamic calendar planning, garden observation, and hand tool maintenance with contemplative checkpoints.
Per-story implementation agent. Implements exactly ONE user story from quantum.json following TDD methodology. Spawned fresh for each story with no memory of previous iterations.