Internal Narrative

Internal Narrative

Build and maintain one coherent company story across all audiences — employees, investors, customers, candidates, and partners. Detects narrative cont

Category: development Source: alirezarezvani/claude-skills

What Is Internal Narrative?

Internal Narrative is a Claude Code skill designed to help organizations construct and sustain a unified, coherent company story across all major audiences—including employees, investors, customers, candidates, and partners. As companies scale, messaging often fragments, leading to inconsistencies that erode trust and dilute impact. The Internal Narrative skill, available at claude-skills/internal-narrative, addresses this challenge by detecting contradictions and aligning messaging so that the same underlying truth is communicated, but tailored to each audience’s concerns and context.

Unlike traditional messaging frameworks that focus on one-way communication, Internal Narrative is an active, context-aware tool that both builds and safeguards the consistency and clarity of your company’s story. It is particularly useful during periods of rapid change, fundraising, crisis management, or when preparing materials for all-hands meetings, board updates, recruiting, or external communications.

Why Use Internal Narrative?

Narrative inconsistency is a subtle but significant threat to organizational trust and cohesion. When employees hear one story and investors hear another, or when candidates sense mixed messages, credibility and alignment suffer. The Internal Narrative skill ensures that all communication stems from a single source of truth, adapted for relevance but never contradictory.

Key reasons to adopt this approach include:

  • Trust Building: Consistent messaging across stakeholder groups enhances trust and minimizes confusion.
  • Efficiency: Avoids the redundancy and rework associated with tailoring separate messages from scratch.
  • Crisis Resilience: During challenging times, a unified narrative prevents panic, rumor, and external misinterpretation.
  • Recruitment and Retention: Candidates and employees value organizational transparency and alignment.
  • Investor Confidence: Investors are more likely to support companies that demonstrate clarity and coherence.

For leaders and communications professionals, Internal Narrative acts as both a safeguard and an accelerator for strategic messaging.

How to Get Started

To use the Internal Narrative skill, you will need a Claude-compatible environment and access to the skill repository. Here is a basic setup guide for integration:

  1. Clone the Skill Repository

    git clone https://github.com/alirezarezvani/claude-skills.git
    cd claude-skills/c-level-advisor/internal-narrative
    
  2. Install Dependencies Internal Narrative is a logic-driven skill, so ensure you have the necessary environment for Claude skills (typically Python and any required frameworks).

    pip install -r requirements.txt
    
  3. Invoke the Skill in Your Workflow The skill is typically called programmatically within your communications prep workflow. For example, to analyze a draft investor update and ensure narrative consistency:

    from internal_narrative import check_consistency, translate_narrative
    
    company_story = """
    We are reallocating resources from Product A to Product B to better address market demand and improve long-term growth.
    """
    
    # Check for contradictions across different audience narratives
    contradictions = check_consistency(company_story)
    
    # Generate tailored narrative for employees
    employee_message = translate_narrative(company_story, audience="employees")
    
    # Generate tailored narrative for investors
    investor_message = translate_narrative(company_story, audience="investors")
    

    This approach ensures you maintain narrative alignment while customizing tone and focus.

Key Features

  • Narrative Consistency Detection: Automatically flags contradictions and inconsistencies across audience-specific messaging drafts.
  • Audience Translation: Converts a single company truth into multiple, audience-appropriate versions (e.g., board communication vs. all-hands update).
  • Context Adaptation: Adjusts message framing based on current events (e.g., crisis, launch, restructuring).
  • Integration Friendly: Can be embedded into communications workflows, document pipelines, or used as a review checkpoint before distribution.
  • Templates and Frameworks: Includes narrative frameworks and templates for common corporate scenarios such as all-hands meetings, investor updates, and recruiting pitches.
  • Open Source and Extensible: Released under the MIT license, allowing for community contributions and customization.

Best Practices

  • Start with the Core Truth: Always begin from the central fact or decision that affects all stakeholders. Avoid embellishment or selective omission.
  • Use Audience Translation, Not Distortion: Adapt language and emphasis for each group, but never alter the underlying facts.
  • Leverage Templates: Use the provided templates for recurring communications to streamline preparation and maintain consistency.
  • Review Regularly: Revisit your internal narrative during major company milestones, crises, or after significant feedback from any audience.
  • Integrate Early in Your Workflow: Use the skill at the start of message planning, not just as a final check, to avoid last-minute rework.
  • Document Changes: Maintain a log of narrative adjustments and rationale to support transparency and future audits.

Important Notes

  • Not a Substitute for Leadership Judgment: While Internal Narrative provides invaluable structure and safeguards, it cannot replace executive intuition or situational judgment.
  • Data Privacy: When using with sensitive or confidential communications, ensure your workflow complies with company data handling policies.
  • Customization Required: For highly specialized industries or non-standard audiences, you may need to extend or adjust the translation logic.
  • Continuous Feedback Loop: Incorporate feedback from key audiences to refine narrative translation and ensure messages resonate as intended.
  • Skill Updates: Check the repository for updates and improvements, especially as communication norms and company strategies evolve.

By embedding Internal Narrative into your communications process, you equip your organization to tell one clear, trusted story—whatever the context, whoever the audience.