From c-level-agents
/cs:execute <decision> — Generate a 90-day execution plan with weekly milestones, DRIs, and check-in cadence from an approved decision.
How this skill is triggered — by the user, by Claude, or both
Slash command
/c-level-agents:executeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Command:** `/cs:execute <decision-path>`
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?"
/cs:office-hours → /cs:brief → /cs:boardroom → /cs:decide → /cs:execute → /cs:post-mortem
↑ you are here
An approved decision record (output of /cs:decide).
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>
/cs:post-mortem <decision> — at day 90 (or earlier if kill criteria trigger)/cs:boardroom — if a checkpoint reveals a need to re-decidecoo-advisor, strategic-alignment, change-managementcs-coo-advisorVersion: 1.0.0
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
19plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 19 plugins
npx claudepluginhub erayalakese/claude-skills --plugin c-level-agents