qsd-autonomous

Automate end-to-end milestone workflows for qsd projects using ROADMAP.md.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-autonomous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-autonomous
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-autonomous
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-autonomous

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

qsd-autonomous automates end-to-end milestone workflows, transforming manual planning and execution into a repeatable, hands-off process.

Core Features & Use Cases

  • End-to-end milestone orchestration: discuss → plan → execute across remaining milestones with automatic artifact generation and milestone audit upon completion.
  • Phase discovery and governance: relies on ROADMAP.md for phase sequencing, gating, and per-phase validation to ensure quality.
  • Safe cleanup and state management: updates .planning artifacts and cleans up resources after milestone completion.

Quick Start

Initiate the autonomous milestone workflow to progress through discuss, plan, and execute for all remaining milestones.

Frequently Asked Questions about qsd-autonomous

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

FAQPage Schema
How do I automate milestone workflow execution for multiple project phases?

Automate milestone workflow execution by orchestrating discuss, plan, and execute loops across all remaining project phases. This Skill handles end-to-end progression automatically, updating per-phase artifacts and performing cleanup after each milestone completion.

What is end-to-end milestone orchestration and how does it manage project state?

End-to-end milestone orchestration automates the discuss, plan, and execute cycle while updating .planning artifacts like STATE.md and ROADMAP.md. It discovers phase sequencing from ROADMAP.md, gates per-phase validation, and cleans up resources upon milestone completion.

Can I run autonomous milestone planning starting from a specific project phase?

Yes, autonomous milestone planning supports optional --from, --to, and --only flags to target specific phases. You can restrict execution to a subset of milestones or run across all remaining phases with interactive prompts.

Do I need a ROADMAP.md file to automate milestone progression and phase discovery?

Yes, ROADMAP.md is required for phase discovery, gating, and per-phase validation during milestone progression. The autonomous workflow relies on it to sequence remaining milestones and update .planning artifacts accurately.

What's the best way to manage planning artifacts during autonomous milestone execution?

Manage planning artifacts by letting the autonomous workflow update .planning/STATE.md and .planning/ROADMAP.md automatically during execution. The process generates per-phase artifacts, validates phase gating, and performs safe cleanup after milestone completion.

When should I avoid using autonomous milestone workflows for project planning?

Avoid autonomous milestone workflows when your project lacks a structured ROADMAP.md for phase sequencing or when you need manual intervention during discuss, plan, and execute loops. The automation assumes gated phase validation and per-phase artifact generation are desired.