strategy-monthlylisted
Install: claude install-skill 0merUfuk/the-matrix
**Version**: 1.0
**Created**: 2026-03-23
**Last Updated**: 2026-03-23
**Authors:** Ömer Ufuk
---
# /strategy-monthly — Monthly Strategic Review
**Usage**: `/strategy-monthly` or `/strategy-monthly $ARGUMENTS`
## Current State
- Strategy docs: !`ls strategy-output/*.md 2>/dev/null | wc -l | tr -d ' '` files in strategy-output/
- Last monthly report: !`ls -t tasks/monthly/*.md 2>/dev/null | head -1`
- Project age: !`git log --reverse --format="%ai" | head -1 | cut -d' ' -f1` (first commit)
**Examples**:
```
/strategy-monthly # full monthly review — spawns all 3 lead agents
/strategy-monthly --dry-run # assessment only, no file output or strategy updates
```
---
## What This Command Does
Runs a comprehensive monthly strategy review by orchestrating all three lead agents (product-lead, tech-lead, growth-lead) in parallel. Each agent produces their domain-specific assessment. This skill then synthesizes the three reports into a unified monthly strategy document, identifies any strategy-output/ files that need updating, and recommends running the architect agent if the ecosystem needs to be refreshed.
This is the core of the self-improving loop: strategy agents assess reality, strategy documents are updated, the architect refreshes the ecosystem, and updated agents guide the next month of execution.
---
## The Self-Improving Loop
```
/strategy-monthly runs
|
product-lead + tech-lead + growth-lead produce assessments (parallel)
|
This ski