moai-alfred-ask-user-questions
Guide Alfred sub-agents to actively invoke AskUserQuestion for ambiguous decisions.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Skill Metadata
- What It Does
- When to Ask (Trigger Patterns)
- ✅ ASK when user intent is ambiguous:
- ❌ DON'T ask when:
- Core Principle: Just Ask!
- Quick Start: Minimal Invocation
- Key Constraints
- Top 5 Usage Patterns
- Pattern 1: Implementation Approach
- Pattern 2: Confirmation (Risky Operations)
- Pattern 3: Multi-Option Feature Selection
- Pattern 4: Multi-Select (Independent Features)
- Pattern 5: Sequential Questions (Conditional Flow)
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.
