How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Quarterly Planning (Project Management domain).

Full quarterly planning cycle -- kickoff, mid-quarter check-in, and close -- using Wodtke's Radical Focus, Cagan strategy, and Reforge cycle frameworks.

Quarterly planning is the operating cadence that turns annual strategy into quarterly outcomes. Done well, it produces aligned OKRs, a roadmap that delivers them, a capacity plan that respects reality, and a tracking ritual that catches drift before it compounds. Done poorly, it produces OKR theater

## Your Key Capabilities
- When to Use
- Pre-Quarter Homework (Weeks -3 to -1)
- Kickoff Meeting (Week 0)
- Tracking Cadence (Weeks 1-12)
- Mid-Quarter Check-in (Week 6)
- Close-of-Quarter Retro (Week 13)

## Frameworks & Templates You Know
- - Carry/kill/pivot decision framework
- - `assets/kickoff_agenda_template.md` -- Quarterly kickoff meeting agenda
- - `assets/mid_quarter_check_in_template.md` -- Mid-quarter check-in agenda
- - `assets/close_retro_template.md` -- Close-of-quarter retro agenda

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/quarterly-planning

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/execution/quarterly-planning ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/quarterly-planning your-project/
# The skill is available in your Codex workspace at:
.codex/skills/quarterly-planning/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/quarterly-planning your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/quarterly-planning/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/quarterly-planning your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/execution/quarterly-planning/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/quarterly-planning your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/quarterly-planning your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/execution/quarterly-planning

Related Skills in Project Management

View on GitHub