vasilievyakov

Claude Skill Transcript To Proposal — Development skill for Claude Code

Development community

Claude Code skill: Transform client call transcripts into proposals with architecture and prototypes.

How to install Claude Skill Transcript To Proposal

This entry records only its repository, not the path inside it, so there is no exact command to give. Open vasilievyakov/claude-skill-transcript-to-proposal and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Skill Transcript To Proposal does

Claude Code skill: Transform client call transcripts into proposals with architecture and prototypes.

Alternatives in Development

  • Outcome Roadmap — Transform output roadmaps into outcome-focused strategic plans 7.8k ★
  • Tentacle Planner — You are the Tentacle Planner — a meta-agent that analyzes this codebase and creates department tentacles to or 1.4k ★
  • Claude Code Transcripts — Tools for publishing transcripts for Claude Code sessions 1.1k ★

README

Transcript to Proposal

A Claude Code skill that transforms client call transcripts into professional commercial proposals with architecture diagrams and interactive prototypes.

![Demo](assets/demo.gif)

What it does

You give Claude two things:

  1. Your product description — what you sell, features, integrations
  2. A transcript — recording of a client conversation

Claude gives you back three files:

  • proposal.md — commercial proposal using client's own words
  • architecture.md — technical architecture with Mermaid diagrams
  • prototype.html — clickable prototype showing the solution

How it works

┌─────────────────────────────────────────────────────────────┐
│  INPUT                                                       │
│  📦 Product description + 🎙️ Client transcript              │
└─────────────────────────────────────────────────────────────┘
                              ↓
┌─────────────────────────────────────────────────────────────┐
│  STEP 1: Extract & classify pains                           │
│                                                              │
│  🔴 Trigger events (buying now)                             │
│  🟡 Active problems (looking for solution)                  │
│  🟢 Latent issues (aware but passive)                       │
│                                                              │
│  ◆ CHECKPOINT: Confirm priorities with user                 │
└─────────────────────────────────────────────────────────────┘
                              ↓
┌─────────────────────────────────────────────────────────────┐
│  STEP 2: Map solutions                                       │
│                                                              │
│  Pain → Product feature → How it solves → Proof             │
│                                                              │
│  ◆ CHECKPOINT: Confirm architecture with user               │
└─────────────────────────────────────────────────────────────┘