What problem does it solve?
This Skill addresses the challenge of context contamination in sequential AI task processing by ensuring each task phase operates with a fresh, isolated context, preventing degradation of attention and ensuring learnings are captured.
Core Features & Use Cases
- Isolated Subagent Spawning: Mandates the use of the Task tool to spawn a subagent for every single task, guaranteeing context isolation.
- Phase-Specific Processing: Supports distinct processing phases (extract, create, enrich, reflect, reweave, verify) with tailored prompts and tool usage for each.
- Serial and Parallel Modes: Offers both serial processing for up to N tasks and parallel processing for concurrent claim handling with up to 5 workers.
- Dry Run and Filtering: Allows for dry runs to preview actions and filters tasks by batch or type.
- Use Case: Imagine a content generation pipeline where new claims need to be extracted, notes created, enriched, connected to existing knowledge, and finally verified. Ralph ensures each step is handled independently, maintaining high quality and capturing specific learnings at each stage.
Quick Start
Process up to 5 tasks from the queue using the ralph skill.