| name | vernhole-existing |
| description | Run VernHole on existing discovery output. Point the council at a consolidation or master plan and get fresh perspectives. |
| argument-hint | ["path-to-output-file"] |
VernHole on Existing Output
Run a VernHole council on existing discovery output — a consolidation file, master plan, or any document you want the council to review.
Step 1: Find the Context File
If $ARGUMENTS is provided and points to an existing file, use that as the context file.
Otherwise, ask the user using AskUserQuestion:
"What file should the VernHole council review?"
Options:
- Discovery consolidation - I'll find it in a discovery project
- Choose a file - provide a specific file path
If "Discovery consolidation":
- Ask which discovery project directory (e.g.
./discovery/my-project/)
- Look for the consolidation file in
output/ — it's the file with "consolidation" in the name (e.g. 04-mighty-consolidation.md or 06-mighty-consolidation.md)
- If not found, list available output files and ask the user to pick one
If "Choose a file":
- Ask the user to provide the file path
Read the file and show a brief preview (first few lines) so the user can confirm it's the right one.
Step 2: Get the Idea
Ask using AskUserQuestion:
"What's the core idea or question for the council? (This frames what they're analyzing)"