docs: add end-to-end agent quickstart (CLI + MCP + structured) (sy-0wi)#531
Merged
Conversation
New docs/agent-quickstart.md walks a new agent/user from scratch: install → doctor smoke test → dry-run → small panel → 30-40 persona poll (pack export + --personas-merge) → save → emit JSON. Covers both the CLI and MCP surfaces, a structured response_schema (enum/scale) + poll-summary example, and explicit "synthetic preflight, not market validation" positioning guidance. Linked from the README Agent Quick Start section. All commands/outputs verified against synthpanel 1.5.5. Closes #472 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ef1ac16 to
a887584
Compare
Deploying synthpanel with
|
| Latest commit: |
a887584
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b3f42793.synthpanel.pages.dev |
| Branch Preview URL: | https://polecat-jasper-mpjy0mmh.synthpanel.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
docs/agent-quickstart.mdthat walks a new agent/user end-to-end: install →doctorsmoke test → dry-run → small panel → 30–40 persona poll (pack export +--personas-merge) → save → emit JSON. Covers both the CLI and MCP surfaces, a structuredresponse_schema(enum/scale) + poll-summary example, and explicit "synthetic preflight, not market validation" positioning guidance. All commands/outputs verified against synthpanel 1.5.5.Changes
docs/agent-quickstart.md: new 356-line end-to-end agent walkthrough (CLI + MCP + structured outputs)README.md: link to the quickstart from the 'Agent Quick Start' sectionTest plan
doctor --install-onlyexit 0,panel run --dry-run3p×2q, pack export +--personas-merge40-persona poll, enum/scaleresponse_schemavalidation).References
Closes #472