From hw
Appends new milestones to an active Cycle without closing or reopening it. Reads pipeline state, interactively gathers scope, generates prompt files, and updates state/log files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hw:plan-extendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
📌 输出语言规则:
📌 输出语言规则: 读取 config.yaml → output.language
当用户调用 /hw:plan:extend 或 /hypo-workflow:plan:extend 时使用此 skill。
此命令使用附加 Milestone 扩展当前活动 Cycle。它绝不能重新编号现有 Milestone 或重写已执行的提示。
.pipeline/cycle.yaml 存在且 cycle.status=active.pipeline/state.yaml 存在.pipeline/prompts/ 存在或可以创建如果没有活动 Cycle,停止并告诉用户首先运行 /hw:cycle new "名称"。如果 state.yaml 缺失,停止并要求用户在扩展之前初始化或规划 Cycle。
.pipeline/config.yaml、.pipeline/cycle.yaml 和 .pipeline/state.yaml。state.yaml 和提示文件名中列出现有 Milestone。.pipeline/prompts/ 下生成新的提示文件。.pipeline/state.yaml。.pipeline/PROGRESS.md 存在则更新它:刷新顶部元数据、Milestone 表和时间线表,而不是附加一行松散的事件。.pipeline/log.yaml。state.yaml Milestone.pipeline/prompts/ 下的提示文件名03-new-scope.md 在 02-existing.md 之后。/hw:plan:extend 使用更轻量级的 M0 交互门控版本,因为 Cycle 已经存在:
每个附加的提示必须包括:
recommended 或 strict,或附加工作需要独立验证时,包含 Subworker Assignment Plantest、implement 和 audit,包含范围、预期证据、不重叠规则和生命周期要求blocked_until_authorized 加上启动/恢复授权门控除非用户明确要求自定义每 Milestone 流程,否则使用活动 Cycle preset。
附加 Milestone 条目而不重写现有记录。如果旧状态缺少 status,请保留其形状并为新条目添加所需的最小字段。
示例附加条目:
- name: "M4: 增量报表"
status: pending
deferred_reason: null
prompt_file: "04-incremental-report.md"
当该字段存在时,更新 pipeline.prompts_total 以包含附加的提示。
.pipeline/prompts/skills/plan/SKILL.md — M0 交互规则skills/plan-decompose/SKILL.md — P2 检查点行为plan/assets/prompt-template.md — 提示形状references/state-contract.md — Milestone 字段SKILL.md — 命令路由npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwPlans and executes ADD work cycles: selects features from milestone hill charts, assesses dependencies for parallelism, defines validation criteria, manages status and completion.
Manages Hypo-Workflow Cycles with independent milestone sequences, state, progress, reports, archives, and summaries. Supports creating, listing, viewing, and closing cycles with type/preset mapping and context sources.
Plans milestones step-by-step with review gates: grill-design session, then goal contract todo task specs with user approval at each phase.