advocacy-programs

Use when designing and scaling reference, story, advisory, or community programs.

16 stars

Best use case

advocacy-programs is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use when designing and scaling reference, story, advisory, or community programs.

Teams using advocacy-programs should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/advocacy-programs/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/design/advocacy-programs/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/advocacy-programs/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How advocacy-programs Compares

Feature / Agentadvocacy-programsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use when designing and scaling reference, story, advisory, or community programs.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Customer Advocacy Programs Skill

## When to Use
- Building a new references or case study engine.
- Standing up advisory boards, councils, or community spotlights.
- Refreshing incentives, logistics, or measurement for existing advocacy motions.

## Framework
1. **Candidate Pool** – identify accounts by health, persona, usage, sentiment, ARR.
2. **Value Exchange** – clarify why customers would participate (access, insights, promotion, perks).
3. **Program Design** – define format (case study, event, video, advisory board) with cadence and deliverables.
4. **Logistics** – NDAs, approvals, briefing docs, gifting, scheduling, speaker prep.
5. **Measurement** – track influence on pipeline, product feedback volume, PR reach, community growth.

## Templates
- Advocate scoring sheet + roster.
- Program brief outline (objectives, stakeholders, content needs, incentives).
- Activation checklist (outreach → prep → execution → follow-up).

## Tips
- Keep a single source of truth for advocate status to avoid overuse.
- Align incentives with procurement/compliance early (gift cards vs swag vs donations).
- Document quotes/approvals centrally so sales/PR can reuse quickly.

---

Related Skills

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

accessibility-mobile

16
from diegosouzapw/awesome-omni-skill

React Native accessibility patterns for iOS and Android. Use when implementing a11y features.

accessibility

16
from diegosouzapw/awesome-omni-skill

Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible". Do NOT use for SEO (use seo), performance (use core-web-vitals), or comprehensive site audits covering multiple areas (use web-quality-audit).

accessibility-games

16
from diegosouzapw/awesome-omni-skill

Game accessibility skill for colorblind modes and control remapping.

accessibility-excellence

16
from diegosouzapw/awesome-omni-skill

Master web accessibility (A11y) to ensure your product is usable by everyone, including people with disabilities. Covers WCAG standards, semantic HTML, keyboard navigation, screen readers, color contrast, and inclusive design practices. Accessibility is not a feature—it's a fundamental requirement.

accessibility-checklist

16
from diegosouzapw/awesome-omni-skill

When building UI components, forms, or any user-facing interface. Check before every frontend PR.

accessibility-a11y

16
from diegosouzapw/awesome-omni-skill

Semantic HTML, keyboard navigation, focus states, ARIA labels, skip links, and WCAG contrast requirements. Use when ensuring accessibility compliance, implementing keyboard navigation, or adding screen reader support.

access-management

16
from diegosouzapw/awesome-omni-skill

RBAC/ABAC implementation patterns, least privilege access, row-level security, column masking, and access review workflows.

access-locked-out

16
from diegosouzapw/awesome-omni-skill

Restore access for customers who are locked out of their account or courses. Use when a paying customer cannot log in, access materials, or restore purchases.

access-control-rbac

16
from diegosouzapw/awesome-omni-skill

Implement Role-Based Access Control (RBAC), permissions management, and authorization policies. Use when building secure access control systems with fine-grained permissions.

acceptance-criteria

16
from diegosouzapw/awesome-omni-skill

检查Acceptance Criteria格式和完整性,验证是否符合Given-When-Then结构、覆盖正常流程/边界条件/异常场景。适合在为User Story编写AC后、准备测试用例前使用,当需要验收AC质量时。帮助不熟悉BDD的PM/BA确保AC明确、可测试、覆盖完整,避免遗漏关键场景。

acc-psr-autoloading-knowledge

16
from diegosouzapw/awesome-omni-skill

PSR-4 autoloading standard knowledge base for PHP 8.5 projects. Provides quick reference for namespace-to-path mapping, composer.json configuration, directory structure, and common mistakes. Use for autoloading audits and project structure reviews.