一键导入
sdd-propose
Propose 2–3 solution approaches for a planned change, evaluating trade-offs and recommending one.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Propose 2–3 solution approaches for a planned change, evaluating trade-offs and recommending one.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Dual-model adversarial review: local and delegated reviewers audit independently, verdicts are synthesized.
Implement the SDD task list. Read tasks and design from memory, write code, run tests.
Archive all SDD artifacts for a change as a single completed record in memory.
Write the technical design for a planned change: components, interfaces, data flows, edge cases.
Explore the codebase to build context for a planned change. First phase of the SDD workflow.
Write a formal specification for a planned change: goals, acceptance criteria, constraints.
| name | sdd-propose |
| description | Propose 2–3 solution approaches for a planned change, evaluating trade-offs and recommending one. |
| compatibility | opencode |
| when_to_use | After sdd-explore completes. Reads context from memory, proposes approaches. |
| allowed-tools | ["Read","mcp__n3rv-memory__memory_recall","mcp__n3rv-memory__memory_search","mcp__n3rv-memory__memory_save"] |
| model | medium |
| effort | medium |
| user-invocable | false |
Generate 2–3 concrete approaches to the planned change, evaluate trade-offs, and commit to one recommendation.
memory_recall(topic_key="sdd-<change_id>-context")SDD Proposal: <change_id>sdd-<change_id>-proposaldecision## Approach A: <name>
<description, pros, cons>
## Approach B: <name>
<description, pros, cons>
## Approach C: <name> (if applicable)
<description, pros, cons>
## Recommended: <Approach X>
<rationale — why this one, why not the others>