بنقرة واحدة
refine
Refines existing specs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Refines existing specs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.