‹ 首页

breakdown-epic-arch

@boshi-xixixi · 收录于 5 天前 · 上游提交 2 个月前

Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.

适合你,如果你需要从PRD快速产出技术架构方案

/ 通过 npx 安装 校验哈希
npx oh-my-skill add boshi-xixixi/traeskill/breakdown-epic-arch
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- boshi-xixixi/traeskill/breakdown-epic-arch
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify boshi-xixixi/traeskill/breakdown-epic-arch
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
254GitHub stars
~580上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 9cf38e6 · 表述以原文为准
它做什么

Claude 会扮演高级软件架构师,根据你提供的 Epic 产品需求文档(PRD),自动生成一份完整的高层技术架构规范文档,包括系统架构 Mermaid 图、技术栈、功能列表等。

什么时候触发

当你提供一份 Epic 级别的 PRD 文档,并要求 Claude 生成高层技术架构规范时触发。

装好后可以这样说
输出完整架构文档
得到 Mermaid 图和技术栈
获得标准规范结构
技能原文 SKILL.md作者撰写 · MIT · 9cf38e6

Epic Architecture Specification Prompt

Goal

Act as a Senior Software Architect. Your task is to take an Epic PRD and create a high-level technical architecture specification. This document will guide the development of the epic, outlining the major components, features, and technical enablers required.

Context Considerations
  • The Epic PRD from the Product Manager.
  • Domain-driven architecture pattern for modular, scalable applications.
  • Self-hosted and SaaS deployment requirements.
  • Docker containerization for all services.
  • TypeScript/Next.js stack with App Router.
  • Turborepo monorepo patterns.
  • tRPC for type-safe APIs.
  • Stack Auth for authentication.

Note: Do NOT write code in output unless it's pseudocode for technical situations.

Output Format

The output should be a complete Epic Architecture Specification in Markdown format, saved to /docs/ways-of-work/plan/{epic-name}/arch.md.

Specification Structure
1. Epic Architecture Overview
  • A brief summary of the technical approach for the epic.
2. System Architecture Diagram

Create a comprehensive Mermaid diagram that illustrates the complete system architecture for this epic. The diagram should include:

  • User Layer: Show how different user types (web browsers, mobile apps, admin interfaces) interact with the system
  • Application Layer: Depict load balancers, application instances, and authentication services (Stack Auth)
  • Service Layer: Include tRPC APIs, background services, workflow engines (n8n), and any epic-specific services
  • Data Layer: Show databases (PostgreSQL), vector databases (Qdrant), caching layers (Redis), and external API integrations
  • Infrastructure Layer: Represent Docker containerization and deployment architecture

Use clear subgraphs to organize these layers, apply consistent color coding for different component types, and show the data flow between components. Include both synchronous request paths and asynchronous processing flows where relevant to the epic.

3. High-Level Features & Technical Enablers
  • A list of the high-level features to be built.
  • A list of technical enablers (e.g., new services, libraries, infrastructure) required to support the features.
4. Technology Stack
  • A list of the key technologies, frameworks, and libraries to be used.
5. Technical Value
  • Estimate the technical value (e.g., High, Medium, Low) with a brief justification.
6. T-Shirt Size Estimate
  • Provide a high-level t-shirt size estimate for the epic (e.g., S, M, L, XL).
Context Template
  • Epic PRD: [The content of the Epic PRD markdown file]
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。