with one click
refine
Refines existing specs
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Refines existing specs
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.