planning by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill planning解决执行问题——在复杂多步骤任务中保持专注。使用持久性 Markdown 文件来追踪目标、发现和进度,确保永不丢失上下文。属于 AI Maestro 套件的一部分。
在 docs_dev/(或 $AIMAESTRO_PLANNING_DIR)目录下创建:
| 文件 | 用途 | 更新时机 |
|---|---|---|
task_plan.md | 目标、阶段、决策、错误 | 每个阶段后 |
findings.md | 研究、发现、资源 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 研究过程中 |
progress.md | 会话日志、测试结果 | 整个会话期间 |
PLAN_DIR="${AIMAESTRO_PLANNING_DIR:-docs_dev}"
mkdir -p "$PLAN_DIR"
然后创建 task_plan.md,内容如下:
# 任务:[目标]
## 阶段
- [ ] 阶段 1:研究
- [ ] 阶段 2:设计
- [ ] 阶段 3:实现
- [ ] 阶段 4:测试
## 决策
| 决策 | 理由 | 日期 |
|----------|-----------|------|
## 遇到的错误
| 错误 | 尝试 | 解决方案 |
|-------|---------|------------|
task_plan.md 绝不开始复杂工作findings.md| 尝试次数 | 行动 |
|---|---|
| 1 | 诊断根本原因,应用针对性修复 |
| 2 | 尝试完全不同的方法 |
| 3 | 质疑假设,搜索类似问题 |
| 3次后 | 向用户上报,并附上所有尝试记录 |
迷失了?从你的规划文件中回答这些问题:
task_plan.md 中的当前阶段)findings.md)progress.md)此技能可独立运行,无需依赖。要获得包括记忆搜索、文档搜索、图谱查询、代理消息传递和代理管理在内的完整体验,请安装完整的 AI Maestro 平台。
每周安装量
74
代码库
GitHub 星标数
22.6K
首次出现
2026年2月23日
安全审计
已安装于
codex74
cursor73
amp73
github-copilot73
kimi-cli73
gemini-cli73
Solve the execution problem -- staying focused during complex, multi-step tasks. Uses persistent markdown files to track goals, findings, and progress so you never lose context. Part of the AI Maestro suite.
Create in docs_dev/ (or $AIMAESTRO_PLANNING_DIR):
| File | Purpose | Update When |
|---|---|---|
task_plan.md | Goals, phases, decisions, errors | After each phase |
findings.md | Research, discoveries, resources | During research |
progress.md | Session log, test results | Throughout session |
PLAN_DIR="${AIMAESTRO_PLANNING_DIR:-docs_dev}"
mkdir -p "$PLAN_DIR"
Then create task_plan.md with:
# Task: [Goal]
## Phases
- [ ] Phase 1: Research
- [ ] Phase 2: Design
- [ ] Phase 3: Implement
- [ ] Phase 4: Test
## Decisions
| Decision | Rationale | Date |
|----------|-----------|------|
## Errors Encountered
| Error | Attempt | Resolution |
|-------|---------|------------|
task_plan.mdfindings.md| Strike | Action |
|---|---|
| 1 | Diagnose root cause, apply targeted fix |
| 2 | Try a different approach entirely |
| 3 | Question assumptions, search for similar issues |
| After 3 | Escalate to user with all attempts documented |
Lost? Answer these from your planning files:
task_plan.md)findings.md)progress.md)This skill works standalone with no dependencies. For the complete experience including memory search , docs search , graph query , agent messaging , and agent management , install the full AI Maestro platform.
Weekly Installs
74
Repository
GitHub Stars
22.6K
First Seen
Feb 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex74
cursor73
amp73
github-copilot73
kimi-cli73
gemini-cli73
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
122,000 周安装