What problem does it solve?
Provides a fast, repeatable way to initialize a new project with a standardized Get-Anything-Done (GAD) planning structure so teams avoid ad-hoc setups and missing planning artifacts when starting work.
Core Features & Use Cases
- Scaffold Generation: Creates a consistent directory layout and placeholder planning documents for new projects.
- CLI Snapshot: Supports a snapshot-based CLI operation that produces a project scaffold from a project identifier.
- Migration & Compatibility: Acts as a deprecated RepoPlanner alias that points to the canonical GAD skill, guiding users to vendor/get-anything-done for the primary implementation.
- Use Case: Ideal for initializing new web apps or library packages inside a monorepo while ensuring planning and demo server templates are included.
Quick Start
Invoke the GAD snapshot CLI with a project id to create the new project scaffold using node vendor/get-anything-done/bin/gad.cjs snapshot --projectid your-project-id