waterfall-blueprint

31 stars 7 forks
28
D

Use to design provider sequences, throttling logic, and credit policies for enrichment waterfalls.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install gtmagents/gtm-agents/waterfall-blueprint
skilz install gtmagents/gtm-agents/waterfall-blueprint --agent opencode
skilz install gtmagents/gtm-agents/waterfall-blueprint --agent codex
skilz install gtmagents/gtm-agents/waterfall-blueprint --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/data-signal-enrichment/skills/waterfall-blueprint ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Technical
Meta-Domain
cloud infrastructure
Primary Domain
terraform
Market Score
28

Agent Skill Grade

D
Score: 62/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
15/30
Ease of Use
18/25
Writing Style
7/10
Utility
10/20
Modifiers: +1

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files for Templates
  • No Validation or Testing Workflow

Recommendations

  • Focus on improving Pda (currently 15/30)
  • Focus on improving Utility (currently 10/20)
  • Address 2 high-severity issues first

Graded: 2026-01-24

Developer Feedback

Found your waterfall-blueprint skill while reviewing some project planning tools—the structural approach to breaking down complex deliverables is solid, though I think there's room to tighten up how you're guiding developers through the decision points.

Links:

The TL;DR

You're at 62/100, which puts you in D territory. This is based on Anthropic's skills best practices framework. Your strongest area is Spec Compliance (11/15)—the YAML frontmatter is clean and you've got the naming conventions right. The biggest drag is Utility (10/20) and Progressive Disclosure Architecture (15/30)—there's conceptual value here, but developers need more actionable guidance and concrete templates to actually use this.

What's Working Well

  • Clean metadata structure – Your YAML frontmatter is valid and follows conventions, which makes the skill discoverable
  • Conceptual framework is sound – The 5-step waterfall breakdown (Goal & Constraints → Design → Implementation → Testing → Versioning) is a logical flow that makes sense for enrichment routing
  • Specific domain focus – You're targeting a real problem (provider sequences, throttling, credit policies), not some vague generic task
  • grep-friendly formatting – The structure scores points for being easy to parse and navigate

The Big One: Missing Reference Files and Templates

Here's what's holding you back the most: you mention templates in your "Templates" section, but they don't actually exist. You list:

  • Waterfall diagram (sequence, inputs, outputs, fallback paths)
  • Routing table (provider, criteria, cost, notes)
  • Change log with owners + rationale

But none of these are provided. This violates the layered Progressive D...

Report Security Issue

Found a security vulnerability in this agent skill?