overseer-plan

Convert markdown plans into Overseer tasks via MCP codemode.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nsyout/overseer --skill overseer-plan-nsyout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: overseer-plan
Source: https://github.com/nsyout/overseer/tree/main/skills/overseer-plan
Command: npx skills add https://github.com/nsyout/overseer --skill overseer-plan-nsyout

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts markdown planning documents into structured Overseer tasks via MCP codemode, enabling teams to transform plans, specs, or roadmaps into trackable work items.

Core Features & Use Cases

  • Automatically extract milestones, tasks, and subtasks from plan content and persist them via the Overseer API.
  • Create hierarchical task trees by optionally assigning a parent task and preserving context from the plan.
  • Use for planning-to-implementation workflows, design docs, and roadmap breakdowns to drive execution.

Quick Start

Run the Overseer plan tool on a plan file to generate a milestone with subtasks and track progress.

Frequently Asked Questions about overseer-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert markdown plans into trackable tasks automatically?

To convert markdown plans into trackable tasks, this Skill extracts milestones, tasks, and context from planning documents and persists them via the Overseer API. It enables automated task generation from plans, specs, and roadmaps.

Can I create hierarchical task trees with parent-child relationships from a markdown spec?

Yes, you can create hierarchical task trees from a markdown spec by optionally assigning a parent task and generating subtasks. The Skill preserves context from the plan to maintain clear parent-child relationships during task creation.

Does the Overseer plan tool validate plan structure before generating milestones?

Yes, the Overseer plan tool validates plan structure before generating milestones to ensure atomic task creation with clear acceptance criteria. This validation enables optional Oracle review to verify the extracted tasks.

What is the best way to break down a roadmap into milestones and subtasks?

The best way to break down a roadmap into milestones and subtasks is using automated extraction via MCP codemode. This approach transforms planning documents into structured work items with optional parent-child relationships for execution.

Do I need MCP codemode to automate task generation from planning documents?

Yes, you need MCP codemode to automate task generation from planning documents. The Skill relies on MCP codemode to convert markdown planning content into trackable Overseer tasks through the tasks API.