From hw
Show current Hypo-Workflow progress when the user wants a concise status summary without mutating pipeline state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hw:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
📌 输出语言规则:
📌 输出语言规则: 读取 config.yaml → output.language
使用此技能仅检查 pipeline 进度。
Status 是严格只读的。如果 state、logs、progress 或 step 指针不一致,报告不一致性和建议的修复命令;不要修复文件,不要推进当前步骤,也不要让 Stop hooks 作为显示状态的副作用而通过。
.pipeline/state.yaml is missing, report that no active pipeline exists~/.hypo-workflow/config.yaml if present..pipeline/config.yaml if present.--full, read .pipeline/state.yaml and .pipeline/PROGRESS.md directly and print 加载完整版 state.yaml / 加载完整版 PROGRESS.md with line counts when possible.--full is absent, prefer .pipeline/state.compact.yaml and .pipeline/PROGRESS.compact.md when they exist; otherwise fall back to .pipeline/state.yaml and .pipeline/PROGRESS.md.scripts/state-summary.sh 进行快速摘要;仅将 compact 文件作为补充上下文使用,因为规范的状态变更仍属于 state.yaml。.pipeline/cycle.yaml 存在时的活跃 Cycleprompt_state.analysis_summary 时,显示 Analysis question、ledger path、outcome/conclusion、confidence、next action、hypothesis/experiment countslast_heartbeat 和 watchdog 状态(如存在).pipeline/PROGRESS.md 或 .pipeline/PROGRESS.compact.md 存在,将其作为面向用户的摘要来源,但在状态检查期间不要重写它。.pipeline/feature-queue.yaml 包含 Feature DAG 依赖,显示一个简洁的看板摘要,包含就绪、阻塞和并行候选项。对于普通的单功能队列,隐藏 DAG 概念。.pipeline/derived-health.yaml 的派生健康状态,并将过时的派生视图路由到 /hw:sync --repair 或 /hw:docs repair(视情况而定)。.pipeline/log.yaml 的最近事件,按时间戳最新优先排序,过滤为用户相关的生命周期事件,并通过共享的密钥安全证据助手进行编辑。PROJECT-SUMMARY.md,包含其顶部摘要行和 Open Patches / Deferred 计数。/hw:status 运行时,优先使用共享的 Claude 状态表面形状:紧凑的 milestone 表、当前阶段/下一步操作、自动化/配置文件基础信息以及最近事件。除非请求 --full,否则不要转储完整的原始 PROGRESS.md。Status 必须暴露一个面向用户的规范阶段和一个下一步操作。从 .pipeline/cycle.yaml、.pipeline/state.yaml、接受状态和活跃的继续状态中派生这些信息。重要阶段:
needs_revision -> next action resume_revisionfollow_up_planning -> next action start_follow_up_planpending_acceptance -> next action accept_or_reject不要让用户在第一个屏幕上协调单独的执行、接受、继续和锁定轴。
/hw:status --full:忽略 compact 文件,加载完整的 .pipeline/state.yaml 和 .pipeline/PROGRESS.md。/hw:status:当 compact 文件可用时使用它们,当 compact 文件不存在时回退到完整文件。state.yaml.pipeline/analysis/**/ledger.yaml 或 legacy analysis ledger 的完整内容倾倒到 status 输出;仅给出路径和紧凑摘要references/state-contract.md — state layoutreferences/progress-spec.md — progress summary layoutreferences/commands-spec.md — status command semanticsreferences/analysis-ledger-spec.md — analysis summary and ledger boundaryreferences/config-spec.md — config priority and fallback rulesSKILL.md — broader system reference if needednpx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwSummarizes the latest Hypo-Workflow evaluation report, including milestone outcomes, scores, warnings, and analysis ledger summaries. Supports /hw:report --view for specific reports.
Shows a workflow dashboard with current state, recent activity, and suggested next actions. Aggregates state from AgentOps CLI tools (ao, bd) and git.
Displays Plan-Build-Run project status dashboard, progress, blockers from .planning files, and suggests next actions.