Skip to content
Skill

overseer-plan

by nsyout

AI Summary

Converts markdown planning documents into structured Overseer tasks with automatic hierarchy detection, enabling teams to seamlessly transform specifications and design docs into trackable work items. Ideal for product managers, engineers, and technical leads who need to bridge planning and execution.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "overseer-plan" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/overseer-plan && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/overseer-plan/SKILL.md "https://raw.githubusercontent.com/nsyout/overseer/main/skills/overseer-plan/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Convert markdown planning documents to Overseer tasks via MCP codemode. Use when converting plans, specs, or design docs to trackable task hierarchies.

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

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

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

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues5
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code