architect

Design system architecture and select technology stacks into project.architecture.md.

182|33|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/YougLin-dev/Aha-Loop --skill architect-youglin-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect
Source: https://github.com/YougLin-dev/Aha-Loop/tree/main/.agents/skills/architect
Command: npx skills add https://github.com/YougLin-dev/Aha-Loop --skill architect-youglin-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill translates vision analysis into concrete system designs by selecting suitable technology stacks and defining architecture patterns to meet project requirements.

Core Features & Use Cases

  • Architecture Design: Generate a complete system architecture that aligns with the project's vision and requirements.
  • Tech Stack Selection: Evaluate candidate technologies for each layer and justify the final choices with rationale.
  • Output Documentation: Produce a formal architecture document (project.architecture.md) including decisions, tradeoffs, and compatibility notes.
  • Use Case: After receiving a vision-analysis artifact, generate the architecture blueprint to guide implementation.

Quick Start

After vision analysis, run the Architect Skill to produce the architecture document.

Frequently Asked Questions about architect

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

FAQPage Schema
How do I generate system architecture documentation from project requirements?

To generate system architecture documentation, you provide project requirements and context to evaluate candidate technologies for each layer, outputting a structured architecture specification with rationale and decisions.

What's the best way to select a tech stack and justify technology choices for a new project?

Selecting a tech stack is best handled by evaluating candidate technologies for each system layer, checking compatibility, and producing a formal architecture document with tradeoffs and rationale for each decision.

Do I need a vision analysis artifact before designing project architecture?

Yes, you need a vision analysis artifact before designing project architecture, as the architecture design is applied after vision analysis to translate project requirements into concrete system designs.

What format does the architecture specification output use for documenting decisions?

The architecture specification output uses a structured markdown document format named project.architecture.md, which includes formal decisions, tradeoffs, and compatibility notes for the system.

How does architecture design handle compatibility checks for candidate technologies?

Architecture design handles compatibility checks by evaluating candidate technologies for each layer of the system and documenting the compatibility notes and tradeoffs directly within the final architecture document.