task-agent

Coordinate Trekker task lifecycles with context recovery and progress updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recover and manage Trekker tasks by automatically reconstructing context from search results, history, and in_progress items, selecting the next actionable task, and recording progress toward completion.

Core Features & Use Cases

  • Context recovery from search results, recent history, and in_progress tasks to surface the most relevant work.
  • Automatic selection of a ready task or resumption of the active one to maintain momentum.
  • Progressive updates and clean completion summaries to capture outcomes and next steps.
  • Use Case: When a project has multiple interdependent tasks, run the skill to pick the next unblocked item, update its status to in_progress, and finish with a concise summary when completed.

Quick Start

Tell Codex to take over the current project tasks and begin with the ready task using trekker ready.

Frequently Asked Questions about task-agent

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

FAQPage Schema
How do I automate task management for projects with multiple dependencies?

Automating task management involves recovering project context and selecting ready work to drive progression. This skill coordinates end-to-end task lifecycles by identifying unblocked items, updating statuses, and documenting progress automatically.

How do I recover context for in_progress tasks after an interruption?

Recovering context for in_progress tasks requires reconstructing previous state from search results and history. The skill automatically surfaces relevant work by pulling recent history and active items to maintain project momentum.

What is the best way to select the next actionable task in an interdependent workflow?

Selecting the next actionable task means evaluating dependencies to find unblocked work. The skill uses deterministic workflow rules and discovery commands like trekker ready to identify and resume the most relevant task automatically.

Can I use this task automation skill without any external dependencies?

Yes, you can use this task automation skill without external dependencies. It operates independently to enforce deterministic workflow rules, manage context recovery, and generate clean completion summaries within the Trekker environment.

How do I track task progression and document completion summaries automatically?

Tracking task progression and documenting summaries requires progressive updates during execution. The skill records progress toward completion and generates concise outcome summaries, capturing next steps when the active task is finished.