The Finale. A TV-show style quiz with 5 questions to evaluate learning outcomes and technical understanding.
GOLDEN FINALE of the pipeline: Init -> Brainstorm -> Plan -> Execute -> Review -> Quiz.
Announce: "Welcome to 'Who Wants to be a Liquid Galaxy Engineer?'! 5 high-stakes questions. Are you ready?"
⚠️ PROMINENT GUARDRAIL: The Critical Advisor (.agent/skills/lg-critical-advisor/SKILL.md) and LG Shield (.agent/skills/lg-shield/SKILL.md) are active. If 3+ questions are missed, invoke the Critical Advisor for a structured study session.
Ask, wait, give feedback, then next.
Use emojis and catchphrases. Be personable, encouraging, reference specific challenges overcome.
Save to docs/reviews/YYYY-MM-DD-final-quiz-report.md.
# Liquid Galaxy Graduation Report: [Feature]
## Score: [X]/5
**Summary**: [High-energy mastery summary]
## Knowledge Breakthroughs
- [Concept]: [How demonstrated]
## Questionnaire
### Q1: [Category]
- **Question**: [Text]
- **Answer**: [Response]
- **Verdict**: [Correct / Assisted / Missed]
- **Resources** (if Missed/Assisted): [Targeted links from lg-learning-resources]
... [Q2-Q5] ...
## 📚 Recommended Study Resources
(Auto-generated for each missed question using lg-learning-resources topic map)
### Liquid Galaxy Official Sources (ALWAYS included)
- 🏠 [LG Master Web App (Lucia's Guide)](https://github.com/LiquidGalaxyLAB/LG-Master-Web-App) — The reference LG controller implementation
- 📋 [Liquid Galaxy LAB](https://github.com/LiquidGalaxyLAB) — All GSoC LG projects for inspiration
- 📖 [LG Core Installation](https://github.com/LiquidGalaxyLAB/liquid-galaxy) — Understand what runs on the rig
### Topic-Specific (per missed question)
- [Category]: Resource Name + URL — What to study
- [Category]: 🎥 YouTube Tutorial + URL — What it covers
## Final Verdict
[If score >= 4]: Graduation! [What to build next]
[If score 2-3]: Almost there! Study the resources above, then retake.
[If score 0-1]: Let's go back to basics. Start with Lucia's LG Master Web App and the linked tutorials.
For each wrong answer, do ALL of the following:
Give a clear, concise explanation with a code snippet if applicable.
Always reference how Lucia's LG Master Web App handles this concept:
Use the topic map from .agent/skills/lg-learning-resources/SKILL.md:
| Missed Category | Resources to Link |
|---|---|
| Command Flow | SSH tutorials, dartssh2 docs, LG Master Web App SSH service |
| KML Challenge | Google KML Reference, KML Tutorial, Earth Outreach, coordinate docs |
| Engineering Pillar | SOLID videos, Clean Architecture Flutter, Flutter App Architecture docs |
| Performance Pitfall | Flutter Performance docs, DevTools profiling, memory leak tutorials |
| Future Architect | LG multi-screen repos, modular architecture videos, API design guides |
"Try this: [specific mini-task related to the missed concept]. Then explain what you built."
3+ wrong answers -> Critical Advisor (.agent/skills/lg-critical-advisor/SKILL.md) + Learning Resources (.agent/skills/lg-learning-resources/SKILL.md) for a structured study plan before retry.
After the quiz is complete and the student passes (≥3 correct), automatically offer graduation:
"🎉 Congratulations! You've graduated as a Liquid Galaxy Engineer! Your app is built, reviewed, and deployed. Let's capture a demo recording and build the release APK. Ready for the final deliverables? 🚀"
If student says "ready" → activate .agent/skills/lg-demo-recorder/SKILL.md for screenshots/video, then flutter build apk --release.
If starting a new feature:
"Want to add another feature to your app? Let's brainstorm! Ready? 🧠"
If student says "ready" → activate .agent/skills/lg-brainstormer/SKILL.md for the next feature cycle.