overseer-plan — community overseer-plan, overseer, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

About this Skill

Ideal for Task Management Agents requiring advanced Markdown document conversion and task orchestration capabilities via MCP and native git integration. Convert markdown planning documents to Overseer tasks via MCP codemode. Use when converting plans, specs, or design docs to trackable task hierarchies.

nsyout nsyout
[0]
[0]
Updated: 3/4/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
62
Canonical Locale
en
Detected Body Locale
en

Ideal for Task Management Agents requiring advanced Markdown document conversion and task orchestration capabilities via MCP and native git integration. Convert markdown planning documents to Overseer tasks via MCP codemode. Use when converting plans, specs, or design docs to trackable task hierarchies.

Core Value

Empowers agents to convert Markdown planning documents into trackable Overseer tasks using SQLite-backed storage and gix for seamless git integration, enabling efficient task management and prioritization via parameters like --priority and --parent.

Ideal Agent Persona

Ideal for Task Management Agents requiring advanced Markdown document conversion and task orchestration capabilities via MCP and native git integration.

Capabilities Granted for overseer-plan

Converting roadmap documents to implementation tasks
Creating tasks from milestone documents with customizable priority
Automating task creation from specs and design documents with parent-child relationships

! Prerequisites & Limits

  • Requires Markdown file as input
  • Dependent on MCP for task orchestration
  • Native git integration via gix may require additional setup

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is overseer-plan?

Ideal for Task Management Agents requiring advanced Markdown document conversion and task orchestration capabilities via MCP and native git integration. Convert markdown planning documents to Overseer tasks via MCP codemode. Use when converting plans, specs, or design docs to trackable task hierarchies.

How do I install overseer-plan?

Run the command: npx killer-skills add nsyout/overseer/overseer-plan. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for overseer-plan?

Key use cases include: Converting roadmap documents to implementation tasks, Creating tasks from milestone documents with customizable priority, Automating task creation from specs and design documents with parent-child relationships.

Which IDEs are compatible with overseer-plan?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for overseer-plan?

Requires Markdown file as input. Dependent on MCP for task orchestration. Native git integration via gix may require additional setup.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add nsyout/overseer/overseer-plan. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use overseer-plan immediately in the current project.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

overseer-plan

Install overseer-plan, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Converting Markdown Documents to Overseer Tasks

Use /overseer-plan to convert any markdown planning document into trackable Overseer tasks.

When to Use

  • After completing a plan in plan mode
  • Converting specs/design docs to implementation tasks
  • Creating tasks from roadmap or milestone documents

Usage

/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

What It Does

  1. Reads markdown file
  2. Extracts title from first # heading (strips "Plan: " prefix)
  3. Creates Overseer milestone (or child task if --parent provided)
  4. Analyzes structure for child task breakdown
  5. Creates child tasks (depth 1) or subtasks (depth 2) when appropriate
  6. Returns task ID and breakdown summary

Hierarchy Levels

DepthNameExample
0Milestone"Add user authentication system"
1Task"Implement JWT middleware"
2Subtask"Add token verification function"

Breakdown Decision

Create subtasks when:

  • 3-7 clearly separable work items
  • Implementation across multiple files/components
  • Clear sequential dependencies

Keep single milestone when:

  • 1-2 steps only
  • Work items tightly coupled
  • Plan is exploratory/investigative

Task Quality Criteria

Every task must be:

  • Atomic: Single committable unit of work
  • Validated: Has tests OR explicit acceptance criteria in context ("Done when: ...")
  • Clear: Technical, specific, imperative verb

Every milestone must:

  • Demoable: Produces runnable/testable increment
  • Builds on prior: Can depend on previous milestone's output

Review Workflow

  1. Analyze document → propose breakdown
  2. Invoke Oracle to review breakdown and suggest improvements
  3. Incorporate feedback
  4. Create in Overseer (persists to SQLite via MCP)

After Creating

javascript
1await tasks.get("<id>"); // TaskWithContext (full context + learnings) 2await tasks.list({ parentId: "<id>" }); // Task[] (children without context chain) 3await tasks.start("<id>"); // Task (VCS required - creates bookmark, records start commit) 4await tasks.complete("<id>", { result: "...", learnings: [...] }); // Task (VCS required - commits, bubbles learnings)

VCS Required: start and complete require git (fail with NotARepository if none found). CRUD operations work without VCS.

Note: Priority must be 0-2. Blockers cannot be ancestors or descendants.

When NOT to Use

  • Document incomplete or exploratory
  • Content not actionable
  • No meaningful planning content

Reading Order

TaskFile
Understanding API@file references/api.md
Agent implementation@file references/implementation.md
See examples@file references/examples.md

In This Reference

FilePurpose
references/api.mdOverseer MCP codemode API types/methods
references/implementation.mdStep-by-step execution instructions for agent
references/examples.mdComplete worked examples

Related Skills

Looking for an alternative to overseer-plan or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer