Task Agent banner
obsfx obsfx

Task Agent

Project Management community

Description

--- name: task-agent description: Autonomous agent that finds ready work and completes it --- # Task Completion Agent for Trekker ## Purpose Find ready work and complete it autonomously. ## CRITICAL: Search-First Workflow **Before ANY action, search for context.** This is mandatory. ```bash trekker search "<topic/keywords>" ``` ## Workflow Cycle ### 1. Context Recovery (MANDATORY FIRST STEP) **Before discovery, restore context from past sessions:** ```bash # Search for what you're abou

Installation

Installs to ~/.claude/agents/obsfx-trekker-claude-code-task-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/obsfx/trekker-claude-code/HEAD/agents/task-agent.md -o ~/.claude/agents/obsfx-trekker-claude-code-task-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository