epic-generation

仓库创建 2026年1月5日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由

帮助把产品需求落地为可执行的史诗与任务分解。

这个 Skill 做什么

将 PRD 转化为技术实现计划,包含架构决策与依赖关系映射。

把产品需求文档(PRD)转成可执行的技术史诗,输出包含架构决策(以 ADR 格式)、技术选型和依赖关系地图。用在需要把高层需求落地为开发计划、明确哪些模块要做以及跨团队或外部依赖时,能直接产出可评审的 epic 文档。生成内容便于直接拆任务、估时或作为架构审查材料。

开发编程史诗生成架构决策依赖映射通用
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/ccpm/skills/epic-generation/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/ccpm/skills/epic-generation/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Epic Generation

Transform PRD into a technical implementation plan with architecture decisions and dependency mapping.

## Agent
Architect - `architect`

## Workflow
1. Parse PRD and extract structured requirements
2. Define architecture decisions with ADR format
3. Specify technology approach and stack choices
4. Map internal, external, and cross-team dependencies
5. Assemble complete epic document
6. Validate epic covers all PRD requirements

## Inputs
- `projectName` - Project name
- `featureName` - Feature identifier
- `prd` - Finalized PRD from Phase 1
- `existingCodebase` - Codebase analysis for brownfield (optional)

## Outputs
- Epic document with architecture, tech approach, depe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有