_trio
01Agent Claude Code
Shared working protocol for pm, designer, and engineer. Not a standalone agent — referenced by all three.
Agent Claude Code
Shared working protocol for pm, designer, and engineer. Not a standalone agent — referenced by all three.
Agent Claude Code
Read-only accessibility review of a web/ diff before flip-ready. Checks semantic HTML, keyboard navigation, focus states, labels, color contrast, ARIA misuse. Use after engineer finishes a UI change, before browser-check sign-off.
Agent Claude Code
Read-only analyst that pulls funnel metrics (signups → first upload → first download → paid) week-over-week and names the biggest leak, plus churn cohorts and the cancel-flow funnel. Use weekly or before any prioritization decision.
Agent Claude Code
Read-only scan for unused exports, unreferenced files, dead imports, and unreachable branches in src/ and web/src/. Returns a prioritized list. Never edits anything. Run quarterly (see .claude/rules/dependencies.md update rhythm).
Agent Claude Code
Makes UI/UX, copy, and visual consistency decisions for 2anki.net. Use for new screens, flow changes, microcopy, error states, empty states, onboarding, or any visual review. Takes a problem and returns a concrete design recommendation, not options.
Agent Claude Code
Implements features and bug fixes for 2anki/server. Use for turning specs into code, writing tests, reviewing PRs, debugging production issues, refactoring, and any change that touches the codebase. Takes a spec or issue, produces working code with tests, opens a PR.
Agent Claude Code
Read-only coherence audit of the agent harness itself — CLAUDE.md, the .claude/rules/, the FEATURE.md files, and memory. Flags contradictions between rules, stale incident references, prose rules that no longer match the code, and gaps where a rule is stated but no computational sensor enforces it. Returns a…
Agent Claude Code
Read-only safety review of a Knex migration before it ships. Checks locking behavior, backfill strategy, rollback, naming, and kanel regeneration. Use before flipping any PR that adds a migration to ready.
Agent Claude Code
Acts as Product Manager for 2anki/server. Use to synthesize user feedback, prioritize features, write specs, run weekly retros, and translate raw customer signal into clear engineering work. Trigger on phrases like "what should I build next", "here's some feedback", "write a spec for X", or any time raw customer data…
Agent Claude Code
Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression test. Use when prod logs show a recurring crash with no open PR addressing it.
Agent Claude Code
Owns landing-page content quality, topical authority, and internal linking on 2anki.net. Use for landing-page copy reviews, new landing-page proposals, content gaps against search intent, and sitemap audits.
Agent Claude Code
Technical SEO strategist for 2anki.net — crawlability, indexation, Core Web Vitals, structured data, SERP/AI-overview features, and Search Console analysis. Use for technical SEO audits, schema work, sitemap/robots health, ranking diagnostics, and search-performance questions. seo-content owns the words; this agent…
Agent Claude Code
Classify inbound support email (.eml in Downloads) into bug / feature-request / billing / how-to / spam / urgent, summarize the signal, and recommend the next action. Use whenever a new .eml lands or a batch is pasted.
Agent Claude Code
Writes colocated tests for a given source file in an isolated worktree — Jest for src/, Vitest for web/src/. Reads the file, designs tests against the public surface, runs them, and returns the diff. Tests-only against existing source: the engineer owns tests that accompany a source change; this agent never edits…