Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By srstomp
Orchestrate AI-powered dev workflows to audit code completeness across accessibility/testing/docs/security/observability, create/optimize CI/CD pipelines, design/review DB schemas with ERDs/migrations, generate tests/docs/API integrations/SDKs, perform research/spikes, and refine tasks via codebase exploration with tracking, skill routing, and execution hooks.
npx claudepluginhub srstomp/pokayokay --plugin pokayokayDesign RESTful APIs with consistent patterns
Review architecture and plan refactoring
Audit feature completeness and identify gaps
Create, debug, or optimize CI/CD pipelines
Design database schemas and migrations
- Model: haiku
You are being dispatched by the coordinator to refine an ambiguous task before implementation begins.
You are being dispatched by the coordinator to review the implementation approach for a task BEFORE the implementer begins coding. Your output becomes the implementer's blueprint.
You are being dispatched by the coordinator to implement a specific task. Read the details below carefully and ask questions if anything is unclear before proceeding.
When dispatching multiple implementers in parallel, use a SINGLE message with multiple Task tool calls.
Use when designing new REST APIs, reviewing API designs, establishing API standards, designing request/response formats, pagination, versioning, authentication flows, or creating OpenAPI specifications.
Use when consuming external APIs, integrating third-party services, generating type-safe API clients, implementing authentication flows, or working with OpenAPI/Swagger, GraphQL, or REST specs. TypeScript-primary with language-agnostic patterns.
Use when auditing project structure, planning refactors, improving code organization, analyzing dependencies and module boundaries, or identifying structural issues. TypeScript/JavaScript-primary with language-agnostic patterns.
Automatically verify UI changes in a real browser after implementation. Integrated into the /work workflow — checks visual elements, interactions, and console errors using Playwright. Not a standalone skill.
Use when creating or debugging CI/CD pipelines, implementing deployment strategies (blue-green, canary, rolling), optimizing build times, reviewing pipeline security, or working with GitHub Actions, GitLab CI, CircleCI, Azure DevOps, or Bitbucket Pipelines.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
Spec-driven development for big features. When features get too big, plan mode gets too vague—leading to hallucinations during implementation. ShipSpec replaces vague plans with structured PRDs, technical designs, and ordered tasks that keep Claude grounded.
Autonomous development methodology: PRD interviews → agent execution → automated review
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
Specification-driven development workflow: specify → plan → tasks → implement
Professional copywriting skills library for Claude Code: persuasion frameworks, domain patterns, and anti-slop quality enforcement across marketing, email, UX, editorial, brand, sales, social, and conversion copy
__ __
____ ____ / /______ _ __ ______ / /______ ___ __
/ __ \/ __ \/ //_/ __ `/ / / / / __ \/ //_/ __ `/ / / /
/ /_/ / /_/ / ,< / /_/ / / /_/ / /_/ / ,< / /_/ / /_/ /
/ .___/\____/_/|_|\__,_/ \__, /\____/_/|_|\__,_/\__, /
/_/ /____/ /____/
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.
The easiest way to install is with the setup wizard:
npx pokayokay
This interactive wizard will:
Run npx pokayokay doctor anytime to verify your 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
Add to your MCP configuration (~/.claude/settings.json):
{
"mcpServers": {
"ohno": {
"command": "npx",
"args": ["@stevestomp/ohno-mcp"]
}
}
}
npx @stevestomp/ohno-cli init
# 1. Run setup wizard (if not done already)
npx pokayokay
# 2. Restart Claude Code to activate MCP server
# 3. Plan from a PRD
/pokayokay:plan docs/prd.md
# 4. View kanban board
npx @stevestomp/ohno-cli serve
# 5. Start working
/pokayokay:work supervised
# 6. Audit completeness
/pokayokay:audit --full
| Command | Description |
|---|---|
/pokayokay:plan [--headless] [--review] <path> | Analyze PRD and create tasks with skill routing |
/pokayokay:revise [--direct] | Revise existing plan with impact analysis |
/pokayokay:work [mode] [-n N] | Start/continue work session (supervised/semi-auto/auto/unattended) |
/pokayokay:audit [feature] | Audit feature completeness across 5 dimensions |
/pokayokay:review | Analyze session patterns and skill effectiveness |
/pokayokay:handoff | Prepare session handoff with context preservation |
/pokayokay:hooks | View and manage hook configuration |
/pokayokay:worktrees | List, cleanup, switch, or remove worktrees |
| Command | Description |
|---|---|
/pokayokay:quick <task> | Create task and work inline (no agents) |
/pokayokay:fix [--thorough] <bug> | Bug fix with diagnosis + light pipeline (--thorough for full) |
/pokayokay:spike <question> | Time-boxed technical investigation |
/pokayokay:hotfix <incident> | Production incident response |
| Command | Description |
|---|---|
/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 |
| Command | Description |
|---|---|
/pokayokay:cicd <task> | CI/CD pipeline creation and optimization |
/pokayokay:security <area> | Security audit and vulnerability scanning |
/pokayokay:observe <task> | Logging, metrics, and tracing |
| Command | Description |
|---|---|
/pokayokay:research <topic> | Extended technical research |
/pokayokay:docs <task> | Technical documentation |
The plugin includes 21 specialized skills loaded on demand via commands or planner routing: