Overview
This skill helps Claude read Markdown files in the vault to process tasks.
When to Use
- •When user says "Check Needs_Action" or similar.
- •Automatically when detecting new files via watchers.
Steps to Follow
- •Use file system tools to list files in /Needs_Action.
- •Read the content of each .md file.
- •Summarize: Extract type, from, subject, content.
- •Write summary to Dashboard.md if needed.
Example
If file is EMAIL_123.md with content:
type: email from: client@example.com
Email Content: Need invoice.
Output: "New email from client about invoice. Action: Generate plan."
Checklist
- •Always check file permissions.
- •Don't modify files unless approved.
- •Log actions to /Logs.