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