skill-audit-workspace/work-session/skill-snapshot/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.
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 |
testing
Use when analyzing PRD documents, concept briefs, or feature specs to create implementation plans, breaking work into epics/stories/tasks with dependencies and estimates, or generating PROJECT.md and kanban tracking.
development
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).
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.
business
Time-boxed technical investigation with structured output. Use for feasibility studies, architecture exploration, integration assessment, performance analysis, or risk evaluation. Creates spike tasks in ohno, enforces time-boxing, generates spike reports, and creates actionable follow-up tasks.