outbound-plays

31 stars 7 forks
28
D

Use to craft channel-specific outreach sequences that tie directly to detected intent signals.

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/outbound-plays
skilz install gtmagents/gtm-agents/outbound-plays --agent opencode
skilz install gtmagents/gtm-agents/outbound-plays --agent codex
skilz install gtmagents/gtm-agents/outbound-plays --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/intent-signal-orchestration/skills/outbound-plays ~/.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
ci cd
Market Score
28

Agent Skill Grade

D
Score: 65/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing concrete templates and examples
  • Framework steps lack actionable instructions

Recommendations

  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I found your skill while evaluating the latest batch—the outbound-plays approach is solid, but I'm curious why you went with that particular pattern for handling the workflow orchestration when there seem to be some edge cases in the current implementation (you're sitting at a 65/100).

Links:

The TL;DR

You're at 65/100, D territory—which is workable but leaves real points on the table. This is based on Anthropic's skill grading standards. Your strongest area is Spec Compliance (11/15) with solid YAML frontmatter and naming conventions, but Utility (12/20) and Ease of Use (17/25) are dragging things down. The gap mostly comes from missing concrete examples and fuzzy execution instructions.

What's Working Well

  • Clean structure – Your YAML frontmatter is valid and follows conventions perfectly. The hyphen-case naming (outbound-plays) is correct.
  • Real problem you're solving – The Framework section correctly identifies an actual GTM workflow pain: tying intent signals to outreach timing. That's legitimate utility.
  • Numbered steps – Your 1-4 framework progression (Trigger Mapping → Content Adaptation → Execution → Measurement) shows you thought about logical flow.

The Big One: Missing Templates and Concrete Examples

Here's what's holding you back: you list templates in your Templates section but don't provide them. You say "Trigger-to-play matrix (signal, persona, playbook, assets needed)" but show zero examples. A user reading this skill has no idea what a filled-in trigger-to-play matrix actually looks like.

Why it matters: Without examples, your skill is conceptual guidance masquerading as executable. Users can't validate they're doing it right, and they'll...

Report Security Issue

Found a security vulnerability in this agent skill?