architecture-spec

Generate a technical architecture specification from a PRD into docs/ARCHITECTURE.md.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mazicimert/RunDom --skill architecture-spec-mazicimert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-spec
Source: https://github.com/mazicimert/RunDom/tree/main/.claude/skills/product/architecture-spec
Command: npx skills add https://github.com/mazicimert/RunDom --skill architecture-spec-mazicimert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a comprehensive technical architecture specification directly from a Product Requirements Document (PRD), enabling teams to align on patterns, tech choices, data models, and system structure before implementation.

Core Features & Use Cases

  • Generate an architecture overview from the PRD, including chosen architecture pattern, key components, and data model hints.
  • Specify a ready-to-use tech stack and platform considerations for iOS/macOS apps.
  • Produce ARCHITECTURE.md with a consistent structure to support reviews, handoffs, and future maintenance.

Quick Start

Provide the PRD at docs/PRD.md and say "generate architecture" to produce ARCHITECTURE.md.

Frequently Asked Questions about architecture-spec

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

FAQPage Schema
How do I generate a technical architecture specification from a PRD for an iOS app?

To generate a technical architecture specification from a PRD, you provide the document at docs/PRD.md and trigger the generation to automatically produce docs/ARCHITECTURE.md, detailing architecture patterns and data models for your iOS/macOS app.

What should be included in an architecture spec for SwiftUI apps?

An architecture spec for SwiftUI apps should include the chosen architecture pattern, technology stack decisions, component relationships, and data models to ensure teams align on structure before implementation.

Can I use this to create architecture documentation for macOS apps?

Yes, you can create architecture documentation for macOS apps by providing a PRD, which the tool processes to output a structured ARCHITECTURE.md file covering platform-specific tech stack decisions and system structure.

How to document architecture patterns and data models from product requirements?

Documenting architecture patterns and data models from product requirements involves processing your PRD.md file to map out component relationships and technology decisions, resulting in a comprehensive markdown specification for design reviews.

Does this architecture spec generator work without any external dependencies?

Yes, the architecture spec generator works without external dependencies, directly reading your product requirements document and producing a structured technical specification file for design reviews and team handoffs.