How this skill is triggered — by the user, by Claude, or both
Slash command
/helloagents:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger: ~ask [description]
Trigger: ~ask [description]
~ask 是交互式需求澄清命令,用于在不写文件、不进入执行、不激活完整项目流程的前提下,通过一问一答帮用户厘清目标、比较方向、判断价值、收缩范围、挑战前提。
兼容别名:~idea(逐步废弃)。
.helloagents/state_path;同样禁止更新知识库文件、方案包或项目级规则文件一问一答,逐条推进:
按交互模式核心规则,逐条推进。默认从最高不确定性的决策开始:
遇到以下信号时自然收束:
对话结束时,输出结构化选择摘要:
摘要用简洁列表,不写段落叙述。
根据交互澄清的结果,推荐下一步:
~plan~build~prd~auto如果用户在 ~ask 过程中转而明确要求写文件、改代码、创建知识库或执行命令,不在 ~ask 内偷偷写文件;改为按最合适的升级路径继续。
用户明确表示"直接做,不用问我"、"按默认来"、"你决定"时,你 基于代码分析直接给出推荐方向和升级路径,跳过逐条交互。
npx claudepluginhub hellowind777/helloagents --plugin helloagentsClarifies vague or ambiguous requests through Socratic questioning, extracting actionable requirements by probing goals, scope, constraints, and completion criteria.
Clarifies vague or ambiguous user requests by exploring the codebase first, then running an iterative Q&A loop until scope is clear.