hyperflow-status
Hyperflow project status. Use to see current hyperflow state — "what is hyperflow doing", "show task progress", "where are we". Read-only — reports in-flight tasks, memory count, and progress. Never modifies state or runs work.
Allowed Tools
No tools specified
Provided by Plugin
hyperflow
Fifteen specialized slash commands turn one Claude session into a structured multi-agent engineering pipeline. Thinking models orchestrate, triage, and review; worker models execute in parallel — every step is a Worker → Reviewer pair, and every non-trivial phase fans into sub-phases with their own reviewers. Auto-routing is on by default — say 'audit the diff', 'debug this test', 'large migration', or 'run a workflow' and the orchestrator routes to the right skill without the /hyperflow:* prefix. /hyperflow:workflow uses Claude Code dynamic workflows for big tasks and a portable Codex/OpenCode adapter where native workflows are unavailable; /hyperflow:spec asks the questions a senior engineer would; /hyperflow:scope decomposes into a batched task graph; /hyperflow:dispatch fans out persona-stitched workers under tiered review; /hyperflow:amplify rewrites a rough prompt into a high-quality one before you run it. 15 composable personas, 6 adaptive flow profiles, and persistent project memory compound across sessions. Works across Codex App/CLI, Claude Code, OpenCode, and Antigravity.
Installation
This skill is included in the hyperflow plugin:
/plugin install hyperflow@claude-code-plugins-plus
Click to copy
Instructions
hyperflow-status — read-only state (Antigravity single-agent)
One-screen view of hyperflow project state. Read-only — never edits files or runs work. Follow the hyperflow doctrine.
Steps
- Read
.hyperflow/tasks/*.md; for each, report the status block (progress bar, sub-tasks done/total, branch). - Count
.hyperflow/specs/.mdand.hyperflow/audits/.md. - Count
.hyperflow/memory/*entries. - Print a compact summary: active tasks + their progress, spec/audit counts, memory size. If
.hyperflow/is absent, say so and suggesthyperflow-scaffold.
Rules
- Never modify any file. Never dispatch work. Output is a single status block.