create-architecture

Generate a master architecture document from GDDs, ADRs, and governance constraints.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill create-architecture-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-architecture
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/create-architecture
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill create-architecture-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans and generates a master architecture document by aggregating engine context, design requirements, ADRs, and governance constraints to establish a solid blueprint before coding begins.

Core Features & Use Cases

  • Maps multi-GDD projects into a cohesive architecture
  • Defines system layers, ownership, data flow, and API boundaries
  • Ensures ADR traceability and engine-version alignment

Quick Start

Initiate the architecture session and approve the skeleton based on current GDDs and engine version.

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 GDDs?

To generate a master architecture document from multiple GDDs, you can aggregate engine context, design requirements, and ADRs to map systems into layers and define ownership. This establishes a solid blueprint before coding begins.

What is ADR-driven architecture planning?

ADR-driven architecture planning uses Architecture Decision Records to ensure traceability across system layers, data flows, and API boundaries. It aligns multi-GDD projects with target engine versions and governance constraints to produce a master blueprint.

Can I define module ownership and API boundaries for multi-GDD projects?

Yes, you can define module ownership and API boundaries for multi-GDD projects. The process maps systems into distinct layers and establishes data flows while ensuring alignment with the target engine version and risk constraints.

What's the best way to ensure ADR traceability in project architecture documentation?

The best way to ensure ADR traceability in project architecture documentation is to perform an ADR audit during the architecture planning phase. This captures the knowledge baseline and verifies governance constraint compliance.

When do I need to establish a Phase 0 knowledge baseline for engineering planning?

You need to establish a Phase 0 knowledge baseline for engineering planning before coding begins. It captures foundational system mapping and ADR audit results, outputting to docs/architecture/architecture.md after phase approvals.