consolidate-architecture

Merge architecture-update documents into a new consolidated baseline file.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Busboom-Foo/meetupfu --skill consolidate-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consolidate-architecture
Source: https://github.com/Busboom-Foo/meetupfu/tree/main/.claude/skills/consolidate-architecture
Command: npx skills add https://github.com/Busboom-Foo/meetupfu --skill consolidate-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates the latest consolidated architecture with all architecture-update documents to produce a single, up-to-date baseline that reflects reality and supports onboarding and planning.

Core Features & Use Cases

  • Gather the latest base architecture document from docs/clasi/architecture/architecture-NNN.md (highest NNN).
  • Apply all architecture-update-MMM.md changes in order, verifying alignment with the codebase.
  • Archive older consolidated and update documents to docs/clasi/architecture/done/ for record-keeping.

Quick Start

Consolidate the architecture documents to produce a new architecture file reflecting the current system state.

Frequently Asked Questions about consolidate-architecture

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

FAQPage Schema
How do I consolidate architecture documentation to reflect the current codebase?

Consolidate architecture documentation by merging the highest-numbered baseline file with all architecture-update documents in order, generating a new baseline that reflects the current codebase state.

When do I need to consolidate architecture docs for onboarding?

Consolidate architecture docs during sprint reviews and onboarding to produce an up-to-date baseline that reflects reality and supports new team members with current system knowledge.

What's the best way to apply architecture-update files to a baseline document?

Apply architecture-update files by locating the base at docs/clasi/architecture/architecture-NNN.md, applying each update sequentially while verifying alignment with the codebase, then generating a new architecture-MMM.md file.

How does archiving older architecture documents work during consolidation?

Archiving older architecture documents moves previous consolidated and update files to docs/clasi/architecture/done/ for record-keeping after generating the new baseline, preserving history while maintaining a clean working directory.

Can I use architecture consolidation for sprint reviews with multiple update files?

Architecture consolidation supports sprint reviews by gathering the latest base document and applying all architecture-update-MMM.md changes in sequential order, verifying each aligns with the codebase before producing the new baseline.

Why does my consolidated architecture document not match the current codebase?

Your consolidated architecture document may be outdated if architecture-update files were not applied in order or if the latest base document was not located at docs/clasi/architecture/architecture-NNN.md before merging.