From pokayokay
Use when starting AI development sessions, resuming interrupted work, managing multi-session projects, or orchestrating work with human checkpoint control (supervised, semi-auto, auto, or unattended modes).
npx claudepluginhub srstomp/pokayokay --plugin pokayokayThis skill uses the workspace's default tool permissions.
Orchestrate AI-assisted development with configurable human control, using ohno for task management via MCP.
eval-log.mdeval.jsonreferences/anti-patterns.mdreferences/bug-fix-pipeline.mdreferences/checkpoint-types.mdreferences/error-recovery.mdreferences/hook-integration.mdreferences/ohno-integration.mdreferences/operating-modes.mdreferences/parallel-execution.mdreferences/pre-flight-checks.mdreferences/session-protocol.mdreferences/skill-routing.mdreferences/subagent-dispatch.mdreferences/worktree-management.mdProvides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Orchestrate AI-assisted development with configurable human control, using ohno for task management via MCP.
planning to create epics/stories/tasks before starting sessions/quick for simple tasks that don't need the full subagent pipelineplan-revision to modify scope, dependencies, or task hierarchyspike for time-boxed investigation before committing to implementationnpx @stevestomp/ohno-cli initget_session_context()get_next_task()| Mode | Task Complete | Story Complete | Epic Complete |
|---|---|---|---|
| supervised | PAUSE | PAUSE | PAUSE |
| semi-auto | log | PAUSE | PAUSE |
| auto | skip | log | PAUSE |
| unattended | skip | skip | skip |
| Reference | Description |
|---|---|
| subagent-dispatch.md | Coordinator vs implementer roles, dispatch mechanics |
| session-protocol.md | Session start/end checklists, MCP workflow |
| checkpoint-types.md | PAUSE, REVIEW, NOTIFY checkpoint patterns |
| skill-routing.md | Task type to skill mapping |
| operating-modes.md | Supervised, semi-auto, auto, unattended details |
| worktree-management.md | Setup, completion, merge/PR workflows |
| parallel-execution.md | Parallel Execution: benefits, tradeoffs, dependency handling |
| hook-integration.md | Work loop with hooks, mode-specific behavior |
| ohno-integration.md | MCP tools and CLI commands reference |
| error-recovery.md | Build failures, blocked tasks |
| anti-patterns.md | Common mistakes and fixes |
| bug-fix-pipeline.md | Agent pipeline for /fix --thorough and /hotfix commands |
| pre-flight-checks.md | Checks run before unattended/headless sessions |