srstomp/pokayokay

An orchestration plugin for Claude Code that enables reliable autonomous development sessions with configurable checkpoints and task management.

2 stars0 forksUpdated Jan 25, 2026
npx skills add srstomp/pokayokay

README

                 __                           __
    ____  ____  / /______ _  __  ______  / /______ ___  __
   / __ \/ __ \/ //_/ __ `/ / / / / __ \/ //_/ __ `/ / / /
  / /_/ / /_/ / ,< / /_/ / / /_/ / /_/ / ,< / /_/ / /_/ /
 / .___/\____/_/|_|\__,_/  \__, /\____/_/|_|\__,_/\__, /
/_/                       /____/                 /____/

pokayokay

AI-assisted development orchestration - A Claude Code plugin that orchestrates AI-assisted development sessions with configurable human oversight, bridging the gap between hands-on control and full automation through skills, hooks, agents, and integration with ohno for task management.

Features

  • PRD to Tasks - Automatically break down requirements into epics, stories, and tasks
  • Orchestrated Sessions - Work across multiple sessions without losing context
  • Human Checkpoints - Choose your autonomy level: supervised, semi-auto, or autonomous
  • Multi-Dimensional Auditing - Verify accessibility, testing, security, docs, and observability
  • 25 Specialized Skills - Route work to domain experts automatically
  • Spike Protocol - Time-boxed investigations with mandatory decisions

Prerequisites

  • Claude Code v1.0.0 or later
  • Node.js v18 or later (for ohno CLI)
  • Git (for version control integration)

Installation

# 1. Add the marketplace (one-time setup)
claude plugin marketplace add srstomp/pokayokay

# 2. Install the plugin
claude plugin install pokayokay@srstomp-pokayokay

Or from inside Claude Code REPL:

/plugin marketplace add srstomp/pokayokay
/plugin install pokayokay@srstomp-pokayokay

Required: ohno MCP Server

Add to your MCP configuration:

{
  "mcpServers": {
    "ohno": {
      "command": "npx",
      "args": ["@stevestomp/ohno-mcp"]
    }
  }
}

Quick Start

# 1. Initialize ohno in your project
npx @stevestomp/ohno-cli init

# 2. Plan from a PRD
/pokayokay:plan docs/prd.md

# 3. View kanban board
npx @stevestomp/ohno-cli serve

# 4. Start working
/pokayokay:work supervised

# 5. Audit completeness
/pokayokay:audit --full

Commands

Core Workflow

CommandDescription
/pokayokay:plan <path>Analyze PRD and create tasks with skill routing
/pokayokay:revise [--direct]Revise existing plan with impact analysis
/pokayokay:work [mode]Start/continue work session (supervised/semi-auto/autonomous)
/pokayokay:audit [feature]Audit feature completeness across 5 dimensions
/pokayokay:reviewAnalyze session patterns and skill effectiveness
/pokayokay:handoffPrepare session handoff with context preservation
/pokayokay:hooksView and manage hook configuration

Ad-Hoc Work

CommandDescription
/pokayokay:quick <task>Create task and immediately start working
/pokayokay:fix <bug>Bug fix with diagnosis workflow
/pokayokay:spike <question>Time-boxed technical investigation
/pokayokay:hotfix <incident>Production incident response

Design & UX

CommandDescription
/pokayokay:ux <task>UX design - user flows, wireframes, interactions
/pokayokay:ui <task>Visual design - typography, color, motion
/pokayokay:persona <task>Create user personas and journey maps
/pokayokay:a11y <target>Accessibility audit (WCAG 2.2 AA)
/pokayokay:marketing <page>Marketing and landing pages

Development

CommandDescription
/pokayokay:api <task>API design - REST/GraphQL patterns
/pokayokay:arch <area>Architecture review and refactoring
/pokayokay:db <task>Database schema and migrations
/pokayokay:test <task>Testing strategy and implementation
/pokayokay:integrate <api>Third-party API integration
/pokayokay:sdk <task>SDK creation and extraction

Infrastructure & Quality

CommandDescription
/pokayokay:cicd <task>CI/CD pipeline creation and optimization
/pokayokay:security <area>Security audit and vulnerability scanning
/pokayokay:observe <task>Logging, metrics, and tracing

Research & Documentation

CommandDescription
/pokayokay:research <topic>Extended technical research
/pokayokay:docs <task>Technical documentation

Skills

The plugin includes 26 specialized skills that are automatically loaded based on task type:

Design & UX

  • ux-design - User flows, wireframes, information architecture
  • aesthetic-ui-designer - Visual design, typography, color systems
  • persona-creation - User research and persona development
  • accessibility-auditor - WCAG 2.2 compliance

Backend & API

  • api-design - REST/GraphQL endpoint design
  • api-integration - Third-party API consumption
  • database-design - Schema design, migrations, optimizat

...

Read full README

Publisher

srstompsrstomp

Statistics

Stars2
Forks0
Open Issues1
CreatedJan 15, 2026