Internal Narrative Builder

Builds and maintains one coherent company story across all audiences — employees, investors, customers, candidates, and partners. It detects narrative contradictions and ensures the same truth is framed for each audience's needs, producing audience-specific communication guidance and a consistency checklist.

✨ What it does

  • Builds a core narrative from a template.
  • Creates an audience translation matrix for employees, investors, customers, and candidates.
  • Detects contradictions across audiences with a structured check.
  • Provides audience-specific communication cadence and formats.
  • Includes an all-hands structure and failure modes.
  • Offers a crisis communication sequence and template.

🎯 When to use it

  • Preparing investor updates, all-hands presentations, or board communications.
  • Crafting recruiting narratives or communicating with candidates.
  • Handling crisis communications or internal messaging during sensitive events.
  • When you need to ensure messaging consistency across different stakeholder groups.
  • When someone mentions company narrative, storytelling, or messaging consistency.

🚀 How to use

Trigger by asking to build or align your company narrative, or by mentioning a specific communication (e.g., 'prepare an investor update'). The skill expects you to provide facts about your company (mission, progress, challenges) and the audience you're addressing. It will guide you through building a core narrative, translating it per audience, and checking for contradictions. Example prompts:

Help me prepare an all-hands presentation that is honest and motivating.
We're pivoting from hardware to software. How do I communicate this to employees, investors, and customers without contradictions?

📄 Output: A narrative consistency checklist and audience-specific communication guidance, including templates for core narrative and crisis messaging.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/c-level-advisor/skills/internal-narrative .claude/skills/internal-narrative

Skill source: c-level-advisor/skills/internal-narrative/SKILL.md

⚠️ Good to know

Requires accurate, honest input about the company's current state; it does not generate content without user-provided facts.

❓ FAQ

What is the core principle of the Internal Narrative Builder?

The same fact lands differently depending on who hears it and what they need, so you must maintain truth while serving each audience's actual question.

How does the skill handle contradictions?

It runs a contradiction check before major communications, and if a contradiction is found, you should fix the less accurate version and communicate the correction explicitly.

What is the 4-hour rule in crisis communication?

If something is public or about to be, communicate internally within 4 hours so employees never learn about company news from Twitter.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.