executive-ebr-kit

31 stars 7 forks
28
F

Template pack for executive business reviews with outcomes, risks, and asks.

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/executive-ebr-kit
skilz install gtmagents/gtm-agents/executive-ebr-kit --agent opencode
skilz install gtmagents/gtm-agents/executive-ebr-kit --agent codex
skilz install gtmagents/gtm-agents/executive-ebr-kit --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/customer-success/skills/executive-ebr-kit ~/.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
general
Primary Domain
general
Market Score
28

Agent Skill Grade

F
Score: 44/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Template Files
  • No Execution Workflow

Recommendations

  • Focus on improving Pda (currently 8/30)
  • Focus on improving Ease Of Use (currently 11/25)
  • Focus on improving Utility (currently 6/20)

Graded: 2026-01-24

Developer Feedback

I found your executive brief report generator while reviewing skills in the grading pipeline—the concept of automating EBR templates is solid, but the current implementation has some structural gaps that are keeping it from reaching its potential.

Links:

The TL;DR

You're at 44/100, which is an F grade. This is based on Anthropic's 5-pillar skill rubric covering token efficiency, ease of use, spec compliance, writing clarity, and practical utility. Your strongest area is Spec Compliance (11/15), but you're really struggling with Progressive Disclosure Architecture (8/30)—that's where the most opportunity lives.

What's Working Well

  • Valid frontmatter structure – Your YAML is clean and follows conventions correctly
  • Clear naming conventions – Using hyphen-case properly (executive-ebr-kit)
  • Focused scope – The skill has a clear purpose around EBR/QBR frameworks rather than trying to do too much

The Big One: Missing Templates and References

This is your biggest blocker. You mention six-slide decks, memos, and action logs in the "Templates" section (lines 21-24), but they don't actually exist anywhere. You're describing what the skill could do without providing the actual assets that make it work.

The fix: Create a references/ directory with:

  • references/ebr-deck-template.md – Actual 6-slide outline with talking point placeholders
  • references/ebr-memo-template.md – Async EBR memo format
  • references/action-log-template.md – Decision/action tracker template

Then update your SKILL.md to reference these files directly. This alone would jump you +10 points because it transforms the skill from conceptual to actually usable.

Other Things Worth Fixing

  1. **No execution wor...

Report Security Issue

Found a security vulnerability in this agent skill?