# Plan Ceo Review

> Strategic alignment pass over a reframed request. Cross-references the reframe against company strategy, current quarter priorities, and rejected alternatives. Decides whether the work fits NOW, LATER, or NEVER. Position 1 in story-creation pipelines.

- Skill: `itechdev-mx/plan-ceo-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add itechdev-mx/plan-ceo-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/itechdev-mx/plan-ceo-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: ITECHDEV-MX (https://skillmd.com/u/itechdev-mx)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/itechdev-mx/plan-ceo-review

---


## When to Use

Always invoked at position 1 of a story-creation chain, immediately
after `office-hours`. Reads the reframed request and runs strategic
alignment.

Skip only when the request is explicitly compliance-driven (e.g. a
regulatory deadline) — those bypass strategic review.

## Rules

1. **Read `0-office-hours.md` first.** Do not start without it.
2. Cross-reference against the **current quarter's priorities** as
   recorded in `aria_pages` under `team/quarterly-priorities` (call
   `aria_page_search` if needed). If priorities are missing, flag
   that in the artifact and ask the user.
3. Pick **one of three verdicts**: `NOW`, `LATER`, `NEVER`.
   - `NOW`: aligned with current quarter, goes into the active queue.
   - `LATER`: aligned but not this quarter — record on backlog with
     the conditions that would promote it.
   - `NEVER`: misaligned. Document why and what alternative the user
     should pursue instead.
4. List **rejected alternatives** with a one-sentence reason each.
   Saying "we considered X but no" is necessary signal.
5. Sections in order: `## Verdict`, `## Strategic fit`,
   `## Rejected alternatives`, `## Risks if we proceed`,
   `## Conditions to promote (LATER)` or
   `## Replacement recommendation (NEVER)`.
6. Hand off only when verdict is `NOW`. For `LATER`/`NEVER`, save the
   artifact and call `aria_artifact_complete` to short-circuit the
   chain.

## Verification

- [ ] Reads `0-office-hours.md` (declared in `inputs`)
- [ ] Verdict is one of {NOW, LATER, NEVER}
- [ ] At least 2 rejected alternatives listed
- [ ] On NOW: chain continues to `autoplan`
- [ ] On LATER/NEVER: chain is closed via `aria_artifact_complete`
- [ ] Artifact at `/Historias/<slug>/1-ceo-plan.md`

