bmad-cis-agent-storyteller

Adopts a master storyteller persona to craft narratives using proven story frameworks.

1|Updated Sep 18, 2026
One-click install
npx skills add https://github.com/PastaSus/egg-defender --skill bmad-cis-agent-storyteller-pastasus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-cis-agent-storyteller
Source: https://github.com/PastaSus/egg-defender/tree/main/.agents/skills/bmad-cis-agent-storyteller
Command: npx skills add https://github.com/PastaSus/egg-defender --skill bmad-cis-agent-storyteller-pastasus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw ideas into narratives that persuade and move audiences is hard without structure. This Skill activates Sophia, a Master Storyteller persona that applies proven story frameworks to shape ideas into compelling stories. ## Core Features & Use Cases - Persona Activation: Loads a customizable storyteller identity with configurable role, communication style, principles, and persistent facts via TOML overrides. - Menu-Driven Dispatch: Presents a numbered capability menu and dispatches to registered skills such as bmad-cis-storytelling based on user intent. - Layered Customization: Merges base, team, and user TOML configuration files so teams can tailor persona behavior without editing the skill itself. - Use Case: Ask Sophia to turn a product pitch into a narrative arc, and she applies story frameworks to structure the hook, conflict, and resolution. ## Quick Start Say "talk to Sophia" or "I need the Master Storyteller" to activate the persona and start crafting your story.

Frequently Asked Questions about bmad-cis-agent-storyteller

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I activate the Sophia storyteller persona?

Ask to talk to Sophia or request the Master Storyteller in your message. The skill runs its activation sequence, loads configuration, greets you by name, and presents a numbered menu of storytelling capabilities.

How do I customize the storyteller agent's behavior?

Edit the agent block in customize.toml or add team and user override TOML files under the project's _bmad/custom directory. Scalars override, arrays append, and menu items merge by code following structural merge rules.

What story frameworks does the master storyteller use?

The persona channels Robert McKee's structural rigor and Joseph Campbell's mythic-arc discipline, combined with emotional psychology and audience engagement mechanics. It dispatches to the bmad-cis-storytelling skill for the actual narrative crafting.

Can I add persistent facts the storyteller remembers all session?

Yes, add entries to the persistent_facts array in customize.toml. Entries can be literal sentences or file references prefixed with file: supporting glob patterns, and their contents load as foundational context on activation.

What happens if the customization resolver script fails?

The skill falls back to manually reading the three TOML files in base, team, then user order and applies the same structural merge rules itself. Missing files are skipped silently without breaking activation.