hyper

Route user goals to the correct Hyper phase by inspecting .hyper state.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/galatanovidiu/hyper7 --skill hyper-galatanovidiu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyper
Source: https://github.com/galatanovidiu/hyper7/tree/main/skills/hyper
Command: npx skills add https://github.com/galatanovidiu/hyper7 --skill hyper-galatanovidiu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route user goals to the correct Hyper phase by inspecting the current .hyper state and dispatching to the matching phase skill. It coordinates pauses, resumes, and new task creation, ensuring each action proceeds through the proper phase (explore, plan, implement, verify, docs) with gate-controlled prompts when needed.

Core Features & Use Cases

  • Centralized orchestration: decides whether to create, resume, or prompt, and dispatches to the appropriate hyper- phase skill.
  • State-aware routing: reads the .hyper task state, archive, and artifacts to determine the next steps.
  • Gate-driven flow: handles approvals and input gates to coordinate multi-turn work across phases.

Quick Start

Provide a clear goal and I will route it through the Hyper workflow to start or resume work.

Frequently Asked Questions about hyper

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

FAQPage Schema
How do I orchestrate structured AI workflows with state machine task management?

Orchestrate structured AI workflows by inspecting the current .hyper state and routing goals to the correct phase skill. This coordinates pauses, resumes, and gate-controlled prompts across explore, plan, implement, verify, and docs phases.

What is gate-driven phase dispatch for multi-turn AI task management?

Gate-driven phase dispatch is a workflow mechanism that handles approvals and input gates to coordinate multi-turn work across explore, plan, implement, verify, and docs phases, ensuring safe state transitions based on the official data model.

How do I resume paused AI tasks and manage active workflow state?

Resume paused AI tasks by reading the active .hyper task state, artifacts, and archive to determine the next steps. The orchestrator safely routes resumes through the proper phase and handles new task creation or deferral.

Does this task-management orchestrator require a specific state file format?

Yes, the orchestrator requires a .hyper state file to route goals correctly. It reads the .hyper task state, archive, and artifacts to make state-aware routing decisions and dispatch to the matching phase skill.

What is the best way to coordinate pauses and new task creation in an AI workflow?

The best way to coordinate pauses and new task creation is using a centralized orchestrator that inspects the current state and dispatches actions through proper phases with gate-controlled prompts, ensuring safe transitions and archive processing.