transcript

SkillDev tools

Real-time conversation capture, records dialogue and decisions as they happen.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the transcript skill

What this skill tells your AI

The instructions your AI receives, as published by the-agency-ai/the-agency in .claude/skills/transcript/SKILL.md and read by ahel’s review.

Transcript — Conversation Capture

Real-time conversation capture tool. Records dialogue and decisions as they happen.

Subcommands

  • start "topic" — Begin transcript capture
  • capture "title" "description" — Append decision entry
  • append "text" — Append freeform text
  • stop — Finalize transcript
  • list — List recent transcripts
  • status — Report if active, mode, file path

Start Options

  • --mode dialogue|review|design — capture mode (default: dialogue)
  • --file path — explicit file path
  • --project name — project name for path resolution

Project Detection

If --project not specified, derive as follows:

  • In a worktree on a feature branch: take the last segment of the branch name after / (e.g., proto/foliofolio)
  • On master (or main checkout): use the basename of $CLAUDE_PROJECT_DIR (e.g., /Users/x/code/{repo}{repo})

This matches the _agency-init Step 5b resolver — every skill defaulting a project/workstream name should use the same basename rule so fleet paths stay consistent. (the-agency#343)

File Location

Transcripts go to agency/workstreams/{W}/transcripts/ where {W} is the current workstream (derived from branch name or --project argument). {principal} is detected via glob usr/*/.

Filename: {mode}-transcript-{YYYYMMDD}.md (e.g., dialogue-transcript-20260401.md)

Dialogue Mode

After every substantive response in the conversation, append the exchange to the transcript file:

  1. Summarize the key points of the exchange
  2. Preserve the user's actual words for important decisions
  3. Record decisions with a **Decision:** prefix
  4. Record action items with a **Action:** prefix

Review/Design Modes

Same as dialogue but with mode-specific headers and structure:

  • Review mode: organized by file/component reviewed
  • Design mode: organized by design decision

Status

When asked for status, report:

  • Whether a transcript is active
  • Current mode
  • File path
  • Number of entries captured

Signals

GitHub stars
55
Forks
8
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
transcript
Source
github.com/the-agency-ai/the-agency