AI SummaryConverts 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
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster