dan:milestone

Automate the DAN milestone workflow across research, planning, applying, unifying, verifying, and bugsweep.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/RavBogard/DAN --skill dan-milestone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dan:milestone
Source: https://github.com/RavBogard/DAN/tree/main/.claude/skills/dan-milestone
Command: npx skills add https://github.com/RavBogard/DAN --skill dan-milestone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end orchestration of the DAN workflow for milestones, enabling reliable progression through research, planning, application, unification, verification, and bugsweep.

Core Features & Use Cases

  • Orchestrates the complete milestone workflow for roadmap programs, coordinating multi-stage activities and dependency handling.
  • Supports optional wave-based parallelism within a phase, with validation to ensure safe concurrency.
  • Enforces a single approval gate, automatic per-stage retry, and robust error recovery with state tracking and progress reporting.

Quick Start

Start autonomous milestone execution by invoking the dan milestone command at the project root with your target milestone name or phase number.

Frequently Asked Questions about dan:milestone

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

FAQPage Schema
How do I automate a multi-phase milestone workflow end-to-end?

You can automate multi-phase milestone workflows by chaining research, planning, applying, unifying, verifying, and bugsweep stages into a single orchestrated execution path with a single approval gate.

What is the best way to orchestrate roadmap-aligned milestones with safe concurrency?

Orchestrating roadmap-aligned milestones safely requires wave-based parallelism within phases, sequential wave validation, and idempotent execution to ensure reliable, repeatable automated runs.

How does automatic retry and error recovery work during milestone planning and validation?

Automatic retry during milestone planning and validation enforces one retry per failed stage, utilizing robust error recovery with state tracking and progress reporting to handle transient issues safely.

Do I need manual approval gates when running an automated milestone workflow?

Yes, automated milestone workflow execution enforces a single approval gate to ensure safe progression, while still providing automatic per-stage retries and state tracking for unattended phases.

Can I run sequential waves for milestone application and bugsweep phases?

Yes, the milestone workflow supports optional wave-based parallelism within a phase and enforces sequential waves with validation to ensure safe concurrency during application and bugsweep stages.

Why use idempotent execution for milestone orchestration and verification?

Idempotent execution during milestone orchestration and verification ensures safe, repeatable runs by allowing the process to retry or resume failed stages without duplicating side effects or corrupting state.