funnel-misconceptions
Installation
SKILL.md
Language Policy (Highest Priority — Execute Before Any Output)
Before generating a single word of output, detect the user's language.
- Detect the language from the user's question and use that language for all output — titles, section headers, table column names, rule names, body text, conclusions, everything.
- This skill file is written in English for reference only. Translate all content into the user's language before outputting.
- Never mix languages. Technical terms may optionally include English in parentheses.
Tool Priority
ae-cli is the PRIMARY tool. All data queries go through ae-cli commands. The commands below are verified against ae-cli 6.0.42 and use kebab-case CLI flags with snake_case AI-facing definition keys.
A connected analysis connector is FALLBACK ONLY. Use it only when:
- ae-cli has no matching command for the required operation, OR
- ae-cli repeatedly fails for confirmed non-parameter reasons
Always read the matching references/<tool_name>.md in the ae-analysis skill directory before composing ae-cli commands. Never guess command names, flags, JSON payloads, project_id, resource IDs, or parameter formats.