sdd-propose
Solution proposals with tradeoff analysis for spec-driven development
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Solution proposals with tradeoff analysis for spec-driven development
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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>