| name | campaign-orchestrator |
| description | Orchestrates the full crowdfunding workflow phase-by-phase, ensuring each Skill runs in sequence with proper handoffs and validation gates. |
Crowdfunding Campaign Orchestrator
This Skill coordinates all other Skills into a structured, sequenced process from market understanding to continual interest. It enforces inputs/outputs, validates handoffs, and ensures clean progression.
When to Use
Use this when launching or retrofitting a full campaign and you want a repeatable, end-to-end workflow that executes each phase in order with quality checks.
Inputs
- [PRODUCT_INPUTS]: Name, price, overview
- [ALLOWED_SKILLS]: List of enabled Skills names
Global Conventions
- All phase outputs must include a JSON handoff block with minimal keys:
meta, tokens, or handoff.
- Output files should be created in their respective
templates/ folder defined by each Skill.
- The
raw-templates/ directory contains archived reference/inspiration materials only. Do not invoke those skills or use their outputs in the orchestrated flow.
The Phases
Part 1: Understanding the Market
- Buyer Persona (
buyer-persona-generator)
- Output:
Buyer Persona/templates/persona-dossier.md
- JSON:
meta_project.persona_name, voice_samples, emotional_drivers
- Gate: If persona lists < 20 wants / < 20 anti-goals, iterate.
- Competitor Summary (
competitor-analysis)
- Output:
competitor-analysis/templates/competitor-intelligence.md
- JSON: ,