risk-playbooks

31 stars 7 forks
28
C

Use when identifying launch risks, mitigation plans, and escalation owners.

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/risk-playbooks
skilz install gtmagents/gtm-agents/risk-playbooks --agent opencode
skilz install gtmagents/gtm-agents/risk-playbooks --agent codex
skilz install gtmagents/gtm-agents/risk-playbooks --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/product-launch-orchestration/skills/risk-playbooks ~/.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
ansible
Market Score
28

Agent Skill Grade

C
Score: 76/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Missing Template Artifacts
  • Vague Scoring Methodology
  • Incomplete Workflow Validation

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 noticed you're tackling operational risk management through structured playbooks—that's a solid approach to making chaos predictable. At 76 points, you've got the core foundations in place, but there are some gaps in how developers would actually navigate and extend these playbooks that we should dig into.

Links:

The TL;DR

You're at 76/100, which lands you in C territory—adequate with some meaningful gaps. This is based on Anthropic's skills best practices. Your Spec Compliance is rock solid at 12/15, but Progressive Disclosure Architecture (22/30) and Utility (14/20) need work. The biggest opportunity? Making your templates and scoring logic concrete instead of conceptual.

What's Working Well

  • Rock-solid metadata — Your frontmatter is valid YAML with all required fields, and the trigger descriptions clearly signal when to use this (pre-launch planning, mid-launch escalations, post-launch reviews).
  • Consistent terminology throughout — "Tiers," "likelihood," "impact," "owners," "escalations" stay consistent, which makes the framework predictable.
  • Practical structure — The five-category risk framework (capability, timeline, technical, resource, external) is lean and covers real launch scenarios without overthinking it.
  • Clear section ordering — Your "When to Use" and "Execution Process" sections follow a logical progression that a developer could follow step-by-step.

The Big One: Missing Template Artifacts

Right now, you mention templates but don't provide them:

Templates
- Risk register (description, likelihood, impact, owner, mitigation, status).
- Escalation playbook (trigger, communication plan, action tree).

This hurts **Progressive Dis...

Report Security Issue

Found a security vulnerability in this agent skill?