What problem does it solve? When working with the PtP change pipeline, it is hard to know which file owns each /ptp:* command or policy. This Skill acts as a router that maps every command and policy to the single file that defines its behavior, so you always read the authoritative source instead of guessing. ## Core Features & Use Cases - Command Routing: Maps every /ptp:* command (brainstorm, plan, apply, review, archive, deploy, telemetry, and more) to the command file or skill that owns its contract. - Policy Ownership: Identifies the single file carrying each indexed policy, such as branch safety, model dispatch, codex mode resolution, and terminal states. - Use Case: You want to know how /ptp:review-loop behaves. Instead of reading dozens of files, consult this router, which points you to skills/ptp-review-loop/SKILL.md as the owner of both the command and the review severity policy. ## Quick Start Ask which file owns the /ptp:full command and read that owning file for its behavior.