githubEdit

file-lines7. Workshop

Workshop

Outcome: Process details extracted via async intake + review call Trigger: Week 2 (runs alongside AI Roadmap Discovery) Duration: 90 min total (async intake + 30-45 min call + post-call wrap)

Quick Reference

Step
Action
Time

1

Send async intake template (3-5 days before)

10 min

2

Review client's intake responses

15 min

3

Review call (clarify, not re-ask)

30-45 min

4

Post-call: fill gaps, send follow-up

15 min

Key insight: The heavy lifting happens ASYNC. The call is for clarification only.


Full Guide

3-Phase Flow

Phase 1: ASYNC INTAKE (before call, no time pressure)
├── Send intake template 3-5 days before call
├── Client fills in: process steps, systems, edge cases
└── Review intake day before call

Phase 2: REVIEW CALL (30-45 min, not 2-4 hrs)
├── Review what client submitted (not re-ask)
├── Clarify ambiguities + screen share 1 workflow
├── Capture what's missing (edge cases, decision logic)
└── Confirm accuracy

Phase 3: POST-CALL (same day)
├── Fill gaps from recording
├── Send follow-up with action items
└── Hand off to Development

Phase 1: Async Intake

Skill: /plan:sop-workshop {CODE} generates categorized question list

Template: Copy templates/workshop-intake-template.md → Google Doc

Categories covered:

Category
What to Extract

Trigger / Current State

How is it done today? What starts it?

Systems & Data

What tools are involved? What data flows where?

Decision Logic

When do you do X vs Y?

Edge Cases

What can go wrong? Unusual scenarios?

I/O Examples

Sample inputs + expected outputs

Success Measures

What does "working" look like?

Fears / Guardrails

What should automation NEVER do?

Phase 2: Review Call (30-45 min)

Section
Time
Focus

Intro + agenda

5 min

Set expectations

Walk through intake

15 min

Clarify responses together

Screen share workflow

5 min

Validate understanding

Capture missing details

10 min

Edge cases, decision logic

Confirm + next steps

5 min

Accuracy check

Phase 3: Post-Call

Create notes file: clients/{CODE}/context/calls/workshop-{DATE}.md

Send follow-up:


If Client Doesn't Complete Intake


Email Templates

workshop-intake

When to send: 3-5 days before workshop call Command: /create:email {CODE} --type workshop-intake


workshop-reminder

When to send: 2 days before workshop if intake not complete Command: /create:email {CODE} --type workshop-reminder


post-workshop

When to send: Within 24 hours of workshop call Command: /create:email {CODE} --type post-workshop


Verify

Next: Development

Last updated