iclinic/afyapowers-plugin-dev

A deterministic, phase-gated development workflow plugin for Claude Code. Forked from superpowers. Enforces 5-phase feature development (design → plan → implement → review → complete) with persistent YAML state, artifact gating, and full auditability.

10Stars on the repository
32Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

abort

02

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Abandon the active feature. This is irreversible — aborted features cannot be resumed.

10 5d ago A 0 tokens

address-review

03

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Walk through the review comments on the current branch's open pull request one at a time, evaluate each, let the user decide which to address, then produce a plan for the approved ones. This skill is read-only: it never edits code. Fixes happen later, after the plan is approved.

10 5d ago A 0 tokens

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Resolve every Figma component the layout uses to its original component, in the file where it is declared, then emit a verdict per node — verified against the real codebase — and confirm every verdict with the user before returning.

10 5d ago A 0 tokens

autodoc

05

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Language: Always write the documentation in Brazilian Portuguese (pt-BR) — prose, headings, and explanations. Keep in English the technical and product terms that are conventionally used in English in software/product work (e.g. Tech Stack, endpoint, deploy, queue, worker, cron, payload, index, request/response…

10 5d ago A 0 tokens

completing

06

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Finalize the feature: verify everything works, merge or create PR, produce completion summary.

10 5d ago A 0 tokens

design

07

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Help turn ideas into fully formed technical designs through natural collaborative dialogue.

10 5d ago A 0 tokens

new

12

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

You are starting a new feature workflow. Follow these steps exactly.

10 5d ago A 0 tokens

next

13

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

You are advancing the active feature to the next workflow phase. Follow these steps exactly.

10 5d ago A 0 tokens

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Read Figma designs during the design phase: parse the URL, inventory the screens and components, and extract all Dev Mode data annotations. Produces the ## Recursos do Figma section (including ### Anotações de Design) for the design doc, then hands control back to the design phase so the annotations can inform…

10 5d ago B 0 tokens

switch

18

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Switch the active feature context. This command accepts an optional argument: the feature name or slug.

10 5d ago A 0 tokens

writing-plans

19

iclinic/afyapowers-plugin-dev

Skill Claude CodeCodex

Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, step-by-step instructions, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized…

10 5d ago A 0 tokens