بنقرة واحدة
sdd-archive
Archive all SDD artifacts for a change as a single completed record in memory.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Archive all SDD artifacts for a change as a single completed record in memory.
التثبيت باستخدام 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.
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.
Propose 2–3 solution approaches for a planned change, evaluating trade-offs and recommending one.
Write a formal specification for a planned change: goals, acceptance criteria, constraints.
| name | sdd-archive |
| description | Archive all SDD artifacts for a change as a single completed record in memory. |
| compatibility | opencode |
| when_to_use | Final phase of the SDD workflow, after sdd-verify returns APPROVED. |
| allowed-tools | ["mcp__n3rv-memory__memory_recall","mcp__n3rv-memory__memory_save","mcp__n3rv-memory__memory_search"] |
| model | low |
| effort | low |
| user-invocable | false |
Consolidate all SDD phase artifacts into one searchable summary entry and mark the change as done.
memory_recall(topic_key="sdd-<change_id>-context")memory_recall(topic_key="sdd-<change_id>-proposal")memory_recall(topic_key="sdd-<change_id>-spec")memory_recall(topic_key="sdd-<change_id>-design")memory_recall(topic_key="sdd-<change_id>-tasks")memory_recall(topic_key="sdd-<change_id>-impl")memory_recall(topic_key="sdd-<change_id>-verify")SDD Complete: <change_id>sdd-<change_id>-donesummary## Change: <change_id>
## Description: <original change request>
## Status: COMPLETE
## Approach taken: <one-sentence summary from proposal>
## Key design decisions: <2–3 bullet points from design>
## Tests added: <from impl notes>
## Verified: <date/session from verify>
## Artifacts: sdd-<change_id>-{context,proposal,spec,design,tasks,impl,verify}
This entry becomes the institutional memory for this change — searchable in future SDD runs when exploring related areas of the codebase.