overseer-plan by dmmulroy/overseer
npx skills add https://github.com/dmmulroy/overseer --skill overseer-plan使用 /overseer-plan 将任何 Markdown 规划文档转换为可追踪的 Overseer 任务。
/overseer-plan <markdown-file-path>
/overseer-plan <file> --priority 1 # 设置优先级 (0-2, 0=最高)
/overseer-plan <file> --parent <task-id> # 作为现有任务的子任务创建
# 标题中提取标题(去除 "Plan: " 前缀)--parent 则创建子任务)| 深度 | 名称 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 示例 |
|---|
| 0 | 里程碑 | "添加用户认证系统" |
| 1 | 任务 | "实现 JWT 中间件" |
| 2 | 子任务 | "添加令牌验证函数" |
何时创建子任务:
何时保持单一里程碑:
每个任务必须:
每个里程碑必须:
await tasks.get("<id>"); // TaskWithContext (完整上下文 + 学习记录)
await tasks.list({ parentId: "<id>" }); // Task[] (不含上下文链的子任务)
await tasks.start("<id>"); // Task (需要 VCS - 创建书签,记录起始提交)
await tasks.complete("<id>", { result: "...", learnings: [...] }); // Task (需要 VCS - 提交,传播学习记录)
需要 VCS:start 和 complete 需要 jj 或 git(如果未找到则失败并返回 NotARepository)。CRUD 操作无需 VCS 即可工作。
注意:优先级必须为 1-5。阻塞任务不能是祖先或后代任务。
| 任务 | 文件 |
|---|---|
| 理解 API | @file references/api.md |
| 代理实现 | @file references/implementation.md |
| 查看示例 | @file references/examples.md |
| 文件 | 用途 |
|---|---|
references/api.md | Overseer MCP 代码模式 API 类型/方法 |
references/implementation.md | 代理的分步执行说明 |
references/examples.md | 完整的工作示例 |
每周安装量
105
代码仓库
GitHub 星标数
222
首次出现
2026年1月27日
安全审计
安装于
opencode103
codex77
gemini-cli72
github-copilot70
amp70
kimi-cli66
Use /overseer-plan to convert any markdown planning document into trackable Overseer tasks.
/overseer-plan <markdown-file-path>
/overseer-plan <file> --priority 1 # Set priority (0-2, 0=highest)
/overseer-plan <file> --parent <task-id> # Create as child of existing task
# heading (strips "Plan: " prefix)--parent provided)| Depth | Name | Example |
|---|---|---|
| 0 | Milestone | "Add user authentication system" |
| 1 | Task | "Implement JWT middleware" |
| 2 | Subtask | "Add token verification function" |
Create subtasks when:
Keep single milestone when:
Every task must be:
Every milestone must:
await tasks.get("<id>"); // TaskWithContext (full context + learnings)
await tasks.list({ parentId: "<id>" }); // Task[] (children without context chain)
await tasks.start("<id>"); // Task (VCS required - creates bookmark, records start commit)
await tasks.complete("<id>", { result: "...", learnings: [...] }); // Task (VCS required - commits, bubbles learnings)
VCS Required : start and complete require jj or git (fail with NotARepository if none found). CRUD operations work without VCS.
Note : Priority must be 1-5. Blockers cannot be ancestors or descendants.
| Task | File |
|---|---|
| Understanding API | @file references/api.md |
| Agent implementation | @file references/implementation.md |
| See examples | @file references/examples.md |
| File | Purpose |
|---|---|
references/api.md | Overseer MCP codemode API types/methods |
references/implementation.md | Step-by-step execution instructions for agent |
references/examples.md | Complete worked examples |
Weekly Installs
105
Repository
GitHub Stars
222
First Seen
Jan 27, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode103
codex77
gemini-cli72
github-copilot70
amp70
kimi-cli66
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
157,400 周安装
NoSQL专家指南:Cassandra与DynamoDB分布式数据库设计模式与性能优化
242 周安装
Fix 工作流编排器:自动化问题调查与修复,支持 Bug、Hook、依赖、PR 评论
238 周安装
prove 五阶段工作流:无需学习 Lean 语法的数学定理机器验证与证明工具
240 周安装
complete-skill 完整持久化流程测试工具 | 持续集成与AI开发测试解决方案
238 周安装
aixyz on OpenClaw:无需编码部署可收费AI代理的完整指南
236 周安装
Claude Code 钩子调试指南:解决钩子未触发、SessionEnd不工作等常见问题
240 周安装