mit einem Klick
refine
Refines existing specs
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Refines existing specs
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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.
Basierend auf der SOC-Berufsklassifikation
| 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.