HUNT

Execute plan phases with HITL gates and manifest-driven state management.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/theLightArchitect/CORSO --skill hunt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: HUNT
Source: https://github.com/theLightArchitect/CORSO/tree/main/skills/HUNT
Command: npx skills add https://github.com/theLightArchitect/CORSO --skill hunt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end build phases with human-in-the-loop gates, manifest state management, and scratchpad-backed recovery to maintain robust software delivery under Claude Code orchestration.

Core Features & Use Cases

  • Phase-based execution with HITL phase gates and per-phase domain context
  • Manifest loading, scratchpad persistence, and session recovery across crashes
  • Parallel and intra-phase task wave scheduling to optimize agent time
  • Live task board integration via Claude Code for visibility and governance
  • Kill switch and abort mechanisms for safe stop

Quick Start

Invoke /HUNT to load an approved plan, then execute phases under HITL governance with manifest and scratchpad recovery.

Frequently Asked Questions about HUNT

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute multi-phase build plans with human-in-the-loop gates in Claude Code?

You execute multi-phase build plans with human-in-the-loop gates in Claude Code by loading an approved plan and running phases under HITL governance, using manifest-driven state management and scratchpad-based recovery to maintain robust software delivery.

What is manifest-driven state management for workflow orchestration?

Manifest-driven state management for workflow orchestration tracks phase decomposition and task waves, persisting execution state to enable session recovery across crashes and provide live task-board integration for visibility and governance.

How do I recover an interrupted plan execution session after a crash?

To recover an interrupted plan execution session after a crash, the workflow orchestration system uses scratchpad persistence and manifest loading to restore the exact execution state, allowing you to resume the build cycle from the last completed task wave.

Does Claude Code support parallel and intra-phase task wave scheduling for build cycles?

Yes, Claude Code supports parallel and intra-phase task wave scheduling for build cycles, optimizing agent time by executing concurrent tasks within phase boundaries while maintaining governance through HITL phase gates and kill switch abort mechanisms.

Can I abort a running plan execution and safely stop multi-domain task waves?

You can abort a running plan execution and safely stop multi-domain task waves using built-in kill switch and abort mechanisms, which halt the workflow orchestration immediately while preserving the current scratchpad and manifest state for recovery.

What is the best way to govern phase decomposition across multi-domain build cycles?

The best way to govern phase decomposition across multi-domain build cycles is applying per-phase domain context with HITL gates, ensuring quality gates are satisfied before progressing to the next task wave or plan fork.