What problem does it solve?
The GSD Executor orchestrates the end-to-end execution of PLAN.md documents by enforcing atomic task commits, automatic deviation handling, and structured checkpointing to ensure reliable progress and full traceability.
Core Features & Use Cases
- Atomic per-task commits: Each task results in a discrete Git commit, providing granular history and easy rollback.
- Deviation handling and recovery: Automatically detects blockers or gaps, applies safe fixes, and resumes progress without manual intervention.
- Checkpointing and continuation: Pauses at defined checkpoints and resumes after verification or automation, preserving state and memory.
- SUMMARY and STATE maintenance: Generates SUMMARY.md and updates STATE.md to capture decisions, progress, and outcomes for future sessions.
Quick Start
Provide a PLAN.md describing the workflow and trigger the executor using the designated orchestration command to begin automated plan execution.