Skip to content

fix(ask-user): keep question payloads compact#1241

Open
jbetala7 wants to merge 4 commits into
garrytan:mainfrom
jbetala7:oss/fix-1208-ask-user-layout
Open

fix(ask-user): keep question payloads compact#1241
jbetala7 wants to merge 4 commits into
garrytan:mainfrom
jbetala7:oss/fix-1208-ask-user-layout

Conversation

@jbetala7
Copy link
Copy Markdown
Contributor

Fixes #1208.

Summary

  • move the rich AskUserQuestion decision brief out of the tool question payload and into the preceding markdown
  • require question to be one sentence, no newlines, <=80 chars
  • limit one call to at most two related questions/tabs and avoid duplicated trade-off text
  • regenerate tier-2+ skills and ship goldens

Testing

  • bun test test/resolver-ask-user-format.test.ts test/gen-skill-docs.test.ts test/host-config.test.ts

mastermanas805 added a commit to mastermanas805/gstack that referenced this pull request May 11, 2026
Match the versioned design-doc convention in docs/designs/
(PLAN_TUNING_V0.md, PLAN_TUNING_V1.md, SELF_LEARNING_V0.md,
PACING_UPDATES_V0.md). The original PLAN_ROLLOUT_DOGFOOD.md filename
introduced a new "_DOGFOOD" suffix that didn't match any existing
pattern and read like an evidence appendix rather than a design doc.

Restructure:
- New "Design" section at the top describing what /plan-rollout is,
  what v0 ships, and what's deferred to v1.1+
- "Dogfood: PR garrytan#1241" section retains the worked example (file
  breakdown, reader-time estimate, verdict, findings)
- New "v1.1 roadmap" section consolidates the four follow-up todos

All original dogfood content preserved verbatim under its new section
heading.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…-layout

# Conflicts:
#	autoplan/SKILL.md
#	canary/SKILL.md
#	codex/SKILL.md
#	context-restore/SKILL.md
#	context-save/SKILL.md
#	cso/SKILL.md
#	design-consultation/SKILL.md
#	design-html/SKILL.md
#	design-review/SKILL.md
#	design-shotgun/SKILL.md
#	devex-review/SKILL.md
#	document-release/SKILL.md
#	health/SKILL.md
#	investigate/SKILL.md
#	land-and-deploy/SKILL.md
#	landing-report/SKILL.md
#	learn/SKILL.md
#	office-hours/SKILL.md
#	open-gstack-browser/SKILL.md
#	pair-agent/SKILL.md
#	plan-ceo-review/SKILL.md
#	plan-design-review/SKILL.md
#	plan-devex-review/SKILL.md
#	plan-eng-review/SKILL.md
#	plan-tune/SKILL.md
#	qa-only/SKILL.md
#	qa/SKILL.md
#	retro/SKILL.md
#	review/SKILL.md
#	scrape/SKILL.md
#	scripts/resolvers/preamble/generate-ask-user-format.ts
#	setup-deploy/SKILL.md
#	setup-gbrain/SKILL.md
#	ship/SKILL.md
#	skillify/SKILL.md
#	sync-gbrain/SKILL.md
#	test/fixtures/golden/claude-ship-SKILL.md
#	test/fixtures/golden/codex-ship-SKILL.md
#	test/fixtures/golden/factory-ship-SKILL.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AskUserQuestion: long decision-brief bodies + multi-tab batches break VSCode panel layout

1 participant