Skill Claude CodeCodex
Gera documento de release em PT-BR a partir do diff entre duas tags git. Uso manual.
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.
Skill Claude CodeCodex
Gera documento de release em PT-BR a partir do diff entre duas tags git. Uso manual.
Skill Claude CodeCodex
Abandon the active feature. This is irreversible — aborted features cannot be resumed.
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.
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.
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…
Skill Claude CodeCodex
Finalize the feature: verify everything works, merge or create PR, produce completion summary.
Skill Claude CodeCodex
Help turn ideas into fully formed technical designs through natural collaborative dialogue.
Skill Claude CodeCodex
List all features and their current states.
Skill Claude CodeCodex
Before EVERY Figma MCP tool call, you MUST check.
Skill Claude CodeCodex
Display the full event timeline for the active feature.
Skill Claude CodeCodex
Orchestrate plan execution by delegating to subagent-driven-development.
Skill Claude CodeCodex
You are starting a new feature workflow. Follow these steps exactly.
Skill Claude CodeCodex
You are advancing the active feature to the next workflow phase. Follow these steps exactly.
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…
Skill Claude CodeCodex
Perform a comprehensive 2-step code review of the completed feature implementation.
Skill Claude CodeCodex
Display the current state of the active feature.
Skill Claude CodeCodex
Execute plan by dispatching subagents per task. Tasks with no mutual dependencies run in parallel waves for faster execution.
Skill Claude CodeCodex
Switch the active feature context. This command accepts an optional argument: the feature name or slug.
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…