Hypo-Workflow for Claude Code. The plugin namespace is intentionally `hw` so existing workflow skills surface as /hw:* commands.
npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwInternal legacy dashboard launcher removed from the active command surface.
Initialize or rescan a Hypo-Workflow project when the user wants architecture-aware setup before planning or execution.
Inspect and maintain Hypo-Workflow Knowledge Ledger records, indexes, compact summaries, and secret references under `.pipeline/knowledge/`.
Accept pending Hypo-Workflow Cycle work and complete the manual acceptance gate.
Run a preventive code audit when the user wants graded findings across security, bugs, architecture, performance, tests, and quality.
Enter lightweight append conversation mode when the user wants to continue discussing or make small follow-up changes without opening a new Milestone or Patch immediately.
Run a health check over config, state, prompts, and architecture when the user wants to diagnose a Hypo-Workflow workspace quickly.
Generate compact context views for large Hypo-Workflow runtime files without mutating the originals.
Manage Hypo-Workflow Cycles with independent milestone sequences, state, progress, reports, archives, and summaries.
Investigate a concrete failure when the user wants symptom-driven root-cause analysis instead of a preventive audit scan.
Generate, check, repair, and synchronize Hypo-Workflow documentation without hiding documentation governance inside sync or release.
Start and manage isolated Hypo-Workflow exploration worktrees without dirtying the main project worktree.
Interactive onboarding guide that senses the current project state and recommends a short Hypo-Workflow command path.
Show the full Hypo-Workflow command map when the user needs a quick reference or per-command usage details.
Read the unified lifecycle log when the user wants milestone, fix, audit, debug, review, or release history.
Manage the persistent lightweight Patch track for small fixes that should not open a full milestone.
Confirm the generated Hypo-Workflow plan when the user wants a final milestone summary before execution starts.
Split discovered work into milestones when the user wants Hypo-Workflow to produce a serial, reviewable delivery plan.
Run the discovery phase of Hypo-Workflow planning when the user needs requirement clarification, constraint gathering, and repo context analysis.
Append new milestones to an active Cycle without closing or reopening the Cycle.
Generate Hypo-Workflow artifacts from the approved milestone plan when the user wants prompts, config, and architecture outputs.
Review architecture changes after a completed milestone when the user wants downstream prompt impact analyzed.
Enter Hypo-Workflow planning mode when the user wants to design milestones before execution starts.
Reject pending Hypo-Workflow Cycle work with structured feedback and reopen the Cycle.
Run Hypo-Workflow release automation when the user wants regression, versioning, changelog, and publication handled in one flow.
Summarize the latest Hypo-Workflow report when the user asks for the most recent evaluation result or milestone outcome.
Reset Hypo-Workflow runtime artifacts when the user wants to clear state safely without deleting core project instructions by mistake.
Resume Hypo-Workflow execution from the saved state when the user wants to continue an interrupted or stopped pipeline.
Manage Hypo-Workflow rule severities, custom natural-language rules, lifecycle hooks, and shareable rule packs.
Configure Hypo-Workflow global defaults for agent platform, execution mode, subagents, plan mode, and dashboard.
Generate a complete project showcase package for introduction docs, technical docs, slides, and an optional poster.
Skip the current prompt or step when the user explicitly wants to bypass work while keeping the pipeline state recoverable.
Start Hypo-Workflow execution when the user wants to begin running milestones, continue automatically through the pipeline, or execute the first prompt.
Show current Hypo-Workflow progress when the user wants a concise status summary without mutating pipeline state.
Gracefully stop Hypo-Workflow when the user wants to pause execution without aborting the pipeline.
Synchronize Hypo-Workflow project adapters and lightweight derived context without executing pipeline milestones.
Internal cron-invoked Auto Resume watchdog for stalled executing pipelines.
Hypo-Workflow 把长周期 AI coding 工作拆成可规划、可恢复、可审查的本地流程。它不是 runner,也不是后台服务;实际编码、测试、审查仍由 Codex、Claude Code 或 OpenCode Agent 执行,.pipeline/ 是项目内的状态、prompt、报告、日志和派生上下文来源。
当前版本提供 36 个用户指令,另有 1 个内部 watchdog skill。
安装或接入后,在目标项目中按这条主路径使用:
/hw:init
/hw:plan
/hw:start
中断后继续:
/hw:status
/hw:resume
OpenCode 项目先生成原生适配文件:
hypo-workflow init-project --platform opencode --project .
之后在 OpenCode 中使用短横线命令,例如 /hw-plan、/hw-start、/hw-status、/hw-docs。
| 场景 | 命令 |
|---|---|
| 初始化或重新扫描项目 | /hw:init |
| 规划一个功能 | /hw:plan |
| 规划多个 Feature | /hw:plan --batch |
| 调整已有 Feature Queue | /hw:plan --insert "..." |
| 开始或继续执行 | /hw:start / /hw:resume |
| 查看状态和最近事件 | /hw:status |
| 查看报告 | /hw:report |
| 小修复不进完整 Milestone | /hw:patch / /hw:patch fix P001 |
| 修复派生上下文 | /hw:sync --repair |
| 检查或修复文档 | /hw:docs check / /hw:docs repair |
| 接受或拒绝交付 | /hw:accept / /hw:reject |
Feature Queue 用于长规划和 AFK/HITL 协调。核心文件是 .pipeline/feature-queue.yaml,指标放在 .pipeline/metrics.yaml;常见字段包括 upfront、just_in_time、gate: confirm、auto_chain 和 failure_policy: skip_defer。完整说明见 User Guide 和 Feature Queue Spec。
| 文档 | 用途 |
|---|---|
| User Guide | 常见工作流、恢复、Feature Queue、使用建议 |
| Developer Guide | 核心 helper、权限边界、派生物和测试约定 |
| Commands Reference | 36 个 canonical 命令和 OpenCode 映射 |
| Platforms Reference | Codex、Claude Code、OpenCode 能力表 |
| Generated Artifacts | OpenCode 适配、compact、docs reference 的生成来源 |
| OpenCode Guide | OpenCode 命令、Agent roles、model matrix 和边界 |
| Codex Guide | Codex 使用方式 |
| Claude Code Guide | Claude Code 使用方式 |
| 类别 | 命令 |
|---|---|
| Pipeline | /hw:start, /hw:resume, /hw:status, /hw:skip, /hw:stop, /hw:report, /hw:chat |
| Plan | /hw:plan, /hw:plan:discover, /hw:plan:decompose, /hw:plan:generate, /hw:plan:confirm, /hw:plan:extend, /hw:plan:review |
| Lifecycle | /hw:init, /hw:cycle, /hw:accept, /hw:reject, /hw:patch, /hw:patch fix, /hw:release |
| Analysis/Review | /hw:check, /hw:audit, /hw:debug |
| Utility | /hw:sync, /hw:docs, /hw:compact, /hw:knowledge, /hw:guide, /hw:showcase, /hw:rules, /hw:help, /hw:reset, /hw:log, /hw:setup, /hw:explore |
完整表见 Commands Reference 和 OpenCode Command Map。
.pipeline/state.yaml、.pipeline/cycle.yaml、.pipeline/rules.yaml 是受保护 authority 文件。/hw:sync --check-only 只检查不写入;/hw:sync --repair 只刷新声明为安全的派生物。.pipeline/log.yaml 派生出的用户活动 feed;完整审计历史用 /hw:log --full 查看。Hypo-Workflow 使用 MIT License,详见 LICENSE。
Two-step planning + execution workflow with optional Beads integration. Includes 6 subagents, 5 commands, 7 skills.
Share bugs, ideas, or general feedback.
Human-on-the-Loop operating model: skills, workflows, and adapters for AI-native development
Core planning and workflow infrastructure for the Claudikins ecosystem
Long-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills
Plan-first AI development with batched parallelism. Native Claude Code implementation of the Agent Hive workflow.
Unified spec-to-execution workflow system. Combines spec rigor, autonomous execution, and native task orchestration with parallel agent dispatch. Swarms-ready architecture.