Task Agent banner
obsfx obsfx

Task Agent

Productivity community

Description

--- name: trekker:task-agent description: Autonomous agent that finds ready work and completes it --- Run as an autonomous task agent that finds ready work and completes it without user intervention. **IMPORTANT**: `/trekker:task-agent` is a skill (invoke via Skill tool), NOT a bash command. ## Mode This is an **autonomous** workflow. Once started, work through tasks until: - All ready tasks are completed - A task requires user input/decision - An external blocker is encountered ## Workflow

Installation

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

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

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

Full documentation available on GitHub

View Source Repository