What problem does it solve?
This Skill facilitates rapid, lightweight change proposals for bug fixes or small features, avoiding the overhead and complexity of full BMAD workflows for minor modifications. It ensures quick alignment and approval before any code is written.
Core Features & Use Cases
- Proposal Generation: Creates
proposal.md outlining the problem, proposed change, success criteria, and impact (breaking/non-breaking).
- Task Definition: Outlines sequential, actionable tasks in
tasks.md, covering implementation, testing, and documentation steps.
- Delta Specification (Optional): Documents precise changes to existing behavior using
specs/ files, ensuring clarity on expected outcomes.
- Use Case: A user wants to add a "dark mode" toggle to an existing web application. This Skill helps them quickly draft a proposal, define the implementation tasks, and get explicit approval from stakeholders without a lengthy planning process.
Quick Start
Create an OpenSpec proposal for a bug fix: "The login timeout is too short, it should be 1 hour instead of 30 minutes."