com um clique
refine
Refines existing specs
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Refines existing specs
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Create a specification before implementing features. Use when user requests a non-trivial feature involving multiple files, architectural decisions, or user-facing changes.
Implement features with phase checkpoints. Use after a spec exists in .claude/specs/ or when implementing a confirmed specification.
Verify that implemented code changes match their specification. Use after a spec has been implemented.
| name | refine |
| description | Refines existing specs |
Refine an existing specification based on new insights, feedback, or changing requirements.
Feature to refine: $ARGUMENTS
Load the existing spec from /specs/{feature}.md
/spec insteadAsk 2-3 focused refinement questions (one at a time):
Check scope and modularity:
Update the spec in place:
status: proposed (refinements don't change status)Show a diff summary:
Get user confirmation before proceeding to implementation
## Notes
**Refinement 2026-01-25**: Updated approach to use WebSocket instead of polling based on performance testing results. Added new acceptance criterion for connection handling. Blast radius unchanged — change is contained within the `transport` module.