Workshop Updates
Track progress through the workshop pipeline stages: POC, sneak peeks, marketing, delivery, and post-workshop.
Pipeline Stages
code
POC → Sneak Peeks → Poster → Marketing → Delivery → Post-Workshop → Thank You
| Stage | What to Track |
|---|---|
| POC | Idea, build progress, wow effect discovery |
| Sneak Peeks | Each post with date, platform, link |
| Poster | Creation status, link to asset |
| Marketing | Checklist of groups/channels posted to |
| Delivery | Attendance metrics |
| Post-Workshop | Transcript, summary, testimonials |
| Thank You | Thank you poster, appreciation post |
Workflow
1. Find the Workshop
List available workshops:
bash
ls -la /home/user/architect-workshops/workshops/
Or ask user which workshop to update.
2. Read Current Status
bash
cat /home/user/architect-workshops/workshops/[DATE]/workshop.md
Show user the current pipeline status.
3. Ask What to Update
Common updates:
| User Says | Action |
|---|---|
| "POC done" | Check POC boxes, add notes |
| "posted sneak peek" | Add row to sneak peeks table |
| "poster ready" | Check poster box, note asset location |
| "posted to [group]" | Check marketing item |
| "workshop done" | Ask for attendance metrics |
| "add transcript" | Add transcript content or link |
| "add testimonial" | Add to testimonials section |
| "create thank you" | Generate thank you poster with nano-banana-poster |
4. Update the File
Edit the workshop.md file to:
- •Check completed items:
- [ ]→- [x] - •Add sneak peek entries to table
- •Fill attendance metrics
- •Add content (transcript, summary, testimonials)
5. Offer Next Steps
After updating, suggest what's next in the pipeline:
| Current Stage | Suggest Next |
|---|---|
| POC done | "Ready to post sneak peeks?" |
| Sneak peeks going | "Found the wow? Ready for poster?" |
| Poster done | "Time to push marketing?" |
| Marketing done | "All set for workshop day!" |
| Workshop delivered | "Let's capture attendance metrics" |
| Metrics captured | "Want to add transcript/summary?" |
| Summary done | "Create a thank you poster?" |
Example Interactions
User: "I finished the POC for next week's workshop"
Assistant:
- •Find the workshop folder
- •Update POC section:
- •Check boxes
- •Ask for notes (what was built, wow effect)
- •Suggest: "Want to start posting sneak peeks?"
User: "Posted a sneak peek on Instagram"
Assistant:
- •Find the workshop
- •Add to sneak peeks table:
code
| 1 | 2025-01-10 | Instagram | [link] | First teaser |
- •Ask: "Got the link? Any notes?"
User: "Workshop just ended, had 35 people"
Assistant:
- •Check "Workshop delivered" box
- •Ask for metrics:
- •"How many in WhatsApp group?"
- •"How many in first 15 min?"
- •"What was the peak?"
- •"How many stayed till end?"
- •Fill attendance table
- •Suggest: "Want to add transcript or summary later?"
User: "Create thank you poster"
Assistant:
- •Use
nano-banana-posterskill withavatar-bossreference - •Generate celebratory poster with text:
- •"תודה לכולם!"
- •"היה מדהים!"
- •Save to workshop assets folder
- •Suggest: "Want to post it to the WhatsApp group?"
Example command:
bash
cd ~/.claude/skills/nano-banana-poster/scripts npx ts-node generate_poster.ts --assets "avatar-boss" --save-to-gallery "thanks-[workshop-name]" " Create a THANK YOU poster with the character from reference. POSE: Open arms, warm smile, surrounded by hearts and confetti. TEXT (Hebrew): תודה לכולם! / היה מדהים! STYLE: 3D Pixar, celebratory, green accents, warm glow "
Quick Commands
| Command | Description |
|---|---|
| "show pipeline" | Display current pipeline status |
| "what's next" | Suggest next action based on status |
| "checklist" | Show unchecked items |
Notes
- •Always show current status before making updates
- •Commit changes after significant updates
- •If user mentions poster creation, offer to use
nano-banana-posterskill - •Keep updates atomic - one thing at a time for clarity