一键导入
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.