Skip to main content
ClaudeWave
Skill181 repo starsupdated 5d ago

customer-journey-mapper

Maps the full customer journey from first touch to advocacy. Generates a comprehensive customer-journey.md with all stages, touchpoints, emotions, pain points, opportunities, Mermaid diagrams, and metrics. Use when mapping customer experience, designing onboarding flows, identifying churn risks, or optimizing conversion funnels.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/OneWave-AI/claude-skills /tmp/customer-journey-mapper && cp -r /tmp/customer-journey-mapper/customer-journey-mapper ~/.claude/skills/customer-journey-mapper
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Customer Journey Mapper

Produce a comprehensive, actionable customer journey map spanning every stage from initial awareness through long-term advocacy.

## Contents
- `references/journey-stages.md` — the seven stages and the dimensions to analyze for each
- `references/output-template.md` — exact structure for the generated `customer-journey.md`
- `references/mermaid-diagrams.md` — both required Mermaid diagrams and the satisfaction scoring guide
- `references/examples.md` — invocation examples, research protocol, and ambiguity handling

## Workflow

1. **Collect inputs.** Gather Product/Service, Target Persona, Touchpoints (optional), and Channels. When any are missing, infer reasonable values and document the assumptions at the top of the output. Ask one clarifying question only when the product type is genuinely unclear.

2. **Research context.** Use WebSearch to ground the map in real reviews, complaints, competitor comparisons, and industry patterns. See `references/examples.md` for the research protocol.

3. **Map all seven stages.** Build a detailed stage-by-stage analysis covering Awareness, Consideration, Decision, Onboarding, Retention, Expansion, and Advocacy. See `references/journey-stages.md` for the dimensions to cover per stage.

4. **Identify opportunities.** Surface pain points, emotional states, and improvement opportunities at every stage. Include honest friction even in generally positive stages, and cross-reference how one stage's issues create downstream effects.

5. **Generate the deliverable.** Write `customer-journey.md` to the current working directory following `references/output-template.md`. Include both Mermaid diagrams per `references/mermaid-diagrams.md`.

## Required Inputs

| Input | Description | Example |
|---|---|---|
| **Product/Service** | What is being sold or offered | "B2B SaaS project management tool" |
| **Target Persona** | Who the primary customer is | "VP of Engineering at mid-market companies, 200-1000 employees" |
| **Touchpoints** | Known interaction points (optional) | "Google search, blog, demo request, sales call, onboarding email sequence" |
| **Channels** | Active marketing/sales/support channels | "Website, email, LinkedIn, phone, in-app, Slack community" |

## Quality Requirements

1. **Minimum 400 lines** of substantive content, not padded whitespace.
2. **Specificity**: Tie every touchpoint, pain point, and opportunity to the given product and persona — no generic filler.
3. **Actionability**: Make recommendations concrete enough to begin implementation immediately.
4. **Measurable metrics**: State how each metric is actually measured, not just what to measure.
5. **Emotional realism**: Reflect genuine customer psychology, not idealized happy paths.
6. **Honest pain points**: Include real friction even in positive stages.
7. **No emojis** anywhere in the output document.
8. **Mermaid validity**: Use valid syntax that renders correctly.
9. **Consistent voice**: Keep professional, strategic language throughout — a working document for product and marketing teams.
10. **Cross-references**: Connect each stage's issues to their downstream effects.
accessibility-auditorSkill

Audit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.

agent-armySkill

Deploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations, codebase-wide audits, bulk generation. Layer 1 is 3-50+ specialist agents, each with its own full context window; Layer 2 is 2+ sub-agents per member. Includes git safety, tiered sizing, a pre-deploy gate, phantom-completion checks, and multi-wave follow-up.

agent-swarm-deployerSkill

Deploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery.

agent-team-builderSkill

Designs and deploys custom agent teams for specific business workflows. Interactive discovery of business processes, then generates complete team configurations with specialized agent roles, tool access, communication protocols, and handoff rules.

agent-to-agentSkill

Agent-to-Agent (A2A) communication protocol. Connect two or more Claude agents that pass messages, share context, delegate tasks, and collaborate. Implements structured handoffs, shared memory, and multi-agent conversations.

ai-readiness-assessmentSkill

Assesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team skills, process documentation, budget, and culture. Generates a comprehensive ai-readiness-report.md with scores, gap analysis, and recommended starting points. Aligned with OneWave AI's audit methodology.

animateSkill

Generate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React project with Framer Motion scenes that auto-play in the browser. Use when the user wants to create animations, motion graphics, video intros, animated presentations, or product demos.

api-documentation-writerSkill

Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation.