# Reedom:askme

> Interactive clarification mode for uncertain situations. Use only when user invokes with --askme flag.

- Skill: `majiayu000/reedom-askme` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/reedom-askme`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/reedom-askme/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/reedom-askme

---


<purpose>
Prompt for clarification when uncertain, rather than proceeding with assumptions.
</purpose>

<target>
Any task where uncertainty exists about requirements, approach, or implementation details.
</target>

<effects>
- Interactive mode for ambiguous situations
- Ask before making uncertain decisions
- Clarify requirements when multiple interpretations exist
- Verify approach when multiple valid options exist
- Questions focus on genuine uncertainty, not confirmation
</effects>

<principle>
Reduce wasted effort from incorrect assumptions by asking upfront.
</principle>

<usage>
```bash
# Ask when uncertain during implementation
Implement user authentication --askme

# Ask during complex refactoring
Refactor payment module --askme

# Works with --foryou
Create API spec --askme --foryou
```
</usage>

<impact>
Without: Proceed autonomously with reasonable assumptions
With: Ask clarifying questions when uncertain before proceeding
</impact>

<default>
Autonomous operation unless `--askme` specified.
</default>

