planning
Use Trekker to plan and track multi-step tasks BEFORE starting implementation.
What this skill does
# Planning with Trekker **Before starting any multi-step task, break it down in Trekker FIRST.** This ensures: - Work is tracked and resumable - Dependencies are explicit - Progress is visible across sessions - Context survives resets ## When to Plan in Trekker Use this workflow when: - Task has 3+ steps - Work spans multiple files - Implementation requires specific order - Task might take more than one session - User asks for a feature/fix that isn't trivial ## Planning Workflow ### Step 1: Search for Related Work ```bash # ALWAYS search first - previous work may exist trekker search "<what you're about to do>" ``` ### Step 2: Create Epic (if substantial) For features with multiple tasks: ```bash trekker epic create -t "Feature: User Authentication" \ -d "JWT-based auth with login, registration, and session management" ``` ### Step 3: Break Down into Tasks Create atomic, completable tasks: ```bash # Each task should be independently completable trekker task create -t "Create User model with email/password" \ -d "Define User schema with bcrypt password hashing" \ -e EPIC-1 -p 1 trekker task create -t "Implement login endpoint" \ -d "POST /api/auth/login - validate credentials, return JWT" \ -e EPIC-1 -p 1 trekker task create -t "Implement registration endpoint" \ -d "POST /api/auth/register - create user, hash password" \ -e EPIC-1 -p 1 ``` ### Step 4: Set Dependencies Make execution order explicit: ```bash # Login depends on User model trekker dep add TREK-2 TREK-1 # Registration depends on User model trekker dep add TREK-3 TREK-1 ``` ### Step 5: Mirror to TodoWrite After Trekker is set up, create matching todos: ``` TaskCreate for each Trekker task Set blockedBy relationships matching Trekker deps ``` ## Task Quality Rules ### Good Task Titles ``` BAD: "Fix bug" GOOD: "Fix null pointer in UserService.getById when user not found" BAD: "Add feature" GOOD: "Add email validation to registration form" ``` ### Good Descriptions Every task MUST answer: - **What**: Specific action to take - **Why**: Problem being solved - **Where**: Files/components involved ## Execution Order 1. Check dependencies: `trekker dep list TREK-n` 2. Verify blockers resolved 3. Start task: `trekker task update TREK-n -s in_progress` 4. Update TodoWrite status 5. Do the work 6. Add checkpoint comments during work 7. Complete with summary ## Before Context Reset If context is about to reset: ```bash trekker comment add TREK-n -a "claude" -c "Checkpoint: Done: [what's complete] Next: [what's remaining] Files: [modified files] State: [any important context]" ``` ## Example: Planning a Feature User: "Add user authentication to the API" ```bash # 1. Search first trekker search "authentication" trekker search "login" # 2. Create epic trekker epic create -t "User Authentication System" \ -d "JWT-based auth with login, registration, password reset" # 3. Create tasks trekker task create -t "Design auth database schema" \ -d "Users table, refresh tokens, password reset tokens" -e EPIC-1 -p 0 trekker task create -t "Implement User model" \ -d "Drizzle schema with bcrypt password hashing" -e EPIC-1 -p 1 trekker task create -t "Create auth middleware" \ -d "JWT verification middleware for protected routes" -e EPIC-1 -p 1 trekker task create -t "Implement login endpoint" \ -d "POST /auth/login - credential validation, JWT generation" -e EPIC-1 -p 1 trekker task create -t "Implement registration endpoint" \ -d "POST /auth/register - user creation with validation" -e EPIC-1 -p 1 trekker task create -t "Add auth tests" \ -d "Unit tests for auth service, integration tests for endpoints" -e EPIC-1 -p 2 # 4. Set dependencies trekker dep add TREK-2 TREK-1 # Model depends on schema trekker dep add TREK-3 TREK-2 # Middleware depends on model trekker dep add TREK-4 TREK-2 # Login depends on model trekker dep add TREK-5 TREK-2 # Register depends on model trekker dep add TREK-6 TREK-4 # Tests depend on login trekker dep add TREK-6 TREK-5 # Tests depend on register # 5. Mirror to TodoWrite with same structure ``` ## Key Principle > Plan in Trekker FIRST, then execute. Never start coding multi-step work without a Trekker plan.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.