Implementation Plan Skill
Follow the workflow defined in @../../../.memory-bank/workflows/implementation-plan.md
Required Guardrails
- Read the existing task folder artifacts first, especially
task.mdand the selected solution. - Re-check the current code, tests, configs, and schema paths instead of trusting earlier analysis blindly.
- Treat this as a handoff-preparation step, not a fresh solution-comparison step.
- If the chosen direction is ambiguous or stale enough to change the recommendation, stop and route the task back to analysis.
- Write the outputs into the existing
tmp/tasks/<task-name>/folder asimplementation-plan.mdandcoding-task.md. - Keep the implementation plan focused on shared technical design; keep the coding task focused on actionable execution details.