An agent skill for writing engineering plans as recoverable implementation slices instead of static proposals. It helps agents create and maintain docs/plans handoff documents with explicit decisions, ordered slice boundaries, verification steps, and progress notes.
npx skills add kodi/planning-slicesTo install non-interactively for Codex or another supported agent:
npx skills add kodi/planning-slices -g -yThe installable skill lives at skills/planning-slices.
It should trigger when an agent needs to:
- draft a plan under
docs/plans - split a migration or multi-module feature into ordered slices
- record decisions, scope, verification, and open questions
- update slice status and working notes after implementation progress
skills/
planning-slices/
SKILL.md
agents/
openai.yaml
MIT