Check for orchestrator messages. Use at turn start, after major tasks, and ALWAYS before marking task complete.
Install
npx skillscat add srobinson/helioy-plugins/check-directives Install via the SkillsCat registry.
SKILL.md
Check Directives
Check Inbox
nancy inboxProcess Each Message
For each message file:
Read the message
Act based on type:
directive- Follow the specific instructionguidance- Adjust your approach accordinglystop- End task immediately, do not continue
Archive immediately after acting:
nancy archive <filename>
When to Check
- At start of each session
- After completing major tasks or phases
- ALWAYS before marking task COMPLETE
Pre-Completion Check
Before creating the COMPLETE file, verify:
nancy inboxIf output shows ANY pending directives:
- Process and archive them first
- Do NOT mark complete until inbox is empty
After Processing
After archiving all directives, clear the notification state:
rm -f "${NANCY_CURRENT_TASK_DIR}/.directive_check_notified"