advocacy-programs
Use when designing and scaling reference, story, advisory, or community programs.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/advocacy-programs/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How advocacy-programs Compares
| Feature / Agent | advocacy-programs | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
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.
accessibility-mobile
React Native accessibility patterns for iOS and Android. Use when implementing a11y features.
accessibility
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
Game accessibility skill for colorblind modes and control remapping.
accessibility-excellence
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
When building UI components, forms, or any user-facing interface. Check before every frontend PR.
accessibility-a11y
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
RBAC/ABAC implementation patterns, least privilege access, row-level security, column masking, and access review workflows.
access-locked-out
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
Implement Role-Based Access Control (RBAC), permissions management, and authorization policies. Use when building secure access control systems with fine-grained permissions.
acceptance-criteria
检查Acceptance Criteria格式和完整性,验证是否符合Given-When-Then结构、覆盖正常流程/边界条件/异常场景。适合在为User Story编写AC后、准备测试用例前使用,当需要验收AC质量时。帮助不熟悉BDD的PM/BA确保AC明确、可测试、覆盖完整,避免遗漏关键场景。
acc-psr-autoloading-knowledge
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.