skills/planning/SKILL.md
Plan multi-step work in Trekker before implementation. Use epics, tasks, and dependencies so work survives session resets.
npx skillsauth add obsfx/trekker-codex planningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for work that spans multiple files, requires sequencing, or is likely to continue across sessions.
update_plan only after Trekker is accurate.trekker search "authentication"
trekker epic create -t "User Authentication" -d "JWT login, registration, and session handling"
trekker task create -t "Design auth schema" -d "Users, refresh tokens, and password reset entities" -e EPIC-1 -p 0
trekker task create -t "Implement login endpoint" -d "Credential validation and token issuance" -e EPIC-1 -p 1
trekker dep add TREK-2 TREK-1
Each task description should answer three things:
Before starting a planned task:
trekker dep list TREK-2
trekker task show TREK-2
trekker comment list TREK-2
trekker task update TREK-2 -s in_progress
If the user only wants brainstorming and not committed tracking yet, do not create Trekker items without approval.
development
Use Trekker as the persistent source of truth for tracked work in Codex. Search first, restore context, work one task at a time, and close tasks with summary comments.
development
Keep Trekker as the source of truth while using Codex session planning as a temporary mirror.
documentation
Work through Trekker tasks autonomously by recovering context, selecting ready work, documenting progress, and finishing with clean summaries.
testing
Start tracked work the right way: search first, restore task context, check dependencies, then mark the task in progress.