nobody-plans-for-pi
Structured planning, TDD, debugging, and code review workflows
All Skills in This Repository (12)
Pure Emerald Level Indicatorsnobody-writes-skills
Create and verify AI skills using a RED-GREEN-REFACTOR cycle.
using-plans-for-nobody
Enforce skill discovery and loading before AI responses in the pi coding agent framework.
nobody-receives-code-review
Evaluate code review feedback with technical verification and evidence-based responses.
nobody-uses-tdd
Enforce the Red-Green-Refactor cycle for feature development and bug fixes.
nobody-executes-plans
Execute implementation plans in batches with user checkpoints and TDD enforcement.
nobody-writes-plans
Generate step-by-step implementation plans for software development tasks.
nobody-requests-code-review
Guide code review with pre-review checklists and delegated subagent review.
nobody-brainstorms
Guide software design through structured dialogue and document final designs.
nobody-uses-git-worktrees
Create isolated Git worktrees for feature development and manage their lifecycle.
nobody-verifies-before-completion
Run verification commands and analyze output before claiming task completion.
nobody-debugs
Guide systematic debugging through reproduction, isolation, root cause analysis, and test-driven fixing.
nobody-finishes-a-development-branch
Guide development branch completion with a structured checklist and integration options.
Frequently Asked Questions
FAQPage SchemaHow to install nobody-plans-for-pi?โผ
Run `npx skills add HashWarlock/nobody-plans-for-pi --all -g -y` in your terminal to install all skills globally.
What does nobody-plans-for-pi do?โผ
It gives your coding agent structured workflows for brainstorming, planning, TDD, debugging, code review, and branch completion. Specialized sub-agents handle scouting, planning, implementation, and review in isolated contexts.
How do the workflow prompts work?โผ
Commands like /implement, /scout-and-plan, and /review chain sub-agents into pipelines, for example scout to planner to worker, so tasks move from exploration to tested code automatically.
Does it enforce test-driven development?โผ
Yes. The TDD skill requires a failing test before any production code, and the verification skill blocks completion claims without fresh test output as evidence.
Which coding agents does it support?โผ
It is built natively for the pi coding agent, and the skills follow the standard SKILL.md format so they can be adapted to other compatible agents.
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