growth-path-planning
把"我想学很多东西 / 想成为什么 / 想到达什么方向"的模糊一坨——尤其是同时背着几条看起来分散的线(DJ + 炒股 + 玩具 + 数学很正常)——变成一张揭示跨线共底层、有先后依赖、有高杠杆优先级的攻坚地图。一个 Claude Code skill。
A Claude Code skill that turns a vague list of learning goals into a dependency-ordered roadmap, surfaces shared foundational skills, and suggests what to start today versus defer.
This repository contains a skill for Claude Code, Anthropic's AI-powered coding tool, that helps people turn a vague collection of learning goals into a structured roadmap. The problem it addresses is common: you want to learn many things at once, maybe something creative, something financial, and something technical, and you cannot figure out where to start or in what order.
The skill takes whatever you give it, a paragraph, rough notes, or an old document, and works through it in a few steps. It asks a small number of follow-up questions to clarify the key gaps, then breaks your goals down into the smallest learnable units, separating hard technical skills from mindset or thinking habits. It maps out which skills depend on which other skills, then generates a dependency diagram using a tool called Mermaid (a text-based chart format).
The central idea is that goals which look unrelated on the surface often share the same underlying foundations. The skill tries to surface those shared building blocks and highlight them as high-leverage starting points, meaning that learning one thing unlocks progress across several of your goals at once. It then produces a stage-by-stage attack order and flags what you could start today versus what you should set aside until later.
An optional step runs a separate AI as an independent critic to review the resulting plan and look for flaws. The skill only produces the plan; it does not track your progress or adjust over time.
Installation involves copying one folder into your Claude Code skills directory. The README is written primarily in Chinese, with a short English summary. The license is MIT.
Where it fits
- Turn a jumbled list of learning goals, coding, finance, creativity, into a prioritized, dependency-ordered roadmap with a visual diagram.
- Find the shared foundational skills that unlock progress across multiple unrelated-looking goals so you know where to start first.
- Get a stage-by-stage attack order that flags which specific skill you can begin today and which to defer until prerequisites are done.
- Run an independent AI critic pass on your learning plan to catch ordering gaps or missing prerequisites.