Converts markdown planning documents into structured Overseer task hierarchies through MCP. You write your plan or spec as markdown, run the command, and it creates a milestone with child tasks and subtasks based on the heading structure. The skill invokes an Oracle review step before committing anything to SQLite, which is a nice touch for catching fuzzy acceptance criteria or poorly scoped work items. Works with or without version control for basic CRUD, but you'll need jj or git to actually start and complete tasks since those operations create bookmarks and commits. Best used after you've finished sketching out a plan and want to convert it into trackable, atomic work units rather than letting it rot in a doc somewhere.
npx -y skills add dmmulroy/overseer --skill overseer-plan --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mattpocock/skills