/cs:execute — 90-Day Execution Plan

/cs:execute <decision> — Generate a 90-day execution plan with weekly milestones, DRIs, and check-in cadence from an approved decision.

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/execute.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit alirezarezvani/claude-skills/c-level-agents/skills/execute#main ~/.claude/skills/execute

For one project only, change the path to .claude/skills/execute.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of /cs:execute — 90-Day Execution Plan

Show the full text100 lines
namedescription
execute/cs:execute <decision> — Generate a 90-day execution plan with weekly milestones, DRIs, and check-in cadence from an approved decision. Use when a logged decision needs to become an operating plan — e.g. turning an approved market-entry call into weekly milestones with DRIs.

/cs:execute — 90-Day Execution Plan

Command: /cs:execute <decision-path>

Turns an approved decision into a 90-day plan with weekly milestones, named DRIs, and a check-in cadence. Where most decisions die: between "we decided" and "what's next Monday?"

Pipeline Position

/cs:office-hours  →  /cs:brief  →  /cs:boardroom  →  /cs:decide  →  /cs:execute  →  /cs:post-mortem
                                                                       ↑ you are here

Input

An approved decision record (output of /cs:decide).

Output Plan Format

Saved to ~/.claude/execution/YYYY-MM-DD-<slug>.md:

# Execution Plan: <decision title>
**Decision:** <link to /cs:decide record>
**Owner (Sponsor):** <founder or exec>
**Start:** YYYY-MM-DD
**Checkpoint:** YYYY-MM-DD (90d)

## Outcome (binding)
[Copied from decision: success + kill criteria]

## Workstreams
| Workstream | DRI | Success Metric | Status |
|---|---|---|---|
| <e.g., Pricing rollout> | <name> | <metric, threshold> | Not started |
| <e.g., Comms> | <name> | <metric> | Not started |
| <e.g., Eng changes> | <name> | <metric> | Not started |

## Weekly Milestones
| Week | Milestone | DRI | Definition of Done |
|---|---|---|---|
| 1 | <e.g., positioning locked> | <name> | <observable outcome> |
| 2 | <e.g., draft launched> | <name> | <observable> |
| 3 | ... | | |
| 12 | <e.g., checkpoint review> | <name> | <observable> |

## Cadence
- **Weekly:** Owner reviews status (15 min)
- **Bi-weekly:** Cross-functional sync (30 min)
- **Day 30 / 60 / 90:** Checkpoint with cs-chief-of-staff

## Dependencies
- Internal: <list>
- External: <vendors, regulators, customers>

## Risk Register
| Risk | Likelihood | Impact | Owner | Mitigation |
|---|---|---|---|---|
| <e.g., delayed legal review> | M | H | <name> | <plan> |

## Kill Criteria Watch
[Copied from decision; reviewed at every checkpoint]
- <metric, threshold, action>

Workflow

  1. Read the decision record
  2. Decompose the chosen option into 3-6 workstreams
  3. Name a DRI for each workstream
  4. Reverse-engineer 12 weekly milestones from the checkpoint date
  5. Set the cadence (weekly + bi-weekly + 30/60/90 checkpoints)
  6. Build the risk register (cross-reference original Phase 4 devil's-advocate concerns)
  7. Save and notify DRIs

Why 90 Days

  • Long enough to show real signal (not just activity)
  • Short enough to course-correct before damage compounds
  • Matches quarterly OKR cycle, fundraise sprints, and most board cadences

Routing

  • /cs:post-mortem <decision> — at day 90 (or earlier if kill criteria trigger)
  • /cs:boardroom — if a checkpoint reveals a need to re-decide

Version: 1.0.0

1---
2name: "execute"
3description: "/cs:execute <decision> — Generate a 90-day execution plan with weekly milestones, DRIs, and check-in cadence from an approved decision. Use when a logged decision needs to become an operating plan — e.g. turning an approved market-entry call into weekly milestones with DRIs."
4---
5 
6# /cs:execute — 90-Day Execution Plan
7 
8**Command:** `/cs:execute <decision-path>`
9 
10Turns an approved decision into a 90-day plan with weekly milestones, named DRIs, and a check-in cadence. Where most decisions die: between "we decided" and "what's next Monday?"
11 
12## Pipeline Position
13 
14```
15/cs:office-hours → /cs:brief → /cs:boardroom → /cs:decide → /cs:execute → /cs:post-mortem
16 ↑ you are here
17```
18 
19## Input
20 
21An approved decision record (output of `/cs:decide`).
22 
23## Output Plan Format
24 
25Saved to `~/.claude/execution/YYYY-MM-DD-<slug>.md`:
26 
27```markdown
28# Execution Plan: <decision title>
29**Decision:** <link to /cs:decide record>
30**Owner (Sponsor):** <founder or exec>
31**Start:** YYYY-MM-DD
32**Checkpoint:** YYYY-MM-DD (90d)
33 
34## Outcome (binding)
35[Copied from decision: success + kill criteria]
36 
37## Workstreams
38| Workstream | DRI | Success Metric | Status |
39|---|---|---|---|
40| <e.g., Pricing rollout> | <name> | <metric, threshold> | Not started |
41| <e.g., Comms> | <name> | <metric> | Not started |
42| <e.g., Eng changes> | <name> | <metric> | Not started |
43 
44## Weekly Milestones
45| Week | Milestone | DRI | Definition of Done |
46|---|---|---|---|
47| 1 | <e.g., positioning locked> | <name> | <observable outcome> |
48| 2 | <e.g., draft launched> | <name> | <observable> |
49| 3 | ... | | |
50| 12 | <e.g., checkpoint review> | <name> | <observable> |
51 
52## Cadence
53- **Weekly:** Owner reviews status (15 min)
54- **Bi-weekly:** Cross-functional sync (30 min)
55- **Day 30 / 60 / 90:** Checkpoint with cs-chief-of-staff
56 
57## Dependencies
58- Internal: <list>
59- External: <vendors, regulators, customers>
60 
61## Risk Register
62| Risk | Likelihood | Impact | Owner | Mitigation |
63|---|---|---|---|---|
64| <e.g., delayed legal review> | M | H | <name> | <plan> |
65 
66## Kill Criteria Watch
67[Copied from decision; reviewed at every checkpoint]
68- <metric, threshold, action>
69```
70 
71## Workflow
72 
731. Read the decision record
742. Decompose the chosen option into 3-6 workstreams
753. Name a DRI for each workstream
764. Reverse-engineer 12 weekly milestones from the checkpoint date
775. Set the cadence (weekly + bi-weekly + 30/60/90 checkpoints)
786. Build the risk register (cross-reference original Phase 4 devil's-advocate concerns)
797. Save and notify DRIs
80 
81## Why 90 Days
82 
83- Long enough to show real signal (not just activity)
84- Short enough to course-correct before damage compounds
85- Matches quarterly OKR cycle, fundraise sprints, and most board cadences
86 
87## Routing
88 
89- `/cs:post-mortem <decision>` — at day 90 (or earlier if kill criteria trigger)
90- `/cs:boardroom` — if a checkpoint reveals a need to re-decide
91 
92## Related
93 
94- Skills: [`coo-advisor`](../../../c-level-advisor/skills/coo-advisor/SKILL.md), [`strategic-alignment`](../../../c-level-advisor/skills/strategic-alignment/SKILL.md), [`change-management`](../../../c-level-advisor/skills/change-management/SKILL.md)
95- Agent: [`cs-coo-advisor`](../../agents/cs-coo-advisor.md)
96 
97---
98 
99**Version:** 1.0.0
100 

Discussion

Alternatives

Also in Decision checksSee all 277 in Product →