dos-next-up

Audit plan-phase candidates and produce a dispatch-ready next-up packet.

18|4|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/anthony-chaudhary/dos-kernel --skill dos-next-up
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dos-next-up
Source: https://github.com/anthony-chaudhary/dos-kernel/tree/main/claude-plugin/skills/dos-next-up
Command: npx skills add https://github.com/anthony-chaudhary/dos-kernel --skill dos-next-up

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a repository's phased plans into a verified next-work snapshot, helping you decide what is actually live, what is already shipped, and what should be dispatched next.

Core Features & Use Cases

  • Workspace discovery: Reads the active DOS workspace layout so it can follow the repo's configured plan paths and output locations.
  • Candidate auditing: Checks each next-phase candidate with DOS verification to distinguish live work from shipped work and stale plan stamps.
  • Dispatch packet generation: Produces a markdown packet and matching disposition sidecar so DOS gate can return a typed verdict before agents are launched.
  • Use case: Ideal when you need a reliable "what's next" view for a plan-driven repo before fanning out agent work.

Quick Start

Ask the assistant to scan the workspace, verify the next plan phases, and produce a dispatch packet with the gate verdict for the current next-up work.

Frequently Asked Questions about dos-next-up

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

FAQPage Schema
How do I identify the next dispatch-ready task from git workflow plans?

To identify the next dispatch-ready task from git workflow plans, audit plan-phase candidates by verifying each with dos verify and classifying the result with dos gate to distinguish live work from shipped or stale plans.

How does dos gate classify verified plan candidates before agent dispatch?

Dos gate classifies verified plan candidates by reading the dispatch packet and its matching disposition sidecar, returning a typed verdict that determines whether the next-up work is cleared for agent fan-out.

What's the best way to check if a plan phase is already shipped before dispatching agents?

The best way to check if a plan phase is already shipped is to run dos doctor output analysis and apply dos verify to each candidate, detecting shipped-phase statuses and stale plan stamps before generating a dispatch packet.

Can I use this dispatch packet generation in any DOS workspace?

Yes, you can use this dispatch packet generation in any DOS workspace. The skill reads the active workspace layout to follow the repository's configured plan paths and output locations automatically.

Why do I need a disposition sidecar alongside the markdown dispatch packet?

You need a disposition sidecar alongside the markdown dispatch packet because dos gate requires both files to evaluate the verified next-up work and return a typed gate verdict before you launch agents.

When should I not use automated next-up packet generation for plan-driven repos?

You should not use automated next-up packet generation if your repository lacks a configured DOS workspace layout, as the skill requires reading dos doctor output and active plan paths to verify candidates and produce valid gate classifications.