Learn-skills.dev map
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.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/a1exmozz/skills/map" ~/.claude/skills/neversight-learn-skills-dev-map && rm -rf "$T"
manifest:
data/skills-md/a1exmozz/skills/map/SKILL.mdsource content
Follow these steps in order, one at a time.
Input
- Ask for the completed
.Brief
Output
- After receiving the
, produce theBrief
using the template here. Filling in every section, including all [placeholder text].Map - Show the completed
in full.Map
Questions
- Ask any remaining questions that may have arisen as part of creating the
.Map