map
GitHub基于领域驱动设计,将完成的Brief转化为包含通用语言、子域、边界上下文及架构决策的详细Map。需在Brief之后、Plan之前使用,适用于用户完成需求梳理后需进行领域建模的场景。
Trigger Scenarios
用户已完成Brief并请求进行领域映射
需要在需求分析后生成系统架构与领域模型
Install
npx skills add NeverSight/learn-skills.dev --skill map -g -y
SKILL.md
Frontmatter
{
"name": "map",
"description": "Turns a Brief into a Map using domain-driven design: ubiquitous language, subdomains, bounded contexts, context map, key domain flows, per-context design and architecture decisions. Use after 'brief' and before 'plan'. Use when the user has a completed Brief and wants to map out the domain."
}
Follow these steps in order, one at a time.
Input
- Ask for the completed
Brief.
Output
- After receiving the
Brief, produce theMapusing the template here. Filling in every section, including all [placeholder text]. - Show the completed
Mapin full.
Questions
- Ask any remaining questions that may have arisen as part of creating the
Map.
Version History
- e0220ca Current 2026-07-05 21:38


