overseer

Coordinate multi-session tasks with persistent context and VCS integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Overseer coordinates multi-session work with persistent context across milestones, tasks, and learnings, enabling handoffs and knowledge retention for teams.

Core Features & Use Cases

  • Persistent, hierarchical task management (Milestone -> Task -> Subtask) with inherited context and bubbled learnings to parents.
  • VCS-integrated lifecycle (start/complete) with blockers, archiving, and cross-task dependencies.
  • Shared state via a SQLite-backed task store, enabling durable collaboration across sessions.

Quick Start

Create a new Overseer milestone with subtasks, enable persistent context, and begin tracking progress with blockers and learnings.

Frequently Asked Questions about overseer

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

FAQPage Schema
How do I preserve task context across multiple coding sessions?

Task context is preserved across multiple sessions by using a SQLite-backed task store that maintains hierarchical milestones and subtasks, ensuring durable state and knowledge retention for team handoffs.

What is the best way to manage hierarchical task breakdowns for software projects?

Hierarchical task breakdowns are managed by structuring work into Milestone, Task, and Subtask levels, enabling inherited context and allowing learnings to bubble up to parent items for comprehensive project tracking.

How do I track blockers and dependencies during task lifecycle management?

Blockers and dependencies are tracked during task lifecycle management by integrating VCS start and complete operations, allowing you to log blockers, manage cross-task dependencies, and archive finished work.

Does this task management workflow require external dependencies?

No external dependencies are required for this task management workflow. It operates independently to coordinate multi-session work using a SQLite-backed task store for shared state and persistent context.

Can I attach inline documentation references to specific tasks?

Yes, inline documentation references can be attached to specific tasks, ensuring that relevant context and knowledge are directly accessible within the multi-session workflow.