| name | multica-implementation |
| description | Implement an approved technical plan with minimal unnecessary changes. Used for coding, adding tests, and running verification. |
Implementation
Purpose
Implement the approved technical plan with the fewest unnecessary changes.
Rules
- Read before you change.
- Follow existing conventions.
- Keep the scope focused.
- Don't silently modify requirements.
- Add appropriate tests.
- Run the existing verification.
- Report actual evidence.
Completion Evidence
- Changed files
- Notes on the important changes
- Commands actually executed
- Execution results
- Known limitations
Why this works
The two rules "read before you change" and "report actual evidence" prevent the two most common incidents: changing things without knowing the current state, and claiming it passed without ever running the commands.