create-architecture

Synthesize PRDs, ADRs, and framework references into a master architecture document.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill create-architecture-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-architecture
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/create-architecture
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill create-architecture-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produces a master architecture document by synthesizing PRDs, systems index, ADRs, and framework references into a cohesive blueprint for the project.

Core Features & Use Cases

  • Reads all MVP PRDs, systems index, concept docs, and existing ADRs to generate a single architecture document.
  • Outputs the architecture doc at docs/architecture/architecture.md and an optional docs/architecture/architecture-registry.yaml skeleton.
  • Aligns architectural decisions with the pinned framework and design constraints to prevent scattered ADRs.

Quick Start

Run the skill after MVP PRDs are approved to generate the architecture blueprint at docs/architecture/architecture.md.

Frequently Asked Questions about create-architecture

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

FAQPage Schema
How do I generate a master architecture document from multiple PRDs and ADRs?

Generate a master architecture blueprint by synthesizing MVP PRDs, systems index, concept docs, and existing ADRs into a single architecture.md file. This creates a unified architectural frame and a required ADR list.

What is the best way to align architectural decisions with pinned framework constraints?

Align architectural decisions by consolidating framework references and design constraints into one master architecture document. This prevents scattered ADRs by ensuring all decisions map back to the approved project blueprint.

When do I need to create an architecture blueprint for my project?

Create an architecture blueprint after MVP PRDs are approved. Generating the architecture document at this stage ensures downstream development and ADRs align with a coherent architectural frame before implementation scales.

Does this architecture documentation tool output an architecture registry?

Yes, architecture documentation generation outputs an optional architecture-registry.yaml skeleton alongside the main architecture.md file. This registry provides a structured overview of the documented architectural components.

Can I use this to generate architecture docs for projects without existing ADRs?

Yes, the tool reads all MVP PRDs, systems index, and concept docs to generate a complete architecture document. It produces a coherent architectural frame and outputs the required ADR list needed for the project.

Why do I need a master architecture document instead of separate ADRs?

A master architecture document prevents scattered ADRs by synthesizing all decisions, PRDs, and framework references into one cohesive blueprint. This ensures project scalability and maintains alignment with pinned design constraints.