adapt-questions
Adapt CSV or JSON question bank files to the QUIZ_QUESTIONS table schema. Inspects source format, maps columns, chooses loading strategy, executes transformation. Triggers: adapt questions, question bank, CSV mapping, schema compatibility, column mapping, question import, transform questions
Repository SourceNeeds Review
cortex-patterns
Cortex AI function patterns — AI_COMPLETE dollar-quoting, response parsing, AI_PARSE_DOCUMENT, stage requirements, 5-step diagnostics. Use when calling or debugging Cortex AI functions. Triggers: AI_COMPLETE, AI_PARSE_DOCUMENT, cortex error, model not found, file not accessible, dollar-quoting, parse_cortex_json
Repository SourceNeeds Review
quiz-features
Optional features for the quiz app — exam simulation, flashcards, quick stats, spaced repetition, achievement badges, AI study recommendations. Implement ONLY features explicitly requested by the user. Triggers: exam simulation, timer, flashcard, spaced repetition, smart review, achievement, badge, streak, study recommendation, AI recommendation
Repository SourceNeeds Review
quiz-screens
Quiz app behavioral contracts — screen flow, question selection, history tracking, write-back, session state, explanation, dashboard, AI recommendations. Use when building or modifying any screen in quiz.py. Triggers: screen flow, quiz screen, home screen, summary, review tab, session state, write-back, explanation, history_item, render_
Repository SourceNeeds Review