cunhaax/ai-workflow

AI-Assisted Development Workflow — Claude Code Plugin

5Stars on the repository
19Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adversarial-qa

01

cunhaax/ai-workflow

Agent

Runs an exploratory, adversarial pass over a feature after the code-critic passes, through whichever surface(s) it exposes (UI via Playwright, API via curl/Bash). Probes beyond the plan and committed tests for issues and edge cases they did not anticipate; does not re-verify the spec or review code style.

5 5d ago A 72 tokens original MIT

code-critic

02

cunhaax/ai-workflow

Agent

Reviews code changes against project standards after implementation is complete. MUST be invoked before presenting any work to the user. Produces a structured review with PASS/FAIL/NEEDSDECISION per item.

5 5d ago B 43 tokens original MIT

plan-critic

03

cunhaax/ai-workflow

Agent

Critiques a draft implementation plan using pre-mortem, inversion, load-bearing assumption analysis, and consistency checks against ADRs and product docs. Invoked between the planner and plan-mode review. Read-only. Returns the critique as markdown text.

5 5d ago A 53 tokens original MIT

planner

04

cunhaax/ai-workflow

Agent

Drafts implementation plans for new features. MUST be invoked before any code implementation begins. Reads the user's prompt and any linked external docs as input. Returns the plan as markdown text to the main agent.

5 5d ago A 42 tokens original MIT