breakdown-epic-arch

Generate a technical architecture specification with a Mermaid diagram from an Epic PRD.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/markarnoldutah/RVS --skill breakdown-epic-arch-markarnoldutah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: breakdown-epic-arch
Source: https://github.com/markarnoldutah/RVS/tree/main/.github/skills/breakdown-epic-arch
Command: npx skills add https://github.com/markarnoldutah/RVS --skill breakdown-epic-arch-markarnoldutah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of high-level technical architecture specifications for software development epics, ensuring a clear technical roadmap based on product requirements.

Core Features & Use Cases

  • Architecture Generation: Creates a detailed technical architecture document from an Epic PRD.
  • Visual Diagramming: Includes a Mermaid diagram illustrating system architecture.
  • Use Case: A product manager provides an Epic PRD for a new user authentication system. This Skill generates the technical architecture document, outlining components, technology stack, and a system diagram, ready for the engineering team to begin development.

Quick Start

Use the breakdown-epic-arch skill to generate a technical architecture for the epic described in the attached 'user-auth-epic-prd.md' file.

Frequently Asked Questions about breakdown-epic-arch

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

FAQPage Schema
How do I generate technical architecture from a PRD?

To generate technical architecture from a PRD, you input the Epic Product Requirements Document and the system outputs a specification outlining components, the technology stack, and a Mermaid system architecture diagram.

Can I use this to create an architecture diagram for a TypeScript and Next.js stack?

Yes, this creates an architecture diagram adhering to a TypeScript and Next.js stack, specifically utilizing Turborepo and tRPC to map out domain-driven design components.

Does this architecture generator support Docker containerization?

Yes, the generated technical architecture specification adheres to containerization with Docker, ensuring the system design maps directly to containerized deployments.

What is the best way to outline system components for an Epic PRD?

The best way to outline system components for an Epic PRD is to automate the specification generation, which produces a high-level technical roadmap and a visual Mermaid diagram.

How does domain-driven design integrate into the generated system architecture?

Domain-driven design integrates into the generated system architecture by structuring the outlined system components and technology stack around the core domain logic specified in the Epic PRD.

Why do I need a technical specification for my epic?

You need a technical specification for your epic to ensure a clear technical roadmap based on product requirements, allowing the engineering team to begin development with a defined system architecture.