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>