# Autoplan

> Engineering plan from the reframed + strategically-aligned request. Decomposes into tasks, identifies skills/recipes that apply, lists affected packages, estimates effort. Position 2 in story-creation pipelines.

- Skill: `itechdev-mx/autoplan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add itechdev-mx/autoplan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/itechdev-mx/autoplan/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/autoplan

---


## When to Use

Position 2 of a story-creation chain after `plan-ceo-review` returned
verdict `NOW`. Skip when the verdict was `LATER` or `NEVER` — that
chain ends at position 1.

## Rules

1. **Read both prior artifacts** before producing the plan. The
   reframe (`0-`) gives the WHAT; the CEO plan (`1-`) gives priority
   and constraints.
2. **Decompose the work into 3-7 concrete tasks**. Each task has:
   one-sentence description, affected packages/files, estimated
   effort (S/M/L), risk level.
3. **Map skills + recipes that apply** to each task. Use
   `aria_get_skills` to discover. Do not invent skill names.
4. **Identify migrations** if any DB schema changes are implied.
   Flag them prominently — they cost real time.
5. **Identify required tests** by category (unit, integration,
   E2E). Avoid "add tests" as a single line item — be specific.
6. Sections: `## Task breakdown`, `## Skills + recipes that apply`,
   `## Migrations`, `## Tests required`, `## Risks`,
   `## Definition of Done`.
7. Word count target: 500–1500.

## Verification

- [ ] Both prior artifacts referenced explicitly
- [ ] Task breakdown has 3-7 items
- [ ] Each task lists effort + risk
- [ ] At least one skill/recipe mapped per non-trivial task
- [ ] Migrations explicitly addressed (even if "none")
- [ ] DoD checklist is testable
- [ ] Artifact at `/Historias/<slug>/2-eng-plan.md`

