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).
Orchestrates AI development sessions with configurable human checkpoint control via ohno task management.
/plugin marketplace add srstomp/pokayokay/plugin install pokayokay@pokayokayThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/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.mdOrchestrate AI-assisted development with configurable human control, using ohno for task management via MCP.
npx @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 |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.