consolidate

Consolidate SDD intermediate files into a single final document per feature.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/jsalio/My-sdd-flow --skill consolidate-jsalio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: consolidate
Source: https://github.com/jsalio/My-sdd-flow/tree/main/sdd-consolidate
Command: npx skills add https://github.com/jsalio/My-sdd-flow --skill consolidate-jsalio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the consolidation of Spec-Driven Development (SDD) intermediate files into a comprehensive, final document, streamlining the documentation process and maintaining a single source of truth for project features.

Core Features & Use Cases

  • Consolidation of SDD Outputs: Integrates multiple SDD intermediate files (specification, impact, architecture, test plans, etc.) into a single, consolidated document.
  • Clean-up of Intermediate Files: After consolidation, removes all intermediate files to keep the documentation directory tidy.
  • Use Case: This skill is crucial for ensuring that after running the SDD pipeline, the end-user has a concise, final document ready for review or archiving.

Quick Start

/consolidate

Frequently Asked Questions about consolidate

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

FAQPage Schema
How do I merge Spec-Driven Development intermediate files into a final document?▼

You can consolidate SDD intermediate files by running a consolidation process that merges .spec.md, .impact.md, and .arch.md outputs into a single coherent final document for each feature, removing the intermediate files afterward.

What is the best way to clean up intermediate specification files after SDD pipeline completion?▼

Cleaning up intermediate specification files is best handled by consolidating them into a final document, which automatically removes the intermediate files post-consolidation to keep the documentation directory tidy.

Does SDD document consolidation remove the original .spec.md and .arch.md files?▼

Yes, SDD document consolidation removes the original .spec.md and .arch.md files by integrating these intermediate files into a comprehensive final document and then deleting them to maintain a single source of truth.

Can I consolidate specification, impact, and architecture markdown files into one document for review?▼

Yes, you can consolidate specification, impact, and architecture markdown files into one document. The consolidation process integrates multiple SDD intermediate files into a single, concise final document ready for review or archiving.

Why do I need to consolidate SDD outputs instead of keeping individual intermediate files?▼

You need to consolidate SDD outputs to streamline the documentation process and maintain a single source of truth for project features, avoiding the clutter and fragmentation of keeping individual intermediate files.