roach-pi
Disciplined coding workflows with goals, reviews, and subagents
All Skills in This Repository (12)
Pure Emerald Level Indicatorsagentic-clarification
Resolve vague user requests through structured clarification and parallel codebase exploration.
agentic-clean-ai-slop
Remove AI-generated code smells while preserving behavior and running tests.
agentic-long-run
Coordinate multi-day milestone projects with checkpoint recovery and gated phases.
agentic-simplify
Automate code-diff reviews with three parallel agents for reuse, quality, and efficiency fixes.
agentic-milestone-planning
Decompose complex multi-day tasks into milestone dependency DAGs.
agentic-plan-crafting
Generate executable task plans from work scopes with file mappings and verification steps.
agentic-brainstorming
Guide structured brainstorming through Q&A to produce a Markdown artifact.
agentic-systematic-debugging
Enforce a reproduce-first, root-cause-first debugging workflow with evidence and verification.
agentic-run-plan
Orchestrate plan execution with worker and validator subagents in dependency order.
agentic-rob-pike
Enforce measurement-first decisions before optimizing software bottlenecks.
agentic-review-work
Verify implemented plans against codebase and test results.
agentic-karpathy
Enforces surgical LLM coding changes with predefined rules and success criteria.
Frequently Asked Questions
FAQPage SchemaHow to install roach-pi?โผ
Run `npx skills add tmdgusya/roach-pi --all -g -y` in your terminal to install all skills in this suite globally.
What does roach-pi do for coding workflows?โผ
It adds a disciplined engineering loop to the pi coding agent: clarify vague requests, execute durable goals, review code, and verify completion before anything ships.
How does roach-pi prevent bad code changes?โผ
It enforces hard rules like reading code before editing, reproducing bugs before fixing, and requiring a verifier PASS before any goal is marked complete.
Can roach-pi run tasks in parallel?โผ
Yes. Its subagent system supports single, parallel, chain, and async modes so independent reviews and explorations run concurrently.
Does roach-pi work without deep technical setup?โผ
Yes. Once installed, you drive it with simple slash commands like /clarify, /goal, and /review while the agent handles the underlying execution.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core