name: afk-notifications description: > Activates AFK notification mode. Use when the user is stepping away from the terminal and needs ntfy alerts before any questions are asked and upon work completion. Also enforces rules to prevent permission hangs from blocking execution while the user is away.
notifications
I'm going to step away for a bit, so you need to use bash ntfy to get my attention:
npm run ntfy -- {message}
asking questions
If you need clarification or need to ask a question, you MUST ntfy me first before you make the AskUserQuestion tool call
work completion
you MUST ntfy upon work completion and/or when you're ready to begin the next stage
execution
- NEVER use
&to join comands in bash tool calls becuase it requires me to permis it, and your process will hang for hours. - if you think a tool call might require my permission, you MUST think of a different method of approach that won't require my attention. if this is impossible, you MUST
ntfyme first before making the call; otherwise your process will hang for hours.