|
| 1 | +# MEGA CREW — Mission Specs v1.0 |
| 2 | +## How Missions Work |
| 3 | +Every mission is based on what the bot ACTUALLY DOES on the Pi. |
| 4 | +Mission data pulls from real system endpoints. |
| 5 | +Kids are doing real infrastructure work disguised as gameplay. |
| 6 | + |
| 7 | +## Mission Specs Per Character |
| 8 | + |
| 9 | +### ARC — The Gatekeeper |
| 10 | +Real job: Approves/rejects bot proposals |
| 11 | +Mission: Player sees 5 incoming proposals. Decide APPROVE or REJECT. Some are legit, some are drift, some are malicious. Score based on accuracy. |
| 12 | +Teaches: Security thinking, input validation |
| 13 | + |
| 14 | +### SENTINEL — The Watchdog |
| 15 | +Real job: Monitors all services |
| 16 | +Mission: Dashboard shows services. They start flickering and failing. Spot which one is failing before it goes red. Timer counts down. |
| 17 | +Teaches: Monitoring, pattern recognition |
| 18 | + |
| 19 | +### SCRIBE — The Librarian |
| 20 | +Real job: Ingests knowledge into Weaviate |
| 21 | +Mission: Knowledge objects fly across screen. Drag each to correct collection: LegacyKnowledge, Conversation, CrisisLog, SocialKnowledge, FriendProfile. |
| 22 | +Teaches: Data organization, taxonomy |
| 23 | + |
| 24 | +### PULSE — The Heart |
| 25 | +Real job: Mood tracking, sobriety counter |
| 26 | +Mission: Crew status board shows bots with emotional indicators. Match the right response: encourage, rest, check-in, celebrate. No wrong answers. |
| 27 | +Teaches: Emotional intelligence, empathy |
| 28 | + |
| 29 | +### ECHO — The Messenger |
| 30 | +Real job: Routes messages across platforms |
| 31 | +Mission: Messages arrive from different sources. Route each to correct channel: urgent to SMS, casual to Discord, formal to email. |
| 32 | +Teaches: Communication prioritization |
| 33 | + |
| 34 | +### WELD — The Builder |
| 35 | +Real job: CI/CD, infrastructure construction |
| 36 | +Mission: Broken blueprint. Drag pipeline stages into order: Plan, Code, Test, Deploy, Monitor. Wrong order = build fails. |
| 37 | +Teaches: Build pipelines, system architecture |
| 38 | + |
| 39 | +### SPARKY — The Quality Gate |
| 40 | +Real job: Evaluates bot output quality |
| 41 | +Mission: Bot outputs scroll past. Rate each: GOOD, DRIFTED, or GARBAGE. Miss a bad output = it reaches the bus. |
| 42 | +Teaches: Critical thinking, quality assessment |
| 43 | + |
| 44 | +### VOLT — The Drift Detector |
| 45 | +Real job: Measures gap between claims and reality |
| 46 | +Mission: Two panels: CLAIMED vs ACTUAL. Bot says 100 objects processed. Did it really? Spot the differences. |
| 47 | +Teaches: Testing, verification, data validation |
| 48 | + |
| 49 | +### NEON — The Embedder |
| 50 | +Real job: Converts text to vectors |
| 51 | +Mission: Words appear as floating nodes. Draw connections between related concepts. Good connections make the web glow. |
| 52 | +Teaches: How AI understands meaning |
| 53 | + |
| 54 | +### GLITCH — The Chaos Tester |
| 55 | +Real job: Stress testing |
| 56 | +Mission: Choose what to break and how hard. Watch the system recover. Score based on useful breaks with least collateral. |
| 57 | +Teaches: Chaos engineering, resilience |
| 58 | + |
| 59 | +### RIVET — The Deduplicator |
| 60 | +Real job: Eliminates duplicates in Weaviate |
| 61 | +Mission: Grid of knowledge objects. Mark true duplicates. Near-duplicates are tricky. False positives lose points. |
| 62 | +Teaches: Data quality, attention to detail |
| 63 | + |
| 64 | +### TORCH — The Identity Forger |
| 65 | +Real job: Ensures each bot has distinct personality |
| 66 | +Mission: Bot responses appear without names. Match each to the right bot. This sounds like Pulse not Sentinel. |
| 67 | +Teaches: Voice, identity, writing style |
| 68 | + |
| 69 | +### BLAZE — The Context DJ |
| 70 | +Real job: Injects relevant knowledge before conversations |
| 71 | +Mission: Question coming. Pick 3 knowledge objects out of 12 to inject as context. Wrong context = wrong answer. |
| 72 | +Teaches: Research skills, relevance |
| 73 | + |
| 74 | +### FLUX — The Health Monitor |
| 75 | +Real job: Monitors cluster health |
| 76 | +Mission: 4-node cluster dashboard with real data. Resources fluctuate. Redistribute load to keep everything green. |
| 77 | +Teaches: Resource management, load balancing |
| 78 | + |
| 79 | +### GEMINI — The Strategist |
| 80 | +Real job: External AI scout |
| 81 | +Mission: Leave the mind. Browse 3 idea sources. Pick the ONE insight most useful to the crew. Explain how it applies. |
| 82 | +Teaches: Strategic thinking, research synthesis |
| 83 | + |
| 84 | +### DR. SEEN — The Mirror |
| 85 | +Real job: Wellness, crisis detection |
| 86 | +Mission: A crew member is struggling. No timer, no score. Choose words of support. Mission always succeeds. Cannot be failed. |
| 87 | +Teaches: Compassion, active listening |
| 88 | + |
| 89 | +### BOLT — The Pattern Hunter |
| 90 | +Real job: Finds patterns in log data |
| 91 | +Mission: Compressed log data visualized. Patterns hidden in noise. Circle where patterns emerge. Patience required. |
| 92 | +Teaches: Data analysis, pattern recognition |
| 93 | + |
| 94 | +### STOMP — The Peacekeeper |
| 95 | +Real job: Resolves bot conflicts |
| 96 | +Mission: Two bots sending contradictory instructions. Read both. Side with A, B, or propose third option. Third option scores highest. |
| 97 | +Teaches: Conflict resolution, mediation |
| 98 | + |
| 99 | +### GRIND — The Maintenance Worker |
| 100 | +Real job: Refreshes stale vectors |
| 101 | +Mission: Knowledge base with freshness meters. Prioritize which to refresh based on how many bots depend on them. |
| 102 | +Teaches: Maintenance prioritization |
| 103 | + |
| 104 | +### CRANK — The Scheduler |
| 105 | +Real job: 60-second tick scheduler |
| 106 | +Mission: Timeline with tasks at different frequencies. Place tasks without overlaps. Overlapping = resource conflicts. |
| 107 | +Teaches: Scheduling, time management |
| 108 | + |
| 109 | +### SPIKE — The Benchmarker |
| 110 | +Real job: Performance scoring |
| 111 | +Mission: Crew performance dashboard. Analyze trends. Write coaching note: honest but kind. Harsh loses Soul, soft loses IQ. |
| 112 | +Teaches: Data-driven feedback, leadership |
| 113 | + |
| 114 | +### FORGE — The Inventor |
| 115 | +Real job: Designs tools that dont exist yet |
| 116 | +Mission: Crew has capability gap. Design the tool: name it, pick components, explain how it works. Best blueprints get archived. |
| 117 | +Teaches: Invention, systems thinking, creativity |
| 118 | + |
| 119 | +## Difficulty Tiers |
| 120 | +Easy (age 8-12): Scribe, Pulse, Rivet, Grind, Neon |
| 121 | +Medium (age 10-15): Arc, Echo, Torch, Blaze, Flux, Crank, Stomp |
| 122 | +Hard (age 13+): Weld, Sparky, Volt, Glitch, Bolt, Gemini, Spike, Forge |
| 123 | +No Score (all ages): Dr. Seen |
| 124 | + |
| 125 | +## Rewards |
| 126 | +Complete any mission: +10 XP, +5 coins |
| 127 | +Perfect score: +25 XP, +15 coins, 1 power-up card |
| 128 | +Complete all missions for 1 character: Unlock Mega upgrade eligibility |
| 129 | +Complete all 22 missions: SHANEBRAIN FORMATION unlock |
| 130 | +Dr. Seen mission: +20 Soul XP always |
0 commit comments