Orchestrates long-running AI development sessions with human checkpoint control. Uses ohno for task management, manages progress tracking, routes work to appropriate skills, and implements supervised/semi-auto/autonomous modes. Use this skill when starting work sessions, resuming interrupted work, or managing multi-session projects.
View on GitHubsrstomp/pokayokay
pokayokay
January 23, 2026
Select agents to install to:
npx add-skill https://github.com/srstomp/pokayokay/blob/main/plugins/pokayokay/skills/project-harness/SKILL.md -a claude-code --skill project-harnessInstallation paths:
.claude/skills/project-harness/# Project Harness Orchestrate AI-assisted development with configurable human control. ## Core Concept This skill bridges the gap between fully manual Claude Code sessions and runaway autonomous agents. It provides structured handoffs between sessions while giving you control over when to intervene. **Integrated with [ohno](https://github.com/srstomp/ohno)** for task management via MCP. ``` ┌─────────────────────────────────────────────────────────────┐ │ SESSION START │ │ │ │ │ ▼ │ │ ┌──────────────────────┐ │ │ │ ohno: get_session_ │ │ │ │ context() │ │ │ └──────────┬───────────┘ │ │ │ │ │ ┌──────────────────────┐ │ │ │ ohno serve │◄── Browser access │ │ └──────────┬───────────┘ │ │ │ │ │ ┌──────────────────────┐ │ │ │ ohno: get_next_task()│ │ │ └──────────┬───────────┘ │ │ │ │ │ ┌──────────────────────┐ │ │ │ Route to skill │ │ │ └──────────┬───────────┘ │ │ │ │ │ ┌──────────────────────┐ │ │ │ CHECKPOINT (by mode) │◄── Human decision │ │ └──────────┬───────────┘ │ │ │ │ │