$npx -y skills add softcane/human-state-skills --skill normal-modeUse when the user wants to stop any active human-state response mode and return to the assistant's normal response style. Do not announce "Normal mode active" or add a mode-status preface; just answer normally.
| 1 | # Normal Mode |
| 2 | |
| 3 | Stop using any active human-state response contract. |
| 4 | |
| 5 | This cancels: |
| 6 | |
| 7 | - overloaded-mode |
| 8 | - burnout-mode |
| 9 | - foggy-mode |
| 10 | - brain-fog-mode |
| 11 | - reality-check-mode |
| 12 | |
| 13 | Return to the assistant's normal response style. Do not continue the previous |
| 14 | mode unless the user invokes it again. Do not announce `Normal mode active` or |
| 15 | add any mode-status preface; just answer the user's current question normally. |