What problem does it solve?
Enables continuing an in-progress DWR cycle by loading the previous session context, incorporating new logs or errors, and re-running the end-to-end workflow (decomposition → implementation waves → review) within the same task session. This avoids starting a new task for incremental updates and ensures continuity across iterations.
Core Features & Use Cases
- Orchestration of a continued DWR cycle from the existing session, loading context from session.md and artifacts, and applying new requirements.
- Support for blockers and escalations via Blocker Report to orient the next actions.
- Wave-based execution: decomposition, parallel task-work execution, and review with automatic merging of discoveries into the session.
- Persistent artifacts under task/{session_id}/ with _next{M} suffix to keep history without mutating session.md.
- Discoveries from previous cycles and new context drive adaptive planning for subsequent waves.
Quick Start
Запустите /dwr-next, передав новый контекст (логи/ошибки/дополнительные требования) и идентификатор сессии, чтобы продолжить работу над текущей задачей.