From hw
Accepts pending Hypo-Workflow Cycle work by validating worker separation, audit coverage, and lifecycle evidence before marking the cycle as accepted or transitioning to follow-up planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hw:acceptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
📌 输出语言规则:
📌 输出语言规则: 读取 config.yaml → output.language
当用户调用 /hw:accept 时使用此技能。
.pipeline/cycle.yaml 和 .pipeline/state.yaml。pending_acceptance 或 acceptance.state: pending。state.runtime_workers、prompt 步骤证据、审查产物以及生命周期日志指针(如果存在)recommended 策略要求不同的 test 和 implement 证据,除非记录了客观不可用性加上明确允许的降级strict 策略要求不同的 test、implement 和 audit 证据completed 和 closed/released 状态的生命周期证据close_failed、仅运行时的子任务观察,或缺失的 Codex /hw:start + /hw:resume 授权范围都会阻止验收cycle.status: completed。cycle.acceptance.state: accepted 并存储 accepted_at。cycle.lifecycle_policy.accept.next=follow_up_plan 或存在计划的 cycle.continuations[] 后续计划:
cycle.status: follow_up_planningstatus: activepipeline.status: stoppedcurrent.phase: follow_up_planningstate.yaml 中镜像活跃的 continuationstart_follow_up_planstate.yaml 中镜像紧凑的验收状态:
acceptance.scope: cycleacceptance.state: acceptedacceptance.cycle_idacceptance.updated_atpipeline.status: completed 和 current.phase: completed。cycle_accept 条目追加到 .pipeline/log.yaml。.pipeline/PROGRESS.md 的紧凑看板行。.pipeline/derived-refresh.yaml,并显示带有修复指导的警告。不要在 state.yaml 中存储完整的审查笔记。
audit 可以要求重新测试或重新实现,默认情况下不会阻止整个执行,但当项目策略要求时仍可能阻止验收。
npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwRejects pending Hypo-Workflow Cycle work with structured work with feedback, reopens the Cycle, and routes to revision or execution phase.
Accepts completed review results, merges child/session branches, and transitions to final phase. Supports automatic or manual acceptance with merge scope contracts.
Determines whether a task can be declared complete after regression gate, using evidence tiers and profile-aware checks. Useful when users ask "is this done?" or need to confirm completion before finalizing.