원클릭으로
openspec-change-proposal
Creates lightweight proposals for L0-1 work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Creates lightweight proposals for L0-1 work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Creates technical architecture and system design.
Breaks epics into developer stories.
Guide for creating effective skills with specialized knowledge and workflows.
Establishes instrumentation, monitoring, and alerting foundations.
Diagnoses bottlenecks and designs performance optimization plans.
Hardens designs and implementations with structured security reviews.
| name | openspec-change-proposal |
| description | Creates lightweight proposals for L0-1 work. |
| allowed-tools | ["Read","Write","Grep","Bash"] |
| metadata | {"auto-invoke":true,"triggers":{"patterns":["fix bug","small change","quick feature","simple fix","minor update"],"keywords":["bug","fix","small","quick","simple","minor","lightweight"]},"capabilities":["proposal-creation","change-scoping","task-definition","lightweight-planning"],"prerequisites":[],"outputs":["proposal","tasks","spec-delta"]} |
Automatically activate when user:
Specific trigger phrases:
Prerequisites:
Do NOT invoke when:
Auto-escalate to BMAD when:
Capture small change requests or bug fixes and translate them into concise proposals and task outlines without invoking the full BMAD workflow.
proposal.md summarizing problem, desired behavior, and acceptance signals (template: assets/proposal-template.md.template)tasks.md listing actionable steps sized for rapid implementation (template: assets/tasks-template.md.template)specs/spec-delta.md capturing ADDED/MODIFIED/REMOVED requirements (template: assets/spec-delta-template.md.template)design.md scaffolded when deeper technical notes are requiredscripts/scaffold_change.py creates this structure in openspec/changes/<change-id>/ using the templates above.
CHECKLIST.md.scripts/scaffold_change.py <change-id> to create the workspace under openspec/changes/.proposal.md.tasks.md and populate specs/spec-delta.md using the templates in assets/.Ensure checklist items pass before finalizing. Escalate to BMAD if scope exceeds Level 1 or introduces major unknowns.