Documentation
README
Planning Phase
You are in the planning phase of an agtx-managed task.
Input
The argument to this command is a task ID. Fetch the task description using the agtx MCP tool:
mcp__agtx__get_task(task_id: "<the id passed to this command>")
Use the description field as the task to work on. Also check for .agtx/research.md if a research phase was completed first.
Instructions
- Fetch the task description via
get_task - If
.agtx/research.mdexists, read it for prior analysis - Explore the codebase to understand relevant files, patterns, and architecture
- Identify all files that need to be created or modified
- Create a detailed implementation plan
Output
This is the opening of the README. Read the full README on GitHub.