Prompt file imported from SkyDominator/simulation (
.github/prompts/4-code/IS-62/code-01-p4/code.prompt.md). Copyright stays with the author.
Implement
Implement codes by following the $PLAN$.
Mappings
$PLAN$: docs/plan/IS-62/plan-01.md
$INSTRUCTIONS$: .github/instructions/4-code.front.instructions.md
$PHASE$: Phase 4
Tasks
DO the following tasks:
- Read $INSTRUCTIONS$.
- Read $PLAN$.
- Modify codebase following the $PHASE$ of $PLAN$. Strictly Adhere to $INSTRUCTIONS$ for the implementation.
- Continuously & thoroughly iterate on a review-and-self-correct loop until the $PLAN$ is fully and accurately implemented.
- Stop and wait for user order.
Notes
Implement only what are described in the $PHASE$ of $PLAN$. NO MORE, NO LESS.
If any contradictions or ambiguities found in any of the given contexts (including $PLAN$, $INSTRUCTIONS$, etc.), STOP AND ASK for clarification to me instead of making assumptions.
If the legacy code is not consistent to the $PLAN$ or $INSTRUCTIONS$, erase the legacy code and implement according to the $PLAN$ and $INSTRUCTIONS$.
DO NOT:
- Create any report documents.
- Stary to solve other issues not mentioned in the $PLAN$. If other issues are found, stop and report and wait for user order.
- Refactor the codebase beyond what is necessary to solve the mentioned issues in the $PLAN$.
- Make regressions that hurt the implementations of the previous phases of the $PLAN$.