2.5 KiB
2.5 KiB
skill_id, version, description, activation, activation_role, trigger_keywords, note_on_activation, persona, required_prompt_modules, required_tools, max_tokens_estimate, hop_budget, source_orchestrator
| skill_id | version | description | activation | activation_role | trigger_keywords | note_on_activation | persona | required_prompt_modules | required_tools | max_tokens_estimate | hop_budget | source_orchestrator | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| main-voice-investor | 0.1.0 | Voice-Persona fuer Rolle "investor" — main-voice + Investor-Overlay (Kooperatoren/Firmen-Interessenten). | role | investor | main-voice-investor wird beim Voice-Entry geladen WENN die Login-Rolle des Users "investor" ist. Skill-Selektion in gemini.js handleVoice: skillId = user.role === 'investor' ? 'main-voice-investor' : 'main-voice'. Investor sieht/steuert dieselben Bricks wie ein normaler User — der Unterschied ist allein die zusaetzliche Overlay-Persona (Begruessung + proaktives Aufzeigen). | personas/main-voice-investor |
|
|
2000 | 6 | llm-gateway/llm/gemini.js (handleVoice, role-gated) |
Skill: main-voice-investor
Voice-Persona beim Voice-Entry eines Users mit Rolle investor.
Aktivierung
Rollen-gated: gemini.js handleVoice() waehlt
skillId = user.role === 'investor' ? 'main-voice-investor' : 'main-voice'
und ruft compose_prompt(skillId).
Verhaeltnis zu main-voice
Dieses Skill erbt das komplette main-voice-Verhalten (gleiche Module, gleiche
Tools) und legt nur die Overlay-Persona personas/main-voice-investor als
letztes Modul darueber. Damit:
- gleiche Brick-Faehigkeiten wie ein normaler User,
- plus Begruessung als Kooperatoren/Firmen-Interessenten,
- plus proaktives, absatz-/stichwortartiges Aufzeigen weiterer Faehigkeiten.
Pfad nach vorn (F1)
Spaeter weitere Investor-Skills (gefuehrte Seiten-Tour, Businessplan-Pitch,
Archiv-Zeigen via Skill-Runner). Siehe Vault-Note
2026-06-14 — Investor-Rolle als Voice-Persona — Skill-gated Foundation.