plugins/pokayokay/skills/work-session/SKILL.md
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 skillsauth add srstomp/pokayokay work-sessionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 implementationverification-before-completion)systematic-debugging)finishing-branch)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 |
| approval-policy.md | Runtime approval defaults for safe pokayokay automation |
| token-budgeting.md | Token/context budgeting rules for agents, skills, parallelism, and handoffs |
| 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 |
development
Git worktree management for isolated task development
testing
Use before claiming work is done, fixed, passing, ready to commit, ready to PR, or ready to mark complete. Requires fresh verification evidence and explicit command output before success claims.
development
Use when designing test architecture, building API test suites, validating API contracts, setting up component or E2E testing, managing test data, debugging flaky tests, reviewing coverage strategy, or organizing test files. Covers test pyramid, mocking (MSW), frontend (React Testing Library, Playwright), and CI integration.
development
Use when diagnosing bugs, failing tests, build failures, unexpected behavior, flaky tests, regressions, or production incidents. Requires reproduction, root cause evidence, one-hypothesis fixes, and regression verification before editing.