What problem does it solve?
This Skill prevents mismatched follow-up work after a release by routing a post-ship delta to the correct downstream APED skill instead of trying to implement the change inside the router.
Core Features & Use Cases
- Post-ship router only: Classifies the delta and hands off with an explicit recommendation and invocation for the next skill, without implementing anything itself.
- Delta interview for correct routing: Uses a short interview to determine layer of impact, blast radius, and reversibility so the recommendation fits the real change.
- Guards against bad timing and wrong context: Halts if a sprint worktree is active, and routes only after something shipped (release/merge/deployment).
Use Case: You shipped feature X, but users now need feature Y or discover a gap—use this Skill to classify the required follow-up and route to the appropriate planning, quick-spec, or architectural decision step.
Quick Start
Use aped-iterate after you ship, by telling Claude Code something like: we shipped feature X, now we need Y to close the gap.