# Next Move

> Ranked next offensive moves from engagement state. Reads state/loot/Killchain, runs the deterministic analyzer, elaborates the top move. Use when asked "what next", "where to focus", "prioritize", or at the start of an engagement session.

- Skill: `encod3d-sec/next-move` (Agent Skill)
- Install (CLI): `npx skillmds@latest add encod3d-sec/next-move`
- Raw SKILL.md: https://api.skillmd.com/api/skills/encod3d-sec/next-move/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: Encod3d-Sec (https://skillmd.com/u/encod3d-sec)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/encod3d-sec/next-move

---


# Next Move (deprecated - now an input to /redteamlead)

`next-move` no longer runs standalone. Its ranked output is now one INPUT that
`/redteamlead` reads before giving a wiki-grounded direction.

For "where do I go next", call `Skill(redteamlead)` instead of this skill directly.

The deterministic ranker stays and is unchanged:
```
python3 scripts/next_move.py --json
```
RTL reads this `--json` output (plus state/loot/Killchain/log and the wiki) to produce
its ranked directions. Nothing else in this file is load-bearing anymore.

