gos-critic-playbook

Validate sales playbook Markdown files against four quality gates and output a JSON report.

41|27|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kcleto-ai/growth-os-skills --skill gos-critic-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gos-critic-playbook
Source: https://github.com/kcleto-ai/growth-os-skills/tree/main/.claude/skills/gos-critic-playbook
Command: npx skills add https://github.com/kcleto-ai/growth-os-skills --skill gos-critic-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables teams to automatically validate outputs of the gos-playbook-vendas against defined quality gates, ensuring consistent, auditable results and faster feedback loops.

Core Features & Use Cases

  • Tool-grounded validation of playbook outputs using a Python script that checks four quality gates: D.E.A.L. lite (4 phases) with a 30-minute threshold, at least five objections with handles, a five-stage funnel, and three quantified pains.
  • Generates a structured JSON validation report detailing pass/fail per check and remediation guidance for failures.
  • Useful for auditors and ops teams integrating playbooks into QA pipelines or field testing with real prospects.

Quick Start

Run the critic against a playbook Markdown file to obtain a validation report.

Frequently Asked Questions about gos-critic-playbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate sales playbook outputs against quality gates?

Sales playbook validation runs Python checks against Markdown files to enforce quality gates. It identifies compliance with D.E.A.L. phases, objection handling, funnel stages, and quantified pains, outputting a structured JSON validation report.

What is a D.E.A.L. lite check for a 30-minute sales playbook?

A D.E.A.L. lite check validates that a sales playbook contains four distinct phases within a 30-minute threshold. It audits the playbook structure to ensure the sales process fits the required time constraint.

Can I use Python standard library to audit sales objection handling in Markdown?

Python standard library scripts can audit sales objection handling in Markdown files. The validation checks for a minimum of five objections with corresponding handles and reports any deficits in the JSON output.

What does a JSON validation report for sales playbooks contain?

A JSON validation report for sales playbooks details pass or fail status for each quality gate check. It includes specific remediation guidance for any failures found during the playbook audit.

Does playbook validation work without external Python dependencies?

Playbook validation works without external dependencies using only Python's standard library. It runs standalone scripts to check for five-stage funnels and three quantified pains, requiring no additional package installations.