Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
DEPRECATED: Replaced by mcp-app-builder. Previously used to build ChatGPT apps with interactive React widgets via mcp-use.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
evals/discover.json
1[2{3"query": "I want to build a ChatGPT app for my pizza restaurant. We have an online ordering API.",4"expected_behavior": "PASS. Work through Phases 1-4, asking questions one at a time (never inferring). Create spec with Value Proposition, Why LLM, UI Overview, Product Context. Offer to proceed to architecture."5},6{7"query": "I want to build a ChatGPT app for my business",8"expected_behavior": "EXPLORE Phase 1. Too vague -- missing problem, user, pain, core actions. Ask clarifying questions one at a time. Never infer or assume."9},10{11"query": "I have a travel blog with 200 articles. Can I make a ChatGPT app that lets people read my articles?",12"expected_behavior": "FAIL at Phase 2. Matches fail pattern: long-form static content better suited for a website. Explain the gap. Suggest pivot: destination recommendations, trip planning Q&A, or personalized itineraries."13},14{15"query": "I want to bring our entire Salesforce CRM into ChatGPT.",16"expected_behavior": "FAIL at Phase 1 (core actions). Matches fail pattern: full app port. Ask user to narrow to 1-3 high-frequency tasks (logging calls, checking deal status, pipeline summary)."17},18{19"query": "I want to show a grid of 20 real-time KPIs.",20"expected_behavior": "FAIL at Phase 2. Matches fail pattern: dashboards. Suggest pivot: query-based KPI lookup, anomaly alerts, or comparative analysis."21},22{23"query": "We're a law firm with contract templates in Google Drive. Attorneys waste hours finding the right template.",24"expected_behavior": "PASS. Good idea. Work through discovery phases. Core action: search templates by description and get pre-filled results. Clarify API access, auth, constraints."25}26]27