cunhaax/ai-workflow

AI-Assisted Development Workflow — Claude Code Plugin

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

adversarial-qa

01

cunhaax/ai-workflow

Skill Claude CodeCodex

Part of ai-workflow

Exploratory, adversarial QA: exercise a feature through whichever surface(s) it exposes — UI, API, or both — and surface issues the plan and committed tests did not anticipate — not a re-verification of the spec. Invoked as /adversarial-qa for an ad-hoc session, or applied by the adversarial-qa sub-agent in the…

not rated 5 7d ago A 85 tokens original MIT

code-critic

02

cunhaax/ai-workflow

Skill Claude CodeCodex

Part of ai-workflow

Code review checklist and coding standards, extended per project by whatever file AGENTS.md's Review & Planning Guidance section names (defaulting to docs/agent-rules/code-critic.md). Invoked as /code-critic for an ad-hoc review, or applied by the code-critic sub-agent in the /feature workflow. (Named code-critic so…

not rated 5 7d ago A 88 tokens original MIT

feature

03

cunhaax/ai-workflow

Skill Claude CodeCodex

Part of ai-workflow

Runs the full feature workflow: plan, critique, implement, review, QA. Use this when starting a new feature. Guides you through each phase with explicit gates between steps.

not rated 5 7d ago A 37 tokens original MIT

init-workflow

04

cunhaax/ai-workflow

Skill Claude CodeCodex

Part of ai-workflow

Bootstraps and validates the AI workflow in a project that has this plugin installed: scaffolds whichever project-owned files are missing, detects the project's commands, fills AGENTS.md, points it at review/planning guidance (seeding docs/agent-rules/ or reusing an existing doc), and verifies the review gate. Re-run…

not rated 5 7d ago A 114 tokens original MIT

plan-critic

05

cunhaax/ai-workflow

Skill Claude CodeCodex

Part of ai-workflow

Critiques an implementation plan using pre-mortem, inversion, load-bearing assumption analysis, and consistency checks. Invoked as /plan-critic for ad-hoc plan critique, or used by the plan-critic sub-agent in the /feature workflow.

not rated 5 7d ago A 55 tokens original MIT

plan-draft

06

cunhaax/ai-workflow

Skill Claude CodeCodex

Part of ai-workflow

Planning rules and plan template for drafting implementation plans. Invoked as /plan-draft for an ad-hoc planning session, or used by the planner sub-agent in the /feature workflow. (Named plan-draft so it does not collide with Claude Code's built-in plan-mode /plan command.).

not rated 5 7d ago A 64 tokens original MIT

workflow-inspect

07

cunhaax/ai-workflow

Skill Claude CodeCodex

Part of ai-workflow

Appends the cost half to a workflow-retro record: parses the feature session's Claude Code transcripts with a bundled read-only script (tokens per agent, wall-clock, handoff tax) and writes the result into the record's Cost section. Companion of /workflow-retro; run it while the transcripts still exist (they are…

not rated 5 7d ago A 89 tokens original MIT

workflow-retro

08

cunhaax/ai-workflow

Skill Claude CodeCodex

Part of ai-workflow

Records the outcome half of a feature's workflow evaluation at the end of a /feature session: which steps ran or were skipped, cycle counts, what each critic caught and what was adopted, plus a short judgment section. Writes one fixed-schema file per feature branch to .workflow-log/ (gitignored), including the session…

not rated 5 7d ago A 97 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: