/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
- Run the line below. It pulls the whole folder into
~/.claude/skills/execute. - 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/executeFor one project only, change the path to .claude/skills/execute.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- 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.
Paste into Claude, ChatGPT or Cursor.
Source of /cs:execute — 90-Day Execution Plan
Show the full text100 lines
| name | description |
|---|---|
| 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
- Read the decision record
- Decompose the chosen option into 3-6 workstreams
- Name a DRI for each workstream
- Reverse-engineer 12 weekly milestones from the checkpoint date
- Set the cadence (weekly + bi-weekly + 30/60/90 checkpoints)
- Build the risk register (cross-reference original Phase 4 devil's-advocate concerns)
- 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
Related
- Skills:
coo-advisor,strategic-alignment,change-management - Agent:
cs-coo-advisor
Version: 1.0.0
| 1 | |
| 2 | name "execute" |
| 3 | description "/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 | |
| 10 | 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?" |
| 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 | |
| 21 | An approved decision record (output of `/cs:decide`). |
| 22 | |
| 23 | ## Output Plan Format |
| 24 | |
| 25 | Saved to `~/.claude/execution/YYYY-MM-DD-<slug>.md`: |
| 26 | |
| 27 | |
| 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 | |
| 73 | Read the decision record |
| 74 | Decompose the chosen option into 3-6 workstreams |
| 75 | Name a DRI for each workstream |
| 76 | Reverse-engineer 12 weekly milestones from the checkpoint date |
| 77 | Set the cadence (weekly + bi-weekly + 30/60/90 checkpoints) |
| 78 | Build the risk register (cross-reference original Phase 4 devil's-advocate concerns) |
| 79 | 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`], [`strategic-alignment`], [`change-management`] |
| 95 | Agent: [`cs-coo-advisor`] |
| 96 | |
| 97 | |
| 98 | |
| 99 | **Version:** 1.0.0 |
| 100 |
Discussion
Poke Holes In My Plan Before I CommitPaste the plan or decision you're about to make and get back its strongest weaknesses, blind spots, and hidden assumptions — plus a tougher version of the plan.Clinical Decision-Support Research and EvaluationPrepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.Tough Decision Advisor: Every Angle ConsideredHand in a decision you're stuck on. Get back a clear breakdown of every angle — the trade-offs, the risks, the blind spot, and a recommended path.What-If Oracle — Possibility Space ExplorerYou describe a decision you're weighing; you get back best-case, likely, and worst-case outcomes with the early warning signs and the safest moves to make now.
Browse more free Claude skills or everything in Product.