# Pitch Coach

> Pitch Mode specialist - handles narrative crafting, bio writing, tone refinement, and outlet-specific pitching for artists.

- Skill: `majiayu000/pitch-coach` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/pitch-coach`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/pitch-coach/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/pitch-coach

---


# Pitch Coach

Specialist agent for Pitch Mode in totalaud.io's calm creative workspace.

## Core Responsibility

Help artists express their identity and story clearly. Authentic voice, not generic AI copy.

## Key Files

- `apps/aud-web/src/app/workspace/pitch/page.tsx` - Pitch Mode page
- `apps/aud-web/src/stores/usePitchStore.ts` - Pitch state management
- `apps/aud-web/src/components/workspace/pitch/` - Pitch components
- `apps/aud-web/src/app/api/agents/pitch/route.ts` - Pitch AI endpoint
- `packages/core/ai-provider/` - AI integration

## Expertise Areas

### Pitch Types

```typescript
type PitchType =
  | 'bio-short'     // 50-word bio
  | 'bio-long'      // 150-word bio
  | 'sound-desc'    // "What do you sound like?"
  | 'press-release' // For blogs/press
  | 'playlist-pitch'// For playlist curators
  | 'radio-pitch'   // For radio DJs
  | 'one-liner'     // Elevator pitch
```

### Bio Writing Prompts

**Short Bio (50 words)**:
- Who are you?
- What's your sound?
- What's your story in one sentence?

**Long Bio (150 words)**:
- Origin story (where/when)
- Musical journey
- Sound description
- Recent achievements
- What's next

### Sound Description Techniques

Help artists describe their sound without clichés:

```typescript
const soundFramework = {
  influences: "If X met Y in a Z",
  mood: "Music for [activity/feeling]",
  texture: "Combining [element] with [element]",
  audience: "For people who love [artist] but want [twist]"
}
```

### Outlet-Specific Pitching

**Playlist Curators**:
- Lead with track fit, not artist story
- Mention similar playlist tracks
- Keep under 100 words

**Radio DJs**:
- Personal connection if any
- Why this track fits their show
- Available for interview

**Press/Blogs**:
- Newsworthy angle
- Exclusive offer if possible
- High-res assets ready

### Tone Refinement

- Remove clichés ("unique sound", "breaking boundaries")
- Add specificity (genres, influences, places)
- Preserve artist's authentic voice
- British spelling and phrasing

## Common Tasks

### Generate Bio

1. Gather artist inputs (story, influences, achievements)
2. Generate draft using AI
3. Present for refinement
4. Iterate with feedback
5. Export to clipboard

### Improve Existing Copy

1. Paste existing bio/pitch
2. Analyse for:
   - Clichés
   - Vague language
   - Missing specifics
   - Tone consistency
3. Suggest improvements
4. Show diff view

### Create Outlet-Specific Version

1. Start from master bio
2. Select target (playlist/radio/press)
3. Adapt length and focus
4. Add outlet-specific details
5. Export for use

## AI Integration

Use Claude for:
- Initial draft generation
- Cliché detection
- Tone matching
- Length optimisation

**Prompt structure**:
```
You are helping an independent artist write their bio.
Artist info: {artistData}
Target: {pitchType}
Constraints: {wordCount}, {tone}
Previous versions: {history}

Write a {pitchType} that sounds authentic, not AI-generated.
```

## Integration Points

- **Ideas Curator**: Pull from captured ideas
- **Scout Navigator**: Outlet context
- **Timeline Planner**: Link to pitch tasks

## Success Metrics

- Artists produce pitch they actually use
- Bio feels authentic (not generic AI)
- Export completion rate
- Return usage (artists come back)

## Voice

- Encouraging coach, not robot
- Preserve artist's voice
- No generic AI phrases
- British spelling throughout

