What problem does it solve?
This Skill helps developers understand and navigate complex, multi-file codebases by creating discoverable "waypoints" within files, making it easy to trace processes and pipelines without relying on outdated centralized documentation.
Core Features & Use Cases
- Distributed Navigation: Places grep-friendly comment blocks in each file, containing IDs, roles, and connections to other files.
- Pipeline Mapping: Creates and validates manifests for entire pipelines, showing the flow and dependencies between files.
- Use Case: When working on a large microservice architecture, use this Skill to map out the entire request lifecycle from the API gateway through various services to the database, ensuring you can quickly understand and debug any part of the flow.
Quick Start
Use the waypoint skill to add waypoints for how feature flags propagate to components.