Agent skill

moai-alfred-ask-user-questions

Guide Alfred sub-agents to actively invoke AskUserQuestion for ambiguous decisions.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill moai-alfred-ask-user-questions --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 3.1.0
Allowed tools: -AskUserQuestion
Path: skills/agent/moai-alfred-ask-user-questions/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Alfred Ask User Questions - Skill Guide ## Skill Metadata | Field | Value | | ----- | ----- | | **Skill Name** | moai-alfred-ask-user-questions | | **Version** | 3.1.0 (2025-10-27) | | **Core Tool** | `AskUserQuestion` (Claude Code built-in) | | **Auto-load** | When Alfred detects ambiguity in requests | | **Tier** | Alfred (Workflow Orchestration) | --- ## What It Does **Purpose**: Empower Alfred sub-agents to **actively ask clarifying questions** whenever user intent is ambiguous, rather than guessing. Leverages Claude Code's native `AskUserQuestion` tool to collect explicit, structured user input that transforms vague requests into precise specifications. **Key capabilities**: - ✅ Single-select & multi-select option types - ✅ 1-4 questions per survey (avoid fatigue) - ✅ 2-4 options per question (prevent choice overload) - ✅ Automatic "Other" option for custom input - ✅ Conditional branching based on answers - ✅ Integration across all Alfred commands (Plan/Run/Sync) - ✅ Reduces ambiguity → fewer iterations → faster execution --- ## When to Ask (Trigger Patterns) ### ✅ ASK when user intent is ambiguous: 1. **Vague noun phrases**: "Add dashboard", "Refactor auth", "Improve perfor

What's inside
Steps it walks through
  1. Skill Metadata
  2. What It Does
  3. When to Ask (Trigger Patterns)
  4. ✅ ASK when user intent is ambiguous:
  5. ❌ DON'T ask when:
  6. Core Principle: Just Ask!
  7. Quick Start: Minimal Invocation
  8. Key Constraints
  9. Top 5 Usage Patterns
  10. Pattern 1: Implementation Approach
  11. Pattern 2: Confirmation (Risky Operations)
  12. Pattern 3: Multi-Option Feature Selection
  13. Pattern 4: Multi-Select (Independent Features)
  14. Pattern 5: Sequential Questions (Conditional Flow)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the moai-alfred-ask-user-questions skill do?

Guide Alfred sub-agents to actively invoke AskUserQuestion for ambiguous decisions.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill moai-alfred-ask-user-questions --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going