From helloagents
Automatically chooses and executes the right workflow (~idea, ~office, ~plan, ~build, ~qa, ~prd) for a task and progresses stages sequentially until delivery is complete.
How this skill is triggered — by the user, by Claude, or both
Slash command
/helloagents:autoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger: ~auto <任务描述>
Trigger: ~auto <任务描述>
~auto 是自动执行命令。它根据任务类型、复杂度、风险等级与项目状态,在 ~idea、~office、~plan、~build、~qa、~prd 之间选择合适主路径,并连续推进。
~auto 不止做一次选路;主路径一旦确定,就按需要继续执行后续阶段,默认持续推进直到完成交付,只有命中 HelloAGENTS 阻塞判定时才停下。
T3 高风险或不可逆操作默认不直接进入 ~build;优先先走 ~plan 或 ~prd,纯质量审查、验真或收尾请求才可先进入 ~qa~auto,表示已授权在当前任务边界内沿选定主路径持续执行;若当前运行在 Codex /goal 下,/goal 只提供长程续跑与预算,~auto 仍按方案包、state_path 与验证契约推进;~plan / ~prd 作为中间阶段时,不再额外询问“是否开始执行”,除非仍有真实阻塞;不得把 🔄 下一步 当作阶段交接或继续执行占位~auto 内另建一套关键词路由表~plan~build,完成当前实现后再 ~qa~qa 或收尾tasks.md 未完成 AFK 项、contract.json 与 state_path 确定主路径,不把 goal 目标原文替代方案包~idea~office~qa~prd~plan~buildT0 → 在 ~idea / ~office 之间选择,不创建项目文件T1 → 在 ~build / ~qa 间选择最短可交付路径T2 → 需要结构化产物或范围未完全明确时优先 ~planT3 → 纯质量审查/验真走 ~qa;其余默认 ~plan 或 ~prd,待方案与风险边界明确后再进入实现idea → 读取 skills/commands/idea/SKILL.mdoffice → 读取 skills/commands/office/SKILL.mdplan → 读取 skills/commands/plan/SKILL.mdbuild → 读取 skills/commands/build/SKILL.mdqa → 读取 skills/commands/qa/SKILL.mdprd → 读取 skills/commands/prd/SKILL.md不要额外读取未选中的 command skill。
~build → 完成实现后继续进入 ~qa,再进入收尾~plan → 方案包写入后,若当前任务来自 ~auto 且未命中阻塞判定,直接继续进入 ~build,不要把“方案已形成”当作最终停点~prd → PRD / 任务 / 契约写入后,若当前任务来自 ~auto 且未命中阻塞判定,按当前结果继续进入 ~build,必要时先补一轮轻量 ~plan~qa → 完成质量闭环 / 收尾后结束~idea,且用户本意就是探索/比较,则在探索输出后结束;若探索后已有明确方向且当前任务仍要求写文件或改代码,则继续进入 ~plan 或 ~build~office,且用户本意就是先做价值/范围判断,则在评估输出后结束;若评估结论已经明确需要结构化方案或直接实现,则继续进入 ~plan / ~build~qa 与 HelloAGENTS 收尾,再标记 goal complete;未满足时继续下一项可执行 AFK 任务~plan / ~prd 中“是否进入执行”的默认询问原样带入 ~auto 流程~auto 的默认完成态;用户显式要求 ~auto 时,默认目标是把当前任务推进到可交付完成npx claudepluginhub hellowind777/helloagents --plugin helloagentsBreaks down complex tasks into milestone plans with specs and dependencies, reviews them, then executes via delegation to agents. For multi-step projects, architectures, or migrations.
Plans complex tasks into milestones with specs and reviews them, then executes approved plans by delegating to agents. Use for multi-step projects with dependencies and architectural needs.
Structured planning workflow for requirement clarification, solution design, task breakdown, and plan package generation. Use before implementation to ensure clear scope and actionable plans.