ワンクリックで
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 職業分類に基づく
| 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.
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.