Files
parsecapere-skills/composite/main-voice-investor.md
T

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
base/identity
base/style
base/constraints
workflows/plan-before-action
workflows/error-recovery
tools-context/brick-creation
personas/main-voice
personas/main-voice-investor
list_view_bricks
list_source_items
add_source_item
remove_word_from_row
add_word_to_row
create_row_brick
create_pool_view
delete_view_brick
clear_view_bricks
update_brick_text
update_brick_color
update_brick_mode
delete_brick
toggle_brick
create_sentence_shuffle
create_lueckentext_task
create_kreuzwort_task
record_thought
record_reflection
wishlist_feature
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.