fix(ce-plan, ce-brainstorm): reliable interactive handoff menus (#575)

This commit is contained in:
Trevin Chow
2026-04-16 12:04:19 -07:00
committed by GitHub
parent ee86dc3379
commit 3d96c0f074
4 changed files with 48 additions and 42 deletions

View File

@@ -48,5 +48,5 @@ When the conversation has enough material to narrow — reflect back what you've
**Then offer next steps** using the platform's question tool (`AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini):
- **Create a plan** → hand off to `/ce:plan` with the decided goal and constraints
- **Save summary to disk** → write the summary as a markdown file in the current working directory
- **Share to Proof** → load the `proof` skill to create a shareable web link for others to review
- **View & share in Proof** → load the `proof` skill to open the summary in Proof for reading, collaborating, and sharing a link
- **Done** → the conversation was the value, no artifact needed