architecture-design

Generate architecture design documents from templates into docs/architecture.md.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/yamato0811/my-agent-skills --skill architecture-design-yamato0811
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-design
Source: https://github.com/yamato0811/my-agent-skills/tree/main/skills/03_architecture-design
Command: npx skills add https://github.com/yamato0811/my-agent-skills --skill architecture-design-yamato0811

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, repeatable approach to creating architecture design documents, aligning PRD and functional design inputs with a consistent output in docs/architecture.md, while prioritizing existing architecture documentation when present.

Core Features & Use Cases

  • Template-driven design: Uses a centralized guide and templates to standardize architecture documentation across projects.
  • Output automation guidance: Defines where and how to save the architecture documentation (docs/architecture.md) and how to integrate with PRD and functional design artifacts.
  • Use Case: When starting a new product, run this skill to produce a complete architecture design draft that documents system structure and technology decisions.

Quick Start

  1. Review the existing architecture documentation if present (docs/architecture.md) to align with project conventions.
  2. Use the guide.md and template.md to draft the architecture content.
  3. Save the final document to docs/architecture.md.

Frequently Asked Questions about architecture-design

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

FAQPage Schema
How do I create an architecture design document for a new project?

To create an architecture design document, use a guided template to draft system structure, technology choices, and deployment constraints, then save the final output to docs/architecture.md. This standardizes architecture documentation across new initiatives and feature redesigns.

What is the best way to align my architecture design with existing PRD and functional design inputs?

The best way to align architecture design with PRD and functional design inputs is to use a centralized template that integrates these artifacts. This ensures your architecture documentation accurately reflects product requirements and functional specifications.

Do I need to review existing architecture documentation before generating a new design draft?

Yes, you should review existing architecture documentation if present in docs/architecture.md before generating a new design draft. This ensures your new system structure and technology decisions align with established project conventions.

How does a template-driven approach improve system structure documentation?

A template-driven approach improves system structure documentation by enforcing a frontmatter-driven standard for outputting architecture files. This provides a structured, repeatable method that maintains consistency across different projects and feature redesigns.

Can I use this architecture documentation template for feature redesigns as well as new products?

Yes, you can use this architecture documentation template for both new products and feature redesigns. It guides teams in documenting system structure and technology decisions consistently regardless of whether the project is a new initiative or an update.

What limitations should I expect when using a frontmatter-driven template for architecture design?

When using a frontmatter-driven template for architecture design, output is strictly guided to save as docs/architecture.md. This basic implementation focuses on structure and technology choices without adding custom formatting components or external dependencies.