a11y
Accessibility audit, remediation, and verification. WCAG 2.2 AA compliance.
Three-agent protocol: audit (find issues) → remediate (fix them) → critique (verify fixes).
Use when: "accessibility audit", "a11y", "WCAG", "screen reader",
"keyboard navigation", "contrast check", "aria fix", "accessibility sprint",
"audit accessibility", "fix accessibility", "a11y issues", "a11y check".
Trigger: /a11y
Repository SourceNeeds Review
agent-readiness
Assess and improve codebase readiness for AI coding agents. Dispatches
parallel subagents to evaluate style, testing, docs, architecture, CI,
observability, security, and dev environment. Produces a scored report
with prioritized remediation. Then executes the highest-impact fixes.
Use when: "agent readiness", "is this codebase agent-ready",
"readiness report", "make this codebase agent-friendly",
"agent-ready assessment", "readiness audit", "prepare for agents".
Trigger: /agent-readiness, /readiness.
Repository SourceNeeds Review
ceo-review
Dialectical premise-and-alternatives audit for a plan, spec, or context packet.
Four moves: premise challenge (is this the right problem?), mandatory
structurally-distinct alternatives, cross-model outside voice, user-ratified
convergence. Named for Gary Tan's plan-ceo-review pattern; operationalizes
the AGENTS.md "Diverge Before You Converge" doctrine at the plan-review
stage.
Use when: about to commit to a plan/spec/design, reviewing a ticket before
shape, when "is this the right problem" would be useful, or any time a
proposal smells like a symptom fix instead of a root-cause fix.
Trigger: /ceo-review, /challenge, /premise-check.
Repository SourceNeeds Review
ci
Audit a repo's CI gates, strengthen what is weak, then drive the pipeline
green. Owns confidence in correctness — lint, types, tests, coverage,
secrets. Dagger is the canonical pipeline owner; absence is auto-scaffolded,
not escalated. Acts on its assessment; never returns a report where action
would suffice. Never returns red without a structured diagnosis.
Bounded self-heal: auto-fix lint/format, regenerate lockfiles, retry
flakes. Escalates only genuine algorithm/logic failures.
Use when: "run ci", "check ci", "fix ci", "audit ci", "is ci passing",
"run the gates", "dagger check", "why is ci failing", "strengthen ci",
"tighten ci", "ci is red", "gates failing".
Trigger: /ci, /gates.
Repository SourceNeeds Review