delivery-timeline
Installation
SKILL.md
Delivery Timeline
Generates a delivery timeline from a completed milestones.yaml. Asks for delivery parameters (production deploy date, QA rounds, days per QA session), updates milestones with day estimates, and produces timeline.yaml with two sections: a relative-day timeline and a real-date workback schedule anchored to the production deploy date.
Prerequisites
- Completed
{base_directory}/implementation/milestones.yaml(output from/implementation-planner)
Usage
/delivery-timeline [base-directory]
If no directory is provided, auto-detect by looking for implementation/milestones.yaml in the current directory.
If not found, prompt the user: "Where are your planning artifacts located?"
Wait for the user to provide a path before proceeding. Store as base_directory.