financial-product-blueprint

31 stars 7 forks
28
F

Template for packaging financial products with pricing, underwriting, and compliance details.

Marketplace
Also in: github ci cd

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/financial-product-blueprint
skilz install gtmagents/gtm-agents/financial-product-blueprint --agent opencode
skilz install gtmagents/gtm-agents/financial-product-blueprint --agent codex
skilz install gtmagents/gtm-agents/financial-product-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/financial-services/skills/financial-product-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
Non-Technical
Meta-Domain
development
Primary Domain
javascript
Market Score
28

Agent Skill Grade

F
Score: 59/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files
  • No Trigger Terms Defined

Recommendations

  • Focus on improving Pda (currently 15/30)
  • Focus on improving Ease Of Use (currently 14/25)
  • Focus on improving Utility (currently 10/20)

Graded: 2026-01-24

Developer Feedback

I took a look at your financial-product-blueprint skill, and I'm curious about the approach—with a 59/100 score, there's clearly some solid foundational thinking here, but I'm wondering if the spec compliance and progressive disclosure could be tightened up to make this more production-ready for teams that need to move fast on financial modeling.

Links:

The TL;DR

You're at 59/100, F territory. This is graded against Anthropic's best practices for agentic skills. Your strongest area is Writing Style (8/10)—the tone is clean and professional. The real drag is Utility (10/20) and Progressive Disclosure Architecture (15/30). The core problem: you're trying to cram a complex framework into 32 lines without depth layers or concrete examples, which makes it hard for developers to actually use this.

What's Working Well

  • Solid foundational structure — Your five-area framework (Product Overview, Pricing, Compliance, Operational Hooks, Templates) is logically organized and covers the right domains
  • Clean writing voice — Mostly imperative and factual; no marketing fluff. Keeps the focus on execution
  • Valid YAML frontmatter — Metadata is properly formatted with required fields in place
  • Financial domain specificity — You're clearly thinking about real pain points (versioning, CRM sync, compliance)

The Big One: Missing Reference Files & Concrete Templates

This is your biggest bang-for-buck fix. Right now, everything's compressed into SKILL.md with no external depth layers. You mention "Rate card + incentive tracker" and "Product fact sheet" but provide zero actual templates or examples. When a developer invokes this skill, they get conceptual guidanc...

Report Security Issue

Found a security vulnerability in this agent skill?