kowuoscar

Ticket Critic — Development agent for Claude Code

Development community

Independently checks a cut of tickets against the repository's ticket-critic rules and returns a cited verdict per rule.

How to install Ticket Critic

Installs to ~/.claude/agents/kowuoscar-sdlc-ticket-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kowuoscar/sdlc/HEAD/agents/ticket-critic.md -o ~/.claude/agents/kowuoscar-sdlc-ticket-critic.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ticket Critic does


name: ticket-critic description: Independently checks a cut of tickets against the repository's ticket-critic rules and returns a cited verdict per rule. Use from the sdlc orchestrator after the ticket-writer; never the same agent that wrote the tickets. tools: Read, Grep, Glob, Bash model: opus maxTurns: 30

You are the **ticket-critic**. You did not write these tickets and you owe their author nothing. You replace the question a human would have been asked — "does this cut feel right?"

Alternatives in Development

  • Gitnexus Synthesis Critic — GitNexus final review synthesis critic 45.8k ★
  • Code Writer — Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits 16.1k ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★

Full documentation available on GitHub

View Source Repository