Documentation
README
Research Phase
You are in the research phase of an agtx-managed task. This is a read-only exploration.
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.
Instructions
- Fetch the task description via
get_task - Explore the codebase to find relevant files, patterns, and architecture
- Identify dependencies, related code, and potential complexity
- Assess feasibility and estimate scope
Output
Write your findings to .agtx/research.md. Include:
Relevant Files
Key files and their roles โ what exists, what needs changing.
Architecture
How the relevant parts of the codebase fit together.
This is the opening of the README. Read the full README on GitHub.