sdd-propose

Generate structured Markdown change proposals for software development initiatives.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/statick88/dotfiles --skill sdd-propose-statick88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-propose
Source: https://github.com/statick88/dotfiles/tree/main/opencode/skills/sdd-propose
Command: npx skills add https://github.com/statick88/dotfiles --skill sdd-propose-statick88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of structured change proposals, ensuring all necessary components like intent, scope, and approach are clearly defined.

Core Features & Use Cases

  • Structured Proposal Generation: Creates proposal.md files within a specified change directory.
  • Iterative Updates: Reads and updates existing proposals if the change directory already exists.
  • Use Case: When a new feature is conceptualized, this Skill can be triggered to generate an initial proposal document, outlining the problem, proposed solution, and affected areas, serving as a blueprint for further development.

Quick Start

Create a change proposal for 'add-dark-mode' using the exploration analysis.

Frequently Asked Questions about sdd-propose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a structured change proposal for software development?

To generate a structured change proposal, you trigger the Skill within a specified change directory to create a Markdown document defining intent, scope, approach, affected areas, risks, and rollback plans for your proposed software changes.

What should a software change proposal include for change management?

A software change proposal should include the problem intent, proposed approach, scope, affected areas, potential risks, and rollback plans to serve as a comprehensive blueprint for development initiatives.

How do I update an existing Markdown change proposal draft?

You can update an existing Markdown change proposal draft by running the Skill again in the same change directory, which reads the current proposal document and applies iterative updates to the existing structure.

How to document rollback plans and risk assessment for software features?

Document rollback plans and risk assessments by generating a structured proposal in Markdown format, which specifically outlines affected areas and mitigation strategies to ensure proper change management.

Does the proposal generation process require existing exploration data?

The proposal generation process retrieves relevant exploration data and project initialization specifications as dependencies to inform the structured proposal, supporting artifact persistence through engram or openspec modes.

What is the best way to outline the scope and approach for a new feature?

The best way to outline scope and approach for a new feature is generating a structured Markdown proposal that explicitly defines these elements, serving as an initial blueprint for subsequent software development.