sdd-propose

Generate structured change proposals with intent, scope, and approach.

1|1|Updated Jul 31, 2025
One-click install
npx skills add https://github.com/JoaquinFontaana/alquileres --skill sdd-propose-joaquinfontaana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-propose
Source: https://github.com/JoaquinFontaana/alquileres/tree/main/.agents/skills/sdd-propose
Command: npx skills add https://github.com/JoaquinFontaana/alquileres --skill sdd-propose-joaquinfontaana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Proposal Generation: Creates a proposal.md file within a designated change directory.
  • Structured Documentation: Follows a predefined template for clarity and completeness.
  • Use Case: When a new feature is proposed, this Skill can quickly generate a draft proposal document outlining the problem, proposed solution, and expected outcomes.

Quick Start

Use the sdd-propose skill to create a proposal for the change named add-dark-mode.

Frequently Asked Questions about sdd-propose

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

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

Generating a software change proposal involves defining the intent, scope, and approach for your feature. This creates a structured proposal.md file within the openspec/changes directory to document the proposed solution and expected outcomes.

What is a change proposal in software development and when do I need one?

A change proposal is a structured document outlining the problem, proposed solution, and expected outcomes for a new feature. You need one to ensure all necessary information for software changes is clearly defined before development begins.

How do I write an openspec proposal for a new feature like dark mode?

Writing an openspec proposal involves using a predefined template to generate a draft document in the openspec/changes/{change-name}/ directory. This structured documentation outlines the problem, proposed solution, and expected outcomes for your feature.

Can I customize the detail level when generating change management documentation?

Yes, change management documentation generation supports configurable detail levels and artifact store modes. This allows flexible persistence and reporting of your proposal.md files based on your specific documentation requirements.

Does this proposal generation method work without external dependencies?

Yes, this proposal generation method works without external dependencies. It autonomously creates and updates the proposal.md files within the designated openspec directory structure using a predefined template.