What problem does it solve?
Task intake for implementation and bug-fix assignments. Activates when the user says "/intake", "here's your task", "implement this", "fix this bug", "there's a bug", or provides a task reference (step number, PR, doc path) with instruction to understand before coding. The agent reads all referenced documents and explores the codebase, then demonstrates understanding in a structured playback before auto-transitioning to plan mode. For bug fixes, the playback includes a proposed failing test that proves the broken behavior. Prevents guessing, spec rewriting, and premature implementation.
Core Features & Use Cases
- Activates on explicit task intake commands to capture intent and context.
- Reads referenced documents and explores the codebase to form a grounded understanding.
- Demonstrates understanding via structured playback and transitions to plan mode, with optional failing test for bugs.
- Prevents guessing, spec rewriting, and premature implementation.
Quick Start
Provide a task reference or explicit task description to initiate the intake process.