with one click
hello-subagent
使用子代理执行任务、并行开发、分派工作时使用。确保子代理有清晰的上下文和验证标准。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
使用子代理执行任务、并行开发、分派工作时使用。确保子代理有清晰的上下文和验证标准。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
显示 HelloAGENTS 可用命令和当前设置(~help 命令)
交互式需求澄清 — 一问一答厘清目标、方向、范围与约束,纯对话不创建文件(~ask 命令)
结构化规划工作流 — 需求澄清、方案确认、任务分解与方案包生成(~plan 命令)
完整 PRD 生成 — 头脑风暴式交互,逐维度挖掘,生成现代产品需求文档(~prd 命令)
自动执行命令 — 自动选择并依次执行 ~ask / ~plan / ~build / ~qa / ~prd,默认持续推进直到交付完成(~auto 命令)
执行实现工作流 — 基于当前需求或现有方案包完成实现、验证与状态同步(~build 命令)
| name | hello-subagent |
| description | 使用子代理执行任务、并行开发、分派工作时使用。确保子代理有清晰的上下文和验证标准。 |
子代理编排必须遵循以下规范。
.helloagents/ 在本 skill 中统一按项目级存储路径理解:状态文件只使用 state_path;会话证据使用当前 state_path 所在目录下的 artifacts/*.json;若 project_store_mode=repo-shared,方案包、verify.yaml 与 DESIGN.md 按当前上下文中已注入的项目知识/方案目录解析。
先确定任务是否适合子代理(独立性高、边界清晰、可验证)。
.helloagents/DESIGN.md(按当前项目存储模式解析)或其中相关片段helloagents-turn-state write 代替主代理写完成态或等待态;需要运行时状态信号时只由主代理写入