Agent Skills
› NeverSight/learn-skills.dev
› plan
plan
GitHub该技能用于将已完成的 Map 转换为结构化的 Plan。通过依赖感知的垂直切片方法,将任务分解为有序的实施步骤。适用于用户拥有完整地图并希望将其细化为可执行计划阶段的场景,通常作为 map 之后、raise 之前的中间环节。
Trigger Scenarios
用户表示已完成 Map 并需要生成 Plan
用户希望将复杂项目分解为有序的垂直实施切片
Install
npx skills add NeverSight/learn-skills.dev --skill plan -g -y
SKILL.md
Frontmatter
{
"name": "plan",
"description": "Turns a Map into a Plan using dependency-aware thin vertical implementation slices. Use after 'map' and before 'raise'. Use when the user has a completed Map and wants to break it into ordered slices."
}
Follow these steps in order, one at a time.
Input
- Ask for the completed
Map.
Output
-
After receiving the
Map, produce thePlanusing the template here. Filling in every section, including all [placeholder text]. -
Show the completed
Planin full.
Questions
- Ask any remaining questions that may have arisen as part of creating the
Plan.
Version History
- e0220ca Current 2026-07-05 21:38


