make-plan

仓库创建 2025年9月1日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

将复杂目标拆成可连续执行的 LLM 任务流,便于落地。

这个 Skill 做什么

生成可执行的分阶段实现计划并发现文档需求。

把一个功能或多步任务拆成可执行的分阶段计划,列出每个阶段的任务、依赖和需要的文档点。在动手之前用来理清先后顺序、风险和交付物,便于分配或交给 LLM/Subagent 执行。特别之处是产出对下游工作友好的、能直接接续的 LLM-friendly 计划。

▸ 展开 SKILL.md 英文原文

Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.

开发编程实施计划分阶段协调通用
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.5k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/make-plan/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/make-plan/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Make Plan

You are an ORCHESTRATOR. Create an LLM-friendly plan in phases that can be executed consecutively in new chat contexts.

## Delegation Model

Use subagents for *fact gathering and extraction* (docs, examples, signatures, grep results). Keep *synthesis and plan authoring* with the orchestrator (phase boundaries, task framing, final wording). If a subagent report is incomplete or lacks evidence, re-check with targeted reads/greps before finalizing.

### Subagent Reporting Contract (MANDATORY)

Each subagent response must include:
1. Sources consulted (files/URLs) and what was read
2. Concrete findings (exact API names/signatures; exact file paths/locations)
3. Copy-ready snippet l
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有