packaging-framework

31 stars 7 forks
28
D

Use to structure pricing/packaging proposals with clear fences and value pillars.

Marketplace
Also in: 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/packaging-framework
skilz install gtmagents/gtm-agents/packaging-framework --agent opencode
skilz install gtmagents/gtm-agents/packaging-framework --agent codex
skilz install gtmagents/gtm-agents/packaging-framework --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/pricing-strategy/skills/packaging-framework ~/.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
github
Market Score
28

Agent Skill Grade

D
Score: 60/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing reference files for templates
  • No validation or feedback loops

Recommendations

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

Graded: 2026-01-24

Developer Feedback

I took a look at your packaging-framework skill and noticed the implementation focuses heavily on GTM strategy, but the documentation could use more context around why certain framework decisions were made—especially around how to validate that a packaging design actually works in market.

Links:

The TL;DR

You're at 60/100, D grade. This is based on Anthropic's best practices for agentic skills. Your strongest area is Spec Compliance (11/15)—the YAML structure is clean and properly formatted. The real drag is Progressive Disclosure Architecture (14/30)—you're putting everything in one file when separate reference docs would make this way more useful, and Utility (10/20) because the framework reads more like a scaffold than an actionable tool.

What's Working Well

  • Clean metadata structure – Your frontmatter is valid YAML with all required fields properly formatted
  • Solid framework flow – The 5-step progression (Segmentation → Metrics → Competitive → Narrative → Measurement) actually makes sense as a workflow
  • Practical GTM focus – You're addressing a real problem: pricing decisions are messy, and structure helps. That's legitimate utility.

The Big One: Missing Templates & Validation Steps

The skill lists templates (packaging matrix, competitive comparison, sales enablement one-pager) but doesn't actually provide them. This is your biggest opportunity for improvement. Right now someone reads your skill and gets the idea of what to do, but not the how.

The fix: Create a references/ directory with three template files:

  • references/packaging-matrix-template.md – actual structure with columns, sample data, decision logic
  • `references/competitive-c...

Report Security Issue

Found a security vulnerability in this agent skill?