Your AI development
team, one command away.
pokayokay turns Claude Code into a structured team of 13 specialized agents that plan, implement, and review your features across sessions — with parallel execution, worktree isolation, and two-stage review built in.
npx pokayokay
Star on GitHub Claude Code forgets.
pokayokay remembers.
Every session starts from scratch. Context is lost. Tests are skipped. pokayokay chains sessions, tracks progress, and verifies every commit.
Three commands.
From PRD to production.
Plan
Feed a PRD. Get structured epics, stories, and tasks with dependency chains and skill routing.
Work
Dispatch agents in parallel. Each task gets a fresh context, worktree isolation, and two-stage review.
Audit
Verify completeness across 5 named dimensions. Know it's done before you merge.
You set the dial.
Start hands-on. Dial up autonomy as trust builds. Four levels, from full control to fully autonomous.
Supervised
Pauses after every task. You review everything before it continues.
First-time setupSemi-Auto
Auto-continues within stories. Pauses at story boundaries for your review.
RecommendedAuto
Chains sessions automatically. Only pauses when an entire epic is complete.
Large migrationsUnattended
Fully autonomous. Chains, reviews, continues until all work is done.
CI/CD pipelinesBuilt for how Claude Code actually works.
Each task gets a fresh context window. Skills route domain knowledge. Sessions chain automatically when context fills.
Parallel Dispatch
Run up to 5 agents simultaneously. Dependency graph prevents unsafe parallelization.
Worktree Isolation
Features and bugs run in isolated git worktrees. Same-story tasks share a worktree.
Two-Stage Review
Every task passes adversarial spec review, then code quality review. Both must PASS.
Session Chaining
When context fills, sessions chain automatically. Handoff preserves progress and WIP state.
13 agents. 21 skills.
One orchestrated pipeline.
Each agent runs in its own context window with enforced constraints. Read-only agents can't modify files. Haiku agents cut costs 5-10x for exploration.
Skills loaded on demand
One plugin, every workflow.
20 commands organized by intent. From quick fixes to multi-day research — each command routes to the right skills and agents.
/plan Analyze PRD, create task breakdown /work Start work session with mode selection /audit Verify across 5 dimensions /review Analyze session patterns /handoff Prepare context for next session /quick Inline task, no agents needed /fix Bug diagnosis + fix pipeline /spike Time-boxed investigation /hotfix Production incident response /api REST/GraphQL design /arch Architecture review /db Schema & migrations /test Testing strategy /integrate Third-party API integration /sdk SDK creation & extraction /cicd CI/CD pipelines /security OWASP vulnerability scan /observe Logging, metrics, tracing /docs Technical documentation /research Extended investigation Before you start
- Requires Claude Code v1.0+ — pokayokay is a plugin, not standalone
- Uses ohno MCP for task tracking — npx pokayokay handles all setup
- Best for multi-step features — for quick one-offs, use /pokayokay:quick
- Open-source and evolving — MIT licensed, contributions welcome