cunhaax

19 mods across 1 repository, 5 stars between them.

ai-workflow

01

cunhaax/ai-workflow

Plugin Claude Code

Plugin marketplace listing 1 plugin: ai-workflow.

5 5d ago A tokens not measured original MIT

ai-workflow

02

cunhaax/ai-workflow

Settings file Claude Code

AI-Assisted Development Workflow — Claude Code Plugin.

5 5d ago A tokens not measured original MIT

cunhaax/ai-workflow

Instructions file CodexOpenCode

Instructions for cunhaax/ai-workflow, covering ai workflow template, rules — non-negotiable, project overview, commands and architecture.

5 5d ago A 2,602 tokens original MIT

cunhaax/ai-workflow

Instructions file

Instructions for cunhaax/ai-workflow: The canonical guidance for AI coding agents lives in AGENTS.md. It is imported below so it loads into Claude Code's context (including sub-agents), while remaining the single source of truth for other tools that read AGENTS.md directly.

5 5d ago A 86 tokens original MIT

ai-workflow

05

cunhaax/ai-workflow

Plugin Claude Code

Structured AI-assisted development workflow: plan, critique, implement, review, QA — with deterministic pre-push enforcement below the LLM layer.

5 5d ago A tokens not measured original MIT

playwright

06

cunhaax/ai-workflow

MCP server Claude CodeCodexCursor +2

Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.

5 5d ago A tokens not measured original MIT

context7

07

cunhaax/ai-workflow

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

5 5d ago A tokens not measured copy · 100% MIT

adversarial-qa

08

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

09

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

10

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

11

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

adversarial-qa

12

cunhaax/ai-workflow

Skill Claude CodeCodex

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…

5 5d ago A 85 tokens original MIT

code-critic

13

cunhaax/ai-workflow

Skill Claude CodeCodex

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…

5 5d ago A 88 tokens original MIT

feature

14

cunhaax/ai-workflow

Skill Claude CodeCodex

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.

5 5d ago A 37 tokens original MIT

init-workflow

15

cunhaax/ai-workflow

Skill Claude CodeCodex

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…

5 5d ago A 114 tokens original MIT

plan-critic

16

cunhaax/ai-workflow

Skill Claude CodeCodex

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.

5 5d ago A 55 tokens original MIT

plan-draft

17

cunhaax/ai-workflow

Skill Claude CodeCodex

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.).

5 5d ago A 64 tokens original MIT

workflow-inspect

18

cunhaax/ai-workflow

Skill Claude CodeCodex

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…

5 5d ago A 89 tokens original MIT

workflow-retro

19

cunhaax/ai-workflow

Skill Claude CodeCodex

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…

5 5d ago A 97 tokens original MIT