Resume an in-progress feature implementation from where it left off.
/plugin marketplace add neonwatty/claude-plugins/plugin install neonwatty-looper-looper@neonwatty/claude-plugins# /resume - Resume Implementation Resume an in-progress feature implementation from where it left off. ## Arguments - $ARGUMENTS: Optional - feature name or path to PLAN.md - `/resume` - Auto-detect from current branch (feature/X → .plans/X/PLAN.md) - `/resume my-feature` - Resume .plans/my-feature/PLAN.md - `/resume .plans/my-feature/PLAN.md` - Resume from specific path --- ## Process ### 1. Load State Read PLAN.md to determine: - Feature being implemented - Current step number - Step status (NOT_STARTED, IN_PROGRESS, APPROVED) - Number of attempts on current step ### 2. Check...