sdd-propose
Solution proposals with tradeoff analysis for spec-driven development
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Solution proposals with tradeoff analysis for spec-driven development
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | sdd-propose |
| description | Solution proposals with tradeoff analysis for spec-driven development |
| methodology | sdd |
Generate and evaluate solution options before committing to a design. This skill produces a tradeoff table that the team can use to choose the best approach.
Review the exploration report: Understand constraints and context.
Generate 2-4 solution options: Propose meaningfully different approaches.
Evaluate each option: Analyze tradeoffs honestly. For each option, assess:
Produce a recommendation: Choose one option with reasoning.
List open questions: Flag anything that must be decided externally.
## Proposals: <feature/change>
### Option 1: <name>
**Summary**: <one sentence description>
**Effort**: <estimate>
**Risk**: <low|medium|high> — <reason>
**Reversibility**: <easy|hard|irreversible>
**Testability**: <easy|medium|hard>
**Pros**: <bullet list>
**Cons**: <bullet list>
### Option 2: <name>
...
### Tradeoff Table
| Option | Effort | Risk | Reversible | Testable |
|--------|--------|------|------------|---------|
| Option 1 | | | | |
| Option 2 | | | | |
### Recommendation
**Recommended**: Option <N> — <rationale in 2-3 sentences>
### Open Questions
1. <question>
Structured code review
Find and load available skills
PR description generation
Spec-faithful implementation for spec-driven development
Architecture and interface design for spec-driven development
Codebase analysis and context gathering for spec-driven development