Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Presents up to 5 questions from smart-question-generator one at a time, records answers, handles per-question skip and skip-all, captures per-question response time and total session duration. Renders a streaming progress header with question count and time estimate. Used as the interaction layer of Stage 4 of the /gaai:bootstrap pipeline.
Activate:
/gaai:bootstrap pipeline, immediately after smart-question-generator returns a question_result with questions.length > 0When question_result.questions is empty (legitimate empty OR fallback), the orchestrator MUST skip this skill entirely and proceed to Stage 5 — do NOT activate with empty questions.
question_result:
questions: # from smart-question-generator — already ≤5 items
- question_text: string # ≤200 chars
topic: string # used as question_id in answers output
severity: number # 1–10 — not shown to user; used for future sorting
options: # optional — omitted for open-ended questions
- label: string # human-readable option label
value: string # machine value
error: string | null
fallback: bool
Precondition check (before entering loop):
npx skills add Fr-e-d/GAAI-framework --skill qa-loop-uiHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.