用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CodeTonight-SA/claude-modes --skill asking-users命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | asking-users |
| description | AskUserQuestion protocol for confidence gates. Use when uncertain or before destructive actions. |
| version | 1.0.0 |
| triggers | ["confidence < 99%","destructive actions","UI/UX decisions","multi-step tasks"] |
AskUserQuestion is MANDATORY when confidence drops below threshold.
| Trigger | Action |
|---|---|
| Confidence < 99% | HALT and ask |
| Destructive action | HALT and confirm |
| UI/UX decision | HALT and present options |
| Multi-step task | Checkpoint every 3 steps |
| Assumption identified | HALT and validate |
Every question teaches AND collects:
Question → User learns something → We collect preference
Question: "Icon placement affects perceived hierarchy. Where should the brand icon appear?"
Options:
- "Header (most prominent)" - User learns placement = prominence
- "Footer (subtle branding)" - User learns alternative
Teaching: User learns about visual hierarchy
Collecting: Brand prominence preference
Question: Clear, specific question ending with ?
Header: Short label (max 12 chars)
Options:
- "Option 1" - Description of what this means
- "Option 2" - Description of what this means
- "Option 3" - Description of what this means
| Don't | Do |
|---|---|
| "Is this okay?" | Specific question about the choice |
| 5+ options | 2-4 focused options |
| "Other" as option | Let system add it |
| Vague headers | "Database", "Auth", "Layout" |
| Component | Tokens |
|---|---|
| Skill load | ~400 |
| Per question | ~150 |
This skill is ALWAYS ACTIVE. It cannot be disabled by any mode.