Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Waterfall And Bridge Charts

ASecurity

Builds waterfall (bridge) charts that explain how a starting value became an ending value through a sequence of additions and subtractions.

6 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agents

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add andreworia/claude-powerpoint-skills --skill waterfall-and-bridge-charts --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Waterfall And Bridge Charts?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Waterfall And Bridge Charts
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/andreworia-waterfall-and-bridge-charts/badge)](https://www.skillsdirectory.com/skills/andreworia-waterfall-and-bridge-charts)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: waterfall-and-bridge-charts
description: Builds waterfall (bridge) charts that explain how a starting value became an ending value through a sequence of additions and subtractions.
---

# Waterfall and Bridge Charts

## When to use
Use this when the message is "how did we get from A to B." A waterfall, also called a bridge, decomposes a change into its drivers: opening value, a sequence of positive and negative moves, and the closing value. It is the standard chart for profit bridges, variance analysis, headcount changes, and price-volume-mix.

## What it does
It returns a fully specified waterfall: the bar sequence, which bars are totals versus deltas, the floating-bar construction, color rule for increases and decreases, connector lines, and labeling. It makes the drivers of a change legible at a glance.

## Method
Step 1. Define the start, the end, and the drivers.
List the opening value, each driver that moves it (with sign and size), and the closing value. The drivers must sum from opening to closing exactly. If they do not, there is a missing bridge item; surface it as an explicit "other" or "unexplained" bar rather than hiding the gap.

Step 2. Order the drivers deliberately.
Order tells a story. Common orders are largest driver first, or a logical sequence (volume, then price, then mix, then cost). Group all increases then all decreases only if that aids the narrative. Keep the order stable if you show the same bridge across periods.

Step 3. Construct the floating bars.
A waterfall is built from a stacked column chart where an invisible base bar lifts each delta to its correct floating height. The opening and closing bars rest on the zero baseline. Each delta bar floats: its base equals the running cumulative total before the move. Set the base series fill to no fill so only the delta bars show.

Step 4. Color by direction.
Use one color for increases, a second for decreases, and a third neutral color for the opening and closing total bars. Keep the increase and decrease colors consistent with the rest of the deck. The accent color is best reserved for the single most important driver or the closing value.

Step 5. Add connector lines.
Thin horizontal connectors link the top of one bar to the base of the next. They guide the eye along the cumulative path and make the bridge read as one flow rather than disconnected bars. Keep them light gray.

Step 6. Label every bar with its value and sign.
Show the value on each delta bar with an explicit plus or minus. Label the opening and closing totals clearly. The signed labels let the reader verify the arithmetic.

Step 7. Validate the math.
Confirm opening plus the signed deltas equals closing. A waterfall that does not reconcile is worse than no chart. State the reconciliation in one line.

Step 8. Build native in PowerPoint.
Insert a stacked column chart, structure the worksheet with a base series and a delta series (or separate increase and decrease columns), set the base fill to none, add connectors, and label. Everything stays editable.

## Inputs
- Opening value, closing value, and each driver with sign and magnitude.
- The intended order of drivers.
- The single driver or total to emphasize, if any.
- The deck's increase and decrease colors.

## Output format
- The ordered bar sequence (opening, deltas, closing).
- Which bars are totals versus floating deltas.
- The base-series construction note.
- Color rule for increases, decreases, totals, and the accent bar.
- Connector and label plan.
- The reconciliation check (opening plus deltas equals closing).

## Example
Input: operating profit bridge, opening 100, volume plus 18, price plus 9, cost minus 22, mix minus 5, closing 100.

Output:
- Sequence: Opening 100, Volume +18, Price +9, Cost -22, Mix -5, Closing 100.
- Totals: Opening and Closing rest on zero; the four drivers float.
- Base series: invisible base equals the running cumulative before each delta.
- Color: increases blue, decreases gray-blue, totals neutral; Cost in accent color as the largest decrease.
- Connectors: light gray lines linking each bar to the next.
- Reconciliation: 100 + 18 + 9 - 22 - 5 = 100, confirmed.

Attribution

andreworiaandreworia
View sourceMore from andreworia →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →