Claude Skill Transcript To Proposal — Development skill for Claude Code
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.

What it does
You give Claude two things:
- Your product description — what you sell, features, integrations
- A transcript — recording of a client conversation
Claude gives you back three files:
proposal.md— commercial proposal using client's own wordsarchitecture.md— technical architecture with Mermaid diagramsprototype.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 │
└─────────────────────────────────────────────────────────────┘
Related Skills
Proposal Tick
Run proposal refine/review/deep-lit loops in parallel until proposals are ready.
Human HTML
Create or update a human-readable HTML artifact under docs/human-html/ for plans, reviews, architecture explai
Claude Notes
Transform Claude Code transcript JSONL files into readable terminal and HTML formats.
Transcript
Generate a JSON object with keys transcripts, screen_content, and speakers for the following three tasks.
Cjm Harness Transcripts
Parse agent-harness session transcripts (Claude Code JSONL first): the append-only record DAG, derived active
Meeting
Транскрибация встречи. Use when user asks to "встреча с", "созвон с", "найди встречу", "транскрипт", "meeting
Related Agents
Meeting To Tickets
Use this agent to transform meeting notes, transcripts, and outcomes into actionable development tickets with
Transcript Summarizer
Expert at reading Claude Code session transcripts and extracting structured summaries with decisions, errors,
Transcript Reviewer
Analyzes Claude Code transcripts for behavioral issues (errors, loops, scope creep). Generates post-mortem rep