Amplifier Bundle: Stories (storyteller)

June 3, 2026 · View on GitHub

Autonomous storytelling engine for any project.

Create professional presentations, documents, and content across multiple formats and audiences.

Installation

amplifier bundle add git+https://github.com/microsoft/amplifier-bundle-stories@main#subdirectory=behaviors/stories.yaml --app

What's Included

Content Formats (5)

FormatBest For
HTMLQuick internal shares, GitHub Pages
PowerPointExecutive presentations, corporate settings
ExcelData analysis, metrics dashboards
WordTechnical documentation, proposals
PDFFinal deliverables, archival

Specialist Agents (12)

AgentPurpose
stories:storytellerPrimary agent - creates presentations
stories:story-researcherGathers data from git, sessions, APIs
stories:content-strategistPlans what stories to tell
stories:technical-writerDeep technical documentation
stories:marketing-writerCommunity and public communication
stories:executive-brieferHigh-level summaries for decision-makers
stories:release-managerAutomated release documentation
stories:case-study-writerNarrative case studies from sessions
stories:data-analystData transformation and visualization
stories:content-adapterFormat and audience transformation
stories:community-managerCommunity engagement content
stories:evaluation-visualizerSelf-contained HTML evaluation dashboards from run results

Automated Workflows (4 Recipes)

RecipeDescription
session-to-case-studyTurn breakthrough sessions into shareable content
git-tag-to-changelogGenerate release notes from git tags
weekly-digestRegular project updates with zero manual work
blog-post-generatorFeature stories from git activity

Quick Start

Manual Creation

"Create a PowerPoint about shadow environments"
"Make an Excel dashboard showing adoption metrics"
"Write a case study about the authentication refactor"
"Create me an evaluation dashboard using the results at <path> that explains to me the results."

Automated (Recipes)

"Run the weekly digest recipe"
"Generate a case study from this session"
"Create release notes for the v2.0 tag"

Directory Structure

amplifier-bundle-stories/
├── bundle.md                 # Thin entry point
├── behaviors/
│   └── storyteller.yaml      # Agents + recipes
├── agents/                   # 11 specialist agents
├── context/                  # Instructions & styles
│   ├── storyteller-instructions.md
│   ├── presentation-styles.md
│   ├── responsive-design.md
│   ├── powerpoint-template.md
│   └── archetypes/           # Story patterns
├── recipes/                  # Automated workflows
├── tools/                    # Python utilities
│   ├── html2pptx.py
│   ├── analyze_sessions.py
│   └── create_dashboard.py
└── workspace/                # Format templates
    ├── pptx/templates/
    ├── xlsx/templates/
    ├── docx/templates/
    └── pdf/templates/

Dependencies

This bundle includes amplifier-foundation for core tools (filesystem, bash, web).

For document creation, you'll need the Anthropic Skills:

git clone https://github.com/anthropics/skills ~/dev/anthropic-skills

Contributing

Note

This project is not currently accepting external contributions, but we're actively working toward opening this up. We value community input and look forward to collaborating in the future. For now, feel free to fork and experiment!

Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit Contributor License Agreements.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

License

MIT License - see LICENSE