بنقرة واحدة
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: Claude and Copilot review 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. |
| when_to_use | After sdd-explore completes. Reads context from memory, proposes approaches. |
| allowed-tools | ["Read","mcp__invencible-memory__memory_recall","mcp__invencible-memory__memory_search","mcp__invencible-memory__memory_save"] |
| model | sonnet |
| 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>