.claude/skills/flow-skill-conduct-qa-session/SKILL.md
How to conduct a Q&A session with the user
npx skillsauth add korchasa/ai-skel-ts flow-skill-conduct-qa-sessionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When you need to clarify requirements, gather missing information, or discuss design choices with the user, follow these strict guidelines.
Bad: "Which database?"
Good: "1. Database Selection: For the session storage, we have two main options. Which do you prefer? - Redis: Extremely fast, ideal for ephemeral data with TTL, but adds a new infrastructure dependency. - PostgreSQL: We already use it, simplifies the stack, but slightly slower for high-frequency reads/writes.
*Recommendation: Start with Postgres for simplicity, migrate to Redis if load increases.*"
tools
Scaffold a complete AI agent application skeleton with LLM integration, tool calling, observability, cost tracking, session management, and content fetching using @korchasa/ai-skel-ts. Use when the user asks to create an AI agent, add LLM integration, scaffold an AI application, or mentions "ai-skel", "agent skeleton", or "AI scaffold". Works with any programming language.
testing
Create structured specification for large features using phased decomposition. Produces documents/spec-{name}.md with dependency-ordered phases, atomic tasks, explicit boundaries, and per-phase status tracking.
documentation
Guidelines for writing comprehensive Product Requirements Documents (PRD)
development
How to write in informational style