sdd-propose

Generate openspec-based change proposals with standardized sections.

10|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Alan-TheGentleman/gentle-ai-enterprise --skill sdd-propose-alan-thegentleman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-propose
Source: https://github.com/Alan-TheGentleman/gentle-ai-enterprise/tree/main/skills/sdd-propose
Command: npx skills add https://github.com/Alan-TheGentleman/gentle-ai-enterprise --skill sdd-propose-alan-thegentleman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of structured change proposals from exploration analysis or user input.

Core Features & Use Cases

  • Generates openspec-based proposal documents at openspec/changes/{change-name}/proposal.md
  • Enforces a standardized content structure with Intent, Scope, Approach, Affected Areas, Risks, Rollback, Dependencies, and Success Criteria
  • Adapts to different persistence modes via skills/_shared/persistence-contract.md and conventions in skills/_shared/openspec-convention.md

Quick Start

Provide a change name and a brief exploration context to generate a new proposal.

Frequently Asked Questions about sdd-propose

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

FAQPage Schema
How do I automate software change proposals for engineering workflows?

You can automate structured change proposals by providing a change name and exploration context to generate openspec proposal documents. The output enforces standardized sections including Intent, Scope, Approach, Affected Areas, Risks, Rollback, Dependencies, and Success Criteria.

What sections should a structured change proposal include for change management?

A structured change proposal for change management should include Intent, Scope, Approach, Affected Areas, Risks, Rollback, Dependencies, and Success Criteria sections. This standardized structure ensures comprehensive documentation for software development workflows.

How do I create an openspec proposal document from exploration analysis?

You can create an openspec proposal by providing your exploration analysis or user input along with a change name. The automation processes your context and writes the structured proposal directly to openspec/changes/{change-name}/proposal.md.

Does the openspec proposal generator require any specific persistence conventions?

The openspec proposal generator adapts to persistence conventions defined in skills/_shared/persistence-contract.md and follows standards in skills/_shared/openspec-convention.md. These shared contracts ensure consistent document generation and storage.

Can I generate change management documents without manually formatting each section?

Yes, you can generate change management documents without manual formatting by supplying a brief exploration context. The automation enforces the standardized structure with all required sections—Intent, Scope, Approach, Risks, and others—automatically.