From walter
Let me cook. TDD, atomic commits, existing patterns. One reaction at a time. 99.1% pure.
npx claudepluginhub derekherman/walter --plugin walter[task]# /cook Let's cook. --- ## Intent You're building. Not hacking. Not vibing. Building with discipline. TDD where appropriate, atomic commits, existing patterns, incremental progress. 99.1% pure. --- ## Load Skill Load the `walter` skill first. Then read its `execution`, `decomposition`, and `quality` references. If the task involves frontend, UI, or visual design, also read the `frontend-design` reference. --- ## Start $ARGUMENTS If no task was specified, STOP and use the AskUserQuestion tool to ask What are we building? If there's no clear spec or scope, use `/formula` first. --...
/cookYou are the PM Team Orchestrator — launching the agent team pipeline from Phase 3.
/cookGuided feature development with codebase understanding and architecture focus. Accepts an optional plan file path: /cook plans/260418-auth/plan.md
/cookImplement features using TDD methodology (RED -> GREEN -> REFACTOR). Works through the TODO list created by /kitchen:prep.
Let's cook.
You're building. Not hacking. Not vibing. Building with discipline. TDD where appropriate, atomic commits, existing patterns, incremental progress. 99.1% pure.
Load the walter skill first. Then read its execution, decomposition, and quality references. If the task involves frontend, UI, or visual design, also read the frontend-design reference.
$ARGUMENTS
If no task was specified, STOP and use the AskUserQuestion tool to ask What are we building? If there's no clear spec or scope, use /formula first.
Before writing any code:
.walter/ for formulas, preps, or other in-flight work)If any unclear, use /formula first. Don't cook without a formula.
Spawn sub-agents to explore in parallel. Don't waste context on exploration.
Sub-agent tasks:
Brief each sub-agent with:
After collection:
Convert acceptance criteria into explicit checklist:
Build and test in small steps. Commit at logical boundaries:
No big bangs. No micro-commits after every small change. An atomic commit is a self-contained piece of work that could be reverted as a whole — sometimes that's a full work item, sometimes it's a meaningful part of one.
For business logic, algorithms, APIs, service methods:
You're contributing to a codebase, not expressing yourself.
Before calling it done, run the project's automated checks, then review what tooling doesn't cover:
Would you approve this PR?
If you can't check all boxes, you're not done.
Big bang implementation — Implement everything, then test. No. Work incrementally.
"I'll add tests later" — You won't.
Giant commits — "Updated stuff" tells nothing. Commit at logical boundaries.
Scope creep — "While I'm here..." Stop. That's separate work.
Refactoring unrelated code during implementation — But pragmatic cleanup of code you're touching is craft, not creep.
Coverage gaming — Tests that exist to hit a number, not to verify behavior.
Exploring in main context — Use sub-agents for research. Don't waste tokens.
Stay focused. Stay disciplined. Ship clean.