planning

Plan multi-step work in Trekker using epics, tasks, and dependencies.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/obsfx/trekker-codex --skill planning-obsfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning
Source: https://github.com/obsfx/trekker-codex/tree/main/skills/planning
Command: npx skills add https://github.com/obsfx/trekker-codex --skill planning-obsfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan multi-step work in Trekker before implementation. Use epics, tasks, and dependencies so work survives session resets.

Core Features & Use Cases

  • Grid out work using epics for major features and breakdown tasks for actionable steps.
  • Establish dependencies to enforce execution order and preserve context across sessions.
  • Use session-aware updates to mirror current progress into Trekker plan after validation.

Quick Start

Plan multi-step work in Trekker by creating epics, tasks, and dependencies for the next feature.

Frequently Asked Questions about planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan multi-step work in Trekker so it survives session resets?

Plan multi-step work in Trekker by structuring epics, tasks, and dependencies to ensure continuity. Group major features into epics, break them into actionable tasks, and declare dependencies so your plan persists across session resets.

When should I use epics and dependencies to structure my workflow?

Use epics and dependencies when your workflow involves multi-step features requiring strict execution order. Epics group related work into manageable units, while dependencies enforce task sequence and preserve context across sessions.

How do I break down a large feature into actionable tasks in Trekker?

Break down a large feature by first creating an epic to represent it, then defining independent actionable tasks underneath. Apply search-first planning before structuring these tasks to ensure accurate and complete work breakdown.

Can I record task dependencies to enforce execution order in Trekker?

Yes, you can record task dependencies to enforce execution order in Trekker. Declaring dependencies maintains execution sequence and preserves context across session resets, ensuring tasks are completed in the correct logical order.

Does this planning workflow require search-first planning before creating tasks?

Yes, search-first planning is required before breaking work into epics and tasks. This approach ensures you gather necessary context first, allowing you to create independent tasks and accurately declare dependencies for your Trekker plan.

What is the best way to maintain plan continuity across multiple Trekker sessions?

The best way to maintain plan continuity across multiple Trekker sessions is to structure work using epics, create independent tasks, and explicitly declare dependencies. Session-aware updates then mirror current progress into your plan after validation.