with one click
flow-skill-conduct-qa-session
How to conduct a Q&A session with the user
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
How to conduct a Q&A session with the user
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Analyze and answer user questions in Autonomous Mode by reading documentation and inspecting codebase
Automated commit workflow with atomic grouping
Initialize project with AGENTS.md and rules, handling both Greenfield (new) and Brownfield (existing) projects.
Iterative issue investigation with user-controlled hypothesis selection
Perform a comprehensive "Lead Engineer" audit: structure, consistency, code quality, technical debt, documentation coverage, and terminology checks.
Create critiqued plan in whiteboard.md using GODS framework with proactive uncertainty resolution
| name | flow-skill-conduct-qa-session |
| description | How to conduct a Q&A session with the user |
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.*"