sdd-propose

Generate openspec change proposals with Intent, Scope, Approach, and Risks.

3|Updated Apr 5, 2023
One-click install
npx skills add https://github.com/mrp4sten/.dotfiles --skill sdd-propose-mrp4sten
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-propose
Source: https://github.com/mrp4sten/.dotfiles/tree/main/development/IA/opencode/skill/sdd-propose
Command: npx skills add https://github.com/mrp4sten/.dotfiles --skill sdd-propose-mrp4sten

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create automated, well-structured change proposals that clearly capture intent, scope, and approach for coordination across teams.

Core Features & Use Cases

  • Automated proposal creation: generates openspec/changes/{change-name}/proposal.md with sections for Intent, Scope, Approach, Risks, and Dependencies.
  • Alignment with existing specs: reads openspec/specs/ to inform the proposal and avoids duplicative work.
  • Robust drafting: includes a rollback plan and success criteria to guide implementation and validation.

Quick Start

Provide the change name and context to trigger automatic proposal creation.

Frequently Asked Questions about sdd-propose

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

FAQPage Schema
How do I auto-generate structured change proposals for project coordination?

To auto-generate structured change proposals, provide a change name and context to trigger automated drafting of a formal document including Intent, Scope, Approach, Risks, and Dependencies for team coordination.

What sections should a formal change proposal document include?

A formal change proposal document should include Intent, Scope, Approach, Affected Areas, Risks, Rollback Plan, Dependencies, and Success Criteria as defined by openspec standards to guide implementation.

Do I need existing project specs to create an openspec change proposal?

You do not strictly need existing specs, but reading openspec/specs/ informs the proposal and avoids duplicative work by aligning the new change proposal with current project definitions.

Can I include a rollback plan and success criteria when drafting change proposals?

You can include a rollback plan and success criteria when drafting change proposals, as the automated generation process explicitly integrates these sections to guide implementation and validation.

What is the best way to document affected areas and risks in a change proposal?

The best way to document affected areas and risks is using an AI-assistant to automatically structure these details into openspec/changes/{change-name}/proposal.md based on provided exploration analysis.