architecture

Generate a structured architecture.md from requirement notes.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/froggugugugu/project-blueprints --skill architecture-froggugugugu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture
Source: https://github.com/froggugugugu/project-blueprints/tree/main/project-blueprint-en/.claude/skills/architecture
Command: npx skills add https://github.com/froggugugugu/project-blueprints --skill architecture-froggugugugu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of designing system architecture based on requirement notes, translating them into a structured, human-readable document.

Core Features & Use Cases

  • Automated Architecture Design: Generates detailed architecture documents from input requirements.
  • Technology Stack Proposal: Suggests technology options with rationale.
  • Use Case: After writing a requirements document for a new web application, use this Skill to generate a proposed architecture, including layer design, technology stack, and directory structure, ready for review.

Quick Start

Use the architecture skill to design the system architecture for the file 'input/requirements/REQ_001.md'.

Frequently Asked Questions about architecture

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

FAQPage Schema
How do I generate a system design document from requirements?

To generate a system design document from requirements, provide a file path to your requirement notes. The architecture skill reads the file and outputs a structured architecture.md to the output/design/ directory.

What is included in an automated technical design document?

An automated technical design document includes detailed layer design, a proposed technology stack with rationale, and a directory structure. It translates requirement notes into a structured, human-readable format for review.

Can I use this to generate layer design and directory structure for a web application?

Yes, you can generate layer design and directory structure for a web application. By passing your requirements file as an argument, the skill proposes a complete system architecture tailored to your application's needs.

Does the architecture skill modify my existing source code?

The architecture skill does not modify your existing source code. It operates as a source-code read-only tool and only writes the generated architecture.md file to the output/design/ directory, requiring Write permission for that path.

What's the best way to analyze requirements and propose a technology stack?

The best way to analyze requirements and propose a technology stack is to trigger the architecture skill with your requirements file path. It automates the requirements analysis and generates a structured document with technology options and rationale.