sdd-archive

Consolidate SDD phase artifacts into a single searchable memory entry.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/juanmanueldaza/invencible --skill sdd-archive-juanmanueldaza
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sdd-archive
Source: https://github.com/juanmanueldaza/invencible/tree/main/.claude/skills/sdd-archive
Command: npx skills add https://github.com/juanmanueldaza/invencible --skill sdd-archive-juanmanueldaza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive all SDD phase artifacts for a change into a single memory record.

Core Features & Use Cases

  • Consolidates all artifacts from memory into one searchable summary.
  • Improves traceability and auditability of SDD changes across lifecycle.
  • Use Case: After completing the SDD phases for a change, run sdd-archive to snapshot the context, proposal, spec, design, tasks, impl, and verify into a unified memory entry.

Quick Start

Consolidate SDD phase artifacts into a single memory record for the targeted change.

Frequently Asked Questions about sdd-archive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate SDD phase artifacts into a single memory entry?▼

You can consolidate SDD phase artifacts by recalling context, proposal, spec, design, tasks, impl, and verify phases, then saving them as a unified, searchable memory record using memory_save.

What is the best way to archive completed SDD changes for auditability?▼

Archiving completed SDD changes improves traceability by aggregating all lifecycle artifacts into a single memory record, capturing the full context, proposal, spec, design, tasks, impl, and verify details.

How does memory search work with archived SDD artifacts?▼

Memory search enables lookup of archived SDD artifacts by querying the unified memory entry saved with a specific title, topic_key, type, and structured content, allowing you to retrieve consolidated change histories.

Can I snapshot the full SDD workflow across multiple phases into one record?▼

Yes, you can snapshot the full SDD workflow by recalling each phase artifact with memory_recall and saving them together via memory_save, consolidating context through verify stages into one searchable entry.

When do I need to archive SDD documentation into a memory record?▼

You need to archive SDD documentation into a memory record after completing the SDD phases for a change, ensuring all context, proposal, spec, design, tasks, impl, and verify artifacts are captured for future reference.

Does archiving SDD artifacts require any external dependencies?▼

No external dependencies are required to archive SDD artifacts, as the process relies entirely on internal memory_recall, memory_save, and memory_search functions to consolidate and store the workflow data.