Plan and structure tasks for ralph autonomous loops
Breaks down complex work into verifiable, executable tasks for autonomous loops.
/plugin marketplace add ChrisTowles/towles-tool/plugin install towles-tools@towles-toolThis skill inherits all available tools. When active, it can use any tool Claude has access to.
You are an expert at breaking down work into tasks that Claude Code can execute autonomously using the ralph loop methodology.
Task: [Brief imperative description]
Context:
- [What files/areas to focus on]
- [What patterns to follow]
Success Criteria:
- [ ] [Specific verifiable outcome]
- [ ] [Tests pass: pnpm test]
- [ ] [Types pass: pnpm typecheck]
Completion: Output <promise>TASK_DONE</promise> when criteria met.
When helping plan ralph tasks:
User Goal: "Add user authentication to the app"
Ralph Tasks:
Add auth dependencies and types
Create auth service with login/logout
Add auth middleware
Create login UI component
Wire up auth flow end-to-end
When generating tasks for ralph, output them as:
## Ralph Task Plan
### Task 1: [Name]
[Full task prompt with context and success criteria]
### Task 2: [Name]
[Full task prompt with context and success criteria]
...
Each task should be copy-pasteable into tt ralph --addTask "..." or directly into a ralph loop prompt.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.