What problem does it solve?
This skill provides deterministic execution of implementation plans with verifiable outcomes, reducing drift and human error across engineering tasks.
Core Features & Use Cases
- Deterministic Execution: ensures identical inputs produce identical outputs with full traceability.
- Precondition Validation & TDD Workflow: validates prerequisites, creates and runs tests before implementation.
- Postcondition Verification & Evidence Capture: typechecks, tests, and evidence are captured and persisted; progress is updated across sessions.
- Cross-Project Context Sharing: supports memory-keeper based cross-session state sharing and Git-based progress.
- Use Case: used to implement IMPLEMENTATION-PLAN.md files with triple verification and rigorous git workflows in rad-engineer-v2 and engg-support-system.
Quick Start
To begin, run the execute skill to automatically determine and execute the next task, validating preconditions, running tests, and updating progress. For example: /execute would identify the next pending task and perform the full verification loop. After completion, check the progress log and memory-keeper for the updated state.