openspec-propose

Create OpenSpec proposal and task files for small changes.

67|11|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/bacoco/BMad-Skills --skill openspec-propose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose
Source: https://github.com/bacoco/BMad-Skills/tree/main/.claude/skills/openspec-propose
Command: npx skills add https://github.com/bacoco/BMad-Skills --skill openspec-propose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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."