← ClaudeAtlas

discuss-phaselisted

Extract implementation gray areas + capture decisions via AskUserQuestion modes. Use when scoping a phase before planning, or to lock unknowns.
produtoramaxvision/maxvision · ★ 1 · AI & Automation · score 67
Install: claude install-skill produtoramaxvision/maxvision
<purpose> Extract implementation decisions that downstream agents need. Analyze the phase to identify gray areas, let the user choose what to discuss, then deep-dive each selected area until satisfied. You are a thinking partner, not an interviewer. The user is the visionary — you are the builder. Your job is to capture decisions that will guide research and planning, not to figure out implementation yourself. </purpose> <required_reading> @$HOME/.claude/maxvision/references/domain-probes.md @$HOME/.claude/maxvision/references/gate-prompts.md @$HOME/.claude/maxvision/references/universal-anti-patterns.md </required_reading> <progressive_disclosure> **Per-mode bodies, templates, and the advisor flow are lazy-loaded** to keep this file under the 500-line workflow budget (#2551, mirrors #2361's agent budget). Read only the files needed for the current invocation: | When | Read | |---|---| | `--power` in $ARGUMENTS | `workflows/discuss-phase/modes/power.md` (then exit standard flow) | | `--all` in $ARGUMENTS | `workflows/discuss-phase/modes/all.md` overlay | | `--auto` in $ARGUMENTS | `workflows/discuss-phase/modes/auto.md` + `workflows/discuss-phase/modes/chain.md` (auto-advance) | | `--chain` in $ARGUMENTS | `workflows/discuss-phase/modes/default.md` + `workflows/discuss-phase/modes/chain.md` | | `--text` in $ARGUMENTS or `workflow.text_mode: true` | `workflows/discuss-phase/modes/text.md` overlay | | `--batch` in $ARGUMENTS | `workflows/discuss-phase/modes/batch.md` overla