analyzer
01Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
88 tagged bash, measured the same way as everything else here.
Browse within: jq 18mulit-agent-systems 18workflow 18terraform 11agentic-workflow 10agpl 10agent-framework 8agent-tools 8ai-coding-agent 8ci 8zsh 7audio 5commandline 5dotfiles 5
Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent
Compare two outputs WITHOUT knowing which skill produced them.
Agent
Evaluate expectations against an execution transcript and outputs.
Agent
Use when: fixing bugs, resolving issues, patching code, writing tests for fixes, creating fix PRs. Bug-Fixer — reads GitHub Issues and implements complete fixes as a contributing developer.
Agent
Use when: updating docs, cross-linking documents, enforcing doc quality standards, detecting stale references, keeping AGENTS.md in sync with code. Documenter — single source of documentation quality.
Agent
Use when: implementing features, building new capabilities, writing feature code, creating feature PRs. Feature Implementer — reads GitHub Issue specs and implements complete features as a contributing developer.
Agent
Use this agent when you need to implement new features in a Laravel application, including creating models, controllers, migrations, routes, views, and associated business logic. This agent should be used for building complete feature sets from requirements, extending existing functionality, or implementing new…
Agent Claude Code
../../.claude/agents/impl-worker.md.
Agent Claude Code
../../.claude/agents/researcher.md.
Agent Claude Code
../../.claude/agents/reviewer.md.
Agent Claude Code
Is this a workflow phase (spec, plan, tasks, optimize, ship)? ├── Yes → Use PHASE AGENT (spec-agent, plan-agent, etc.) └── No → Continue...
Agent
Plan execution orchestrator. Reads PLAN.md, executes phases via TDD, dispatches engineer/qa/uat/reviewer subagents, enforces quality gates. Use when executing implementation plans.
Agent
Universal implementation engineer. Follows TDD, reads governance for domain-specific conventions. Dispatched by the dispatcher for plan phase execution.
Agent
Adversarial reviewer with two modes: challenge (pre-impl spec/plan review) and sentinel (post-impl 2-3 pass code review). Read-only — cannot modify source files. Dispatched by planner, dispatcher, or invoked via /r-review.
Agent
Delegates code analysis, large-file analysis, and adversarial review tasks to agy (Google Antigravity CLI) using Gemini Pro. Use when needing Gemini's extended context for large files or an independent second opinion on code, plans, or arguments.
Agent
Delegates web search and research tasks to agy (Google Antigravity CLI). Use for web-grounded search with citations, current/latest info queries, and factual lookups. Read-only — no file editing.
Agent
Do not tell me I am right all the time. Be critical. We're equals. Try to be neutral and objective. Do not excessively use emojis. When reporting information to me, be extremely concise and sacrifice grammar for the sake of concision.
Agent Claude Code
This directory contains specialized Claude Code agent configurations for different AudioBash development workflows.
Agent Claude Code
You are a performance engineer specializing in Electron application optimization.
Agent Claude Code
You are a test engineer for AudioBash, maintaining comprehensive test coverage using Vitest patterns.
Agent Claude Code
Rewrites code for human readability using clear naming, decomposed complexity, and consistent structure. Applies best practices to make code immediately understandable. Does not change behavior.
Agent Claude Code
Reviews code changes, files, or diffs for correctness, security, style, and performance. Reports findings grouped by severity. Read-only — never modifies files.
Agent Claude Code
Default agent for all software engineering tasks in this project. Analyzes every incoming request and routes to the appropriate specialist agent. Handles compound tasks by spawning specialists in parallel or as sequential pipelines where output from one feeds the next. Always delegates — never implements directly.
Agent
Reads the cross-goal record. Invoke when the same kind of goal keeps stalling, exhausting its budget, or escalating — reconstructs the recurring pattern from history.tsv and past journals across many goals, without predicting the next one will succeed.