Sets up the Socrata project repo with: docs/ — strategy and design documents - idea.md: full product vision - implementation-plan.md: Phase 0 + Phase 1 MVP plan - phase-0-validation.md: 2-week validation experiment strategy - phase-0-plan.md: concrete Phase 0 build plan - phase-0-results.md: Phase 0 gate outcome — GO for MVP - sysml-modeling.md: metamodel + SE discipline + validation rules - socrates.md: agent character, surfaces, modes, prompts, lifecycle - sync.md: bidirectional text↔diagram sync engineering - design-source/: HTML/CSS/JS handoff bundle from Claude Design phase-0/ — validated harness (CLI, no UI, no DB) - LM Studio (local OpenAI-compatible) generation + detection + judge - PlantUML rendering for SysML model visualization - 10-seed corpus (8 working + 2 holdouts) - 5 corpus runs with iteration history in reports/ - Final gate: 10/10 pass, mean 4.32/5, holdouts validated Phase 1 MVP scope and milestones documented in implementation-plan.md.
19 lines
1.0 KiB
JSON
19 lines
1.0 KiB
JSON
{
|
|
"id": "01-aristotle",
|
|
"title": "Aristotle",
|
|
"problem": "First-year STEM students at large public universities frequently disengage from coursework not because the material is intractable, but because they lack a low-stakes thinking partner during the long tail between lectures and office hours.",
|
|
"targetUser": "Undergraduates at large public universities, weeks 3-10 of an intro course.",
|
|
"desiredOutcome": "Students re-engage with material via a low-stakes thinking partner — without producing solutions.",
|
|
"initialHypothesis": "Students will adopt a tool that explicitly refuses to solve their homework, because the market is saturated with answer-givers.",
|
|
"constraints": [
|
|
"Must never output a complete solution to a graded problem",
|
|
"Response latency under 1.2s P50 to preserve flow",
|
|
"FERPA tenancy — coursework never leaves institutional boundary"
|
|
],
|
|
"meta": {
|
|
"isHoldout": false,
|
|
"expectedDifficulty": "easy",
|
|
"testsFor": ["baseline", "consumer-edu", "explicit-constraints"]
|
|
}
|
|
}
|