execution
Installation
SKILL.md
Implementation Execution
Prerequisite
Start only after the implementation plan is approved. Treat the approved plan as the source of truth for scope, acceptance criteria, and ordering. If it is absent, incomplete, or conflicts with the repository, surface the discrepancy and request a clarified plan rather than silently expanding scope.
Workflow
1. Establish the implementation baseline
- Read the approved plan and restate the current plan item, its acceptance criteria, and its dependencies.
- Inspect the affected code, neighboring modules, tests, build scripts, and repository guidance before editing.
- Identify established conventions for naming, module boundaries, error handling, types, formatting, tests, documentation, and package tooling.
- Check the working tree so unrelated changes are not overwritten or folded into the task.