How this skill is triggered — by the user, by Claude, or both
Slash command
/trail:trailThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the `trail` planning system. Plans are markdown files in `plans/` at the git root.
You have access to the trail planning system. Plans are markdown files in plans/ at the git root.
.md file in plans/ (e.g., plans/auth-rewrite.md)plans/.current contains the name of the active planplans/archive/ holds completed plans# Plan Name
## Tasks
- [ ] First task
Description, specs, acceptance criteria.
- [ ] Sub-step
- [x] Completed task
## Notes
Freeform context.
Only top-level checkboxes (no leading whitespace) under ## Tasks count for progress. Indented checkboxes are sub-tasks for your own tracking.
trail binary is installed)trail plan "name" — create or select a plantrail plan — list all plans with progresstrail status — show progress overviewtrail archive [name] — archive a completed plan- [ ] to - [x] in the plan file as you complete them.## Notes section as you discover important context.If trail is not installed, create plans directly:
plans/ directory at the git root if it doesn't exist.md file (e.g., plans/my-plan.md) using the format aboveplans/.current to make it activenpx claudepluginhub adham90/trail --plugin trailMulti-project Manus-style planning with coordinator pattern. Supports project switching, separate planning/source paths, and cross-machine sync via git. Creates task_plan.md, findings.md, and progress.md.
Creates file-based project plans and tracks progress across complex tasks using task_plan.md, findings.md, and progress.md. Activates on planning requests, multi-step work, or research requiring over 5 tool calls.
Executes tasks from PLAN.md sequentially with human oversight, handling task splitting, clarifying questions, tests, and learning persistence. Useful for deliberate progress on planned work.