Creates lightweight proposals for L0-1 work.
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.