waypoint
Installation
SKILL.md
Waypoint
Waypoints are distributed navigation markers for multi-file pipelines. Each file carries a compact comment block naming its ID, its role in the pipeline, its neighbors, and a pointer to the full map. One manifest per pipeline holds the complete topology. Grep any 8-character ID and the whole pipeline unfolds.
A single CLI does all the deterministic and token-heavy work. You bring the prose; the CLI brings the structure. Treat every step below as a call to that CLI.
The CLI
python3 <skill-path>/scripts/waypoint.py <subcommand> [args]
Every subcommand takes --json for machine-readable output. verify and
check-ids exit non-zero when they find drift.