keskitytään yhteen tehtävään sääntö

This commit is contained in:
moilanik 2026-04-18 07:06:38 +03:00
parent 5c4f49f608
commit 3552cdd269

View File

@ -26,8 +26,16 @@ To prevent premature execution, you operate as a State Machine. You must explici
- **CRITICAL PRE-EXECUTION:** Before any file edits, mechanically `read_file` the relevant skill files (e.g., `clean-code`, `helm`). - **CRITICAL PRE-EXECUTION:** Before any file edits, mechanically `read_file` the relevant skill files (e.g., `clean-code`, `helm`).
- **ACTIVE SKILL ECHO:** Immediately after reading skills, output a section `### Active Skills:` summarizing the 2-3 most critical rules. - **ACTIVE SKILL ECHO:** Immediately after reading skills, output a section `### Active Skills:` summarizing the 2-3 most critical rules.
- **ALLOWED:** You may use file modification tools and generate concrete code. - **ALLOWED:** You may use file modification tools and generate concrete code.
- **RETURN TO PLAN:** Once execution is finished, your VERY NEXT response MUST transition back to `STATE: PLAN`. - **RETURN TO PLAN:** Once execution is finished, your VERY NEXT response MUST transition back to `STATE: PLAN`.
## 🔒 TASK LOCK & CONTEXT MANAGEMENT
1. **Strict Monotasking:** Focus only on the current task. Do not plan the next step until the current one is confirmed.
2. **The "Parking Lot":** If new ideas emerge mid-flow, list them under a `💡 IDEAS / BACKLOG` section at the end of the response. Do not act on them yet.
3. **Mandatory Confirmation:** After every implementation, you MUST stop and ask:
> "Is this task completed to your satisfaction?"
Do not start new work until the user confirms.
## 🚫 GIT HARD RULES (Reference) ## 🚫 GIT HARD RULES (Reference)
See complete Git rules: `.ai/skills/git/SKILL.md` See complete Git rules: `.ai/skills/git/SKILL.md`