architecture

Generate an ARCHITECTURE.md blueprint with tech stack, system design, and decisions.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/rodacato/kwik-e-dev --skill architecture-rodacato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture
Source: https://github.com/rodacato/kwik-e-dev/tree/main/plugins/launchpad/skills/architecture
Command: npx skills add https://github.com/rodacato/kwik-e-dev --skill architecture-rodacato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or update ARCHITECTURE.md — the blueprint someone reads to understand the ENTIRE system without looking at a single line of code. The document captures tech stack, architecture style, domain model, directory layout, and every non-obvious decision with its rejected alternatives in one authoritative source.

Core Features & Use Cases

  • Create or update ARCHITECTURE.md with a complete design blueprint, including tech stack, decisions, and rationale.
  • Follow the guided Step 1–7 process to ensure governance, onboarding, and a single source of truth for architecture.
  • Use the architecture template to maintain consistency, support audits, and accelerate onboarding for new contributors.

Quick Start

Create ARCHITECTURE.md for the project using the guided process and the template.

Frequently Asked Questions about architecture

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

FAQPage Schema
How do I document system design and tech stack for onboarding new contributors?

To document system design for onboarding, generate an ARCHITECTURE.md file that captures the tech stack, architecture style, domain model, and directory layout as a single source of truth. This comprehensive blueprint allows new contributors to understand the entire system without reading code.

When do I need to create a formal architecture document for my project?

You need a formal architecture document when starting new projects or executing major architecture refactors where formal design is absent. It establishes a single source of truth for the ecosystem, system overview, architecture style, and security review, preventing reliance on fragmented knowledge.

What is the best way to log non-obvious architecture decisions and their rejected alternatives?

The best way to log architecture decisions is using the decision log section within an ARCHITECTURE.md blueprint. It captures every non-obvious decision alongside its rejected alternatives and rationale, ensuring governance and maintaining a consistent, auditable record of key system design choices.

Can I use a template to maintain consistent architecture documentation across different projects?

Yes, you can use an architecture template to maintain consistency across projects. The guided Step 1–7 process applies a template-driven verification to document the ecosystem, system overview, directory structure, and security review, supporting audits and accelerating onboarding.

Does generating an architecture blueprint require existing documentation to work?

No, generating an architecture blueprint does not require existing documentation. It is specifically designed for projects where formal design is absent, guiding you through a Step 1–7 process to establish an authoritative source capturing the tech stack, architecture style, and key decisions.

What should a comprehensive architecture document include to serve as a living blueprint?

A comprehensive architecture document should include the tech stack, system overview, architecture style, domain model, directory structure, decision logs, and security review. Capturing these elements creates a living blueprint that satisfies requirements for governance, onboarding, and template-driven verification.