Use to plan or run a brand project end-to-end — from research to launch. Activates on words like project plan, campaign rollout, brand build, agency process, kickoff, scope. The job is to route work to the right specialist agents in the right order and prevent skipping critical phases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-strategy-vault:agency-workflowWhen to use
project plan OR campaign rollout OR brand build OR agency process OR kickoff OR scope OR brand project
This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A real creative shop does not have one person do everything. It has roles, sequence, and handoffs. Skip a role and the work suffers in a way only that role's reviewers would have caught.
A real creative shop does not have one person do everything. It has roles, sequence, and handoffs. Skip a role and the work suffers in a way only that role's reviewers would have caught.
Every brand project — campaign, website, identity, launch — goes through these. If you're tempted to skip one, stop and ask whether the phase isn't needed (rare) or whether you're rushing (common).
1. RESEARCH audience-researcher
2. STRATEGY brand-strategist
3. BRIEF whoever owns the work + brand-strategist
4. CONCEPT art-director + copywriter (parallel)
5. CRAFT ui-designer / ui-engineer / production specialists
6. REVIEW creative-director + brand-auditor
7. LAUNCH performance-marketer
8. LEARN audience-researcher (post-launch)
Linear in theory, iterative in practice. Phase 6 can send you back to 4. Phase 8 should change phase 1 for the next project.
| Phase | Lead agent | Output |
|---|---|---|
| Research | audience-researcher | Insight memo (3 things we now know we didn't before) |
| Strategy | brand-strategist | Positioning + voice + manifesto |
| Brief | (any) using creative-brief skill | 8-line brief |
| Concept | art-director + copywriter | 2-3 routes, each defensible |
| Craft | ui-designer + ui-engineer | Production artifacts |
| Review | creative-director + brand-auditor | Decisions, killed routes |
| Launch | performance-marketer | Channel mix, attribution plan |
| Learn | audience-researcher | Performance read |
The discipline skills are always loaded. The connector skills (under .claude/skills/{web-research,site-audit,competitive-scan,figma-connector,mcp-connectors}) come into play at specific phases — the agent leading the phase reaches for them when the tool is what unblocks the work.
| Phase | Connector skills the lead agent reaches for |
|---|
| 1 Research | web-research, competitive-scan |
| 5 Craft | figma-connector |
| 6 Review | site-audit |
| 7 Launch | web-research (verify external signals), site-audit (pre-launch sweep) |
| 8 Learn | web-research, competitive-scan |
mcp-connectors is the catalogue — agents consult it to pick the right MCP server for a task rather than reinvent the integration.
When you have a complex brand task, route through the phases. Use the Agent tool with the right subagent_type at each step:
Phase 1 (research): Agent({ subagent_type: "audience-researcher", ... })
Phase 2 (strategy): Agent({ subagent_type: "brand-strategist", ... })
Phase 4 (concept): Agent({ subagent_type: "art-director", ... })
+ Agent({ subagent_type: "copywriter", ... }) (in parallel)
Phase 5 (craft): Agent({ subagent_type: "ui-designer", ... })
→ Agent({ subagent_type: "ui-engineer", ... }) (sequential)
Phase 6 (review): Agent({ subagent_type: "creative-director", ... })
+ Agent({ subagent_type: "brand-auditor", ... }) (independent reviews)
Phase 7 (launch): Agent({ subagent_type: "performance-marketer", ... })
The art-director and copywriter agents should run in PARALLEL on the same brief — they produce complementary work and shouldn't bias each other. Creative-director and brand-auditor should ALSO run in parallel for review so you get two independent reads.
For a single tweet, a single page section, a single email — you don't need eight phases. But you still need:
Skipping these on "small" work is how brands die — by 10,000 small uncoordinated outputs.
You don't get to restart at phase 1. But you can:
npx claudepluginhub ashgupta236-commits/claude-strategy-vault --plugin claude-strategy-vaultProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.