Interview user and create tasks for ralph autonomous loop
Interviews user to define goals and creates structured tasks for autonomous execution via `tt ralph`.
/plugin marketplace add ChrisTowles/towles-tool/plugin install towles-tools@towles-toolInterview the user and create well-structured tasks for autonomous execution via tt ralph.
Use AskUserQuestion to gather:
For codebase questions, use Task with subagent_type=Explore to research existing patterns.
Keep interview focused - 3-5 questions max.
Each task must have:
[Imperative description of what to do]
Context:
- Files: [specific paths to modify]
- Patterns: [reference existing code]
Success Criteria:
- [ ] [Specific outcome]
- [ ] Tests pass: pnpm test
- [ ] Types pass: pnpm typecheck
When complete, output: <promise>TASK_DONE</promise>
Good:
Bad:
AskUserQuestiontt ralph --addTask "Task 1: [full task prompt]"
tt ralph --addTask "Task 2: [full task prompt]"
tt ralph --listTasks
tt ralph to start autonomous execution.