carlvellotti

Taskflow Calendar Demo — Development skill for Claude Code

Development community

Demo repo for Advanced Claude Code for PMs episode.

How to install Taskflow Calendar Demo

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

What Taskflow Calendar Demo does

Demo repo for Advanced Claude Code for PMs episode.

Alternatives in Development

  • Checkup Calendar — 复查日历生成 348 ★
  • Module 18 Calendar.En — Module 18 Lesson 4-2 — Assist Calendar (calendar_ops / gog calendar) via prompts 347 ★
  • Sun Skill — Justin Sun Cognitive Framework - 孙宇晨认知操作系统 21,829 tweets + 288-page autobiography + 155-episode audio course + 246 ★

README

Advanced Claude Code for PMs - Demo Files

Demo files for the ["Advanced Claude Code for PMs" video episode](https://www.youtube.com/watch?v=59gy_24KIVE) with Aakash Gupta.

Folder Structure

├── start/          ← START HERE to follow along with the video
├── reference/      ← Finished outputs from the demo (for reference)
└── (root files)    ← Config & setup files

`start/` - Beginning of the Lesson

Copy these files to follow along with the video from the beginning. Contains:

  • Survey data (CSV/JSON)
  • Stakeholder meeting notes
  • Feature context document
  • Survey template
  • Research Synthesis skill
  • Python scripts for image generation & Linear sync

`reference/` - Finished Outputs

The completed artifacts I created during the demo:

  • Final PRD (calendar-integration-prd.md)
  • Survey synthesis document
  • Journey map image
  • Full slide deck (HTML + PowerPoint)
  • CLAUDE.md with project context

Use these to compare your work or see what the end result should look like.


Setup Instructions

1. Copy Start Files

# Clone this repo
git clone https://github.com/carlvellotti/taskflow-calendar-demo.git
cd taskflow-calendar-demo

# Copy start files to your working directory
cp -r start/* .

2. Environment Variables

cp .env.example .env
# Edit .env and add your API keys:
# - GEMINI_API_KEY: Get from https://aistudio.google.com/apikey
# - LINEAR_API_KEY: Get from https://linear.app/settings/api

3. Python Dependencies

pip install google-genai pillow python-dotenv

4. Google Workspace Setup

Create these assets in Google Drive:

**Google Sheet: "Calendar Integration Survey Responses"**

  • Import from start/data/survey-responses.csv

**Google Doc: "Stakeholder Meeting Notes"**

  • Copy content from start/data/stakeholder-meeting-notes-content.md

5. Linear Setup

  • Create project: "TaskFlow Calendar Integration"
  • Connect Linear MCP: npx -y mcp-remote https://mcp.linear.app/mcp

6. GitHub Se