Examples
Safe-to-copy Motivation Form examples for demos, surveys, and quizzes.
These examples are intentionally short. They are designed to create a clear first impression in demos, marketplace listings, and agent onboarding flows.
The example files use a <your-handle> slug placeholder. deploy_form replaces it with the caller's account handler when available, which keeps demo deployments from colliding across users. If you copy the file into another workflow, replace <your-handle> with your account handle, team name, or a timestamp before publishing.
Agent feedback survey
Repo file:
apps/motivation-form/forms/agent-feedback-survey.mdUse this when a coding agent needs a founder or product owner to choose a release direction. It collects one decision, a ranked priority list, confidence, supporting evidence, and the implementation constraint that should change the plan. Identity and follow-up contact remain optional.
After responses arrive, ask the agent to retrieve the response report and follow the agent feedback workflow to update the PRD and Linear issues.
Agent feedback quiz
Repo file:
apps/motivation-form/forms/agent-feedback-quiz.mdUse this scored knowledge check to verify that product decisions are specific, testable, evidence-linked, and ready for implementation. Four questions total 100 points; the final unscored field captures uncertainty without affecting the result.
Review the quiz design checklist before adapting the answer key.
Media-rich survey
Repo file:
apps/motivation-form/forms/demo-multimedia-survey.mdUse this when you want to show the breadth of survey rendering quickly:
- YouTube video prompt
- image A/B visual-card choice
- code-snippet A/B comparison
- multi-choice copy preference
- respondent code input
- rating question
Good demo prompt:
Deploy the media-rich survey demo and give me the public URL. If the file still has `<your-handle>` in the slug, personalize it with my account handle before publishing.Scored quiz
Repo file:
apps/motivation-form/forms/demo-quiz.mdUse this when you want to show quiz mode without a long assessment:
- four scored questions
- single-choice and multi-select answers
- pass/fail threshold
- score reveal
- answer reveal
Good demo prompt:
Deploy the Motivation Form quick-check quiz and show me the public URL. If the file still has `<your-handle>` in the slug, personalize it with my account handle before publishing.Agent flow
When an MCP-connected agent can read the repo, ask it to:
Use the Motivation Form MCP server. Read apps/motivation-form/forms/demo-multimedia-survey.md and apps/motivation-form/forms/demo-quiz.md. Deploy both examples with deploy_form; if either file still has `<your-handle>` in the slug, personalize it with my account handle first. Return both public URLs and short URLs.The agent should call deploy_form for each Markdown file. For a new form created directly from a prompt, use create_form instead.
Quiz design checklist
A research-backed checklist for writing valid scored quizzes and mixed knowledge checks in Motivation Form.
Agent guide
Everything an AI agent needs to create, deploy, and manage Motivation Form forms and surveys via MCP or CLI — canonical syntax, copy-paste templates, and media embedding patterns.