sdd-propose

Generate structured change proposals with Intent, Scope, and Approach sections.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/maxculen86/coding-bro-ai --skill sdd-propose-maxculen86
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sdd-propose
Source: https://github.com/maxculen86/coding-bro-ai/tree/main/internal/assets/skills/sdd-propose
Command: npx skills add https://github.com/maxculen86/coding-bro-ai --skill sdd-propose-maxculen86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the drafting of change proposals by converting exploration analysis into a structured proposal, reducing manual drafting time and ensuring consistency across initiatives.

Core Features & Use Cases

  • Generates a complete proposal.md with sections for Intent, Scope, Capabilities, Approach, Risks, and Dependencies.
  • Supports multiple persistence modes (engram, openspec, hybrid, none) and follows the Section B/C guidelines from skills/_shared/sdd-phase-common.md.
  • Reads existing proposals and updates them when a proposal already exists; persists to the appropriate location based on mode.

Quick Start

Provide a change name and exploration analysis to the orchestrator; the agent will generate and persist a structured 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 spec-driven development change proposals from exploration analysis?▼

You can automate spec-driven development change proposals by providing exploration analysis to an orchestrator, which then generates a structured proposal with intent, scope, capabilities, approach, risks, and dependencies.

What is the best way to structure a change proposal for OpenSpec?▼

The best way to structure an OpenSpec change proposal is to use a formal template covering Intent, Scope, Capabilities, Approach, Risks, and Dependencies, ensuring consistency across initiatives.

Does this change proposal automation support persistence modes other than OpenSpec?▼

Yes, this change proposal automation supports multiple persistence modes including engram, openspec, hybrid, and none, persisting your proposal to the appropriate location based on the selected mode.

Can I update an existing change proposal instead of creating a new one?▼

Yes, you can update an existing change proposal; the automation reads existing proposals and updates them when one already exists, persisting changes based on your current persistence mode.

How do I generate a formal proposal.md with a defined scope and approach?▼

To generate a formal proposal.md, provide a change name and exploration analysis to the orchestrator, which enforces a concise structure with defined scope, approach, risks, and dependencies.

When do I need to apply formal intent and scope to orchestrator-driven change management?▼

You need to apply formal intent and scope to orchestrator-driven change management whenever a task requires a structured proposal, ensuring that the persistence and mode requirements are properly satisfied.