hyper-auto

Chain hyper-plan-loop into hyper-implement-loop for end-to-end code execution.

3|Updated May 10, 2026
One-click install
npx skills add https://github.com/zeikar/hyperclaude --skill hyper-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyper-auto
Source: https://github.com/zeikar/hyperclaude/tree/main/skills/hyper-auto
Command: npx skills add https://github.com/zeikar/hyperclaude --skill hyper-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of manually coordinating a two-phase workflow where a generated plan must be hardened and then executed safely into working code.

Core Features & Use Cases

  • One-gesture chained pipeline: runs hyper-plan-loop until it converges, then immediately runs hyper-implement-loop on the produced plan.
  • Safety boundary on plan quality: stops at terminal states such as cap-reached to avoid wasting the implement budget on a known-broken plan.
  • Audit-friendly reporting: returns the final terminal facts from both phases, with one composed-flow exception to avoid duplicate “next step” guidance.

Quick Start

Run /hyperclaude:hyper-auto with your task description to complete plan-harden and implement-harden in a single go.

Frequently Asked Questions about hyper-auto

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

FAQPage Schema
How do I automate the plan review and code implementation workflow in Claude Code?

Automating the plan review and code implementation workflow involves chaining the plan-harden and implement-harden phases into a single pipeline. This Skill runs a plan loop until it converges and then immediately executes the implementation loop on the produced plan.

What is the best way to run end-to-end code implementation from a task prompt without manual re-invocation?

To run end-to-end code implementation without manual re-invocation, use a chained agent pipeline. It automatically transitions from hardening a generated plan to executing reviewed, updated code in a single gesture.

Does the orchestrated agent pipeline stop if the plan review hits a cap or terminal failure?

Yes, the orchestrated pipeline stops without proceeding if the plan review hits a cap or terminal failure. This safety boundary prevents wasting the implementation budget on a known-broken plan.

Do I need to enable agent teams to run the chained plan and implement loops?

Yes, you must enable agent teams to run the chained loops. The environment requires setting CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 before execution.

When should I not use an automated two-phase developer workflow for code implementation?

You should not use an automated two-phase developer workflow if you need to inspect the generated plan before execution. This pipeline is designed for scenarios where users want full end-to-end execution and either do not need to inspect the plan or want to avoid manual steps.

How does the automated pipeline report terminal facts from the plan and implement phases?

The automated pipeline reports terminal facts by returning the final terminal states from both phases. It uses a composed-flow exception to avoid duplicate next step guidance, ensuring audit-friendly reporting.