Process items in the vault's /Needs_Action folder. Read each pending action file, determine the appropriate response based on Company_Handbook.md rules, process the item, and move completed items to /Done. Use when there are pending items to process.
Process all pending items in the vault's /Needs_Action folder following Company Handbook rules.
Read Company Handbook for processing rules:
Read vault/Company_Handbook.md
List pending items in /Needs_Action:
List all .md files in vault/Needs_Action/ (ignore .gitkeep)
For each pending item:
priority fieldtype field, take appropriate action:
file_dropemail: Draft a response or flag for human reviewtask: Create a plan in /PlansAfter processing each item:
status to completedUpdate Dashboard: After processing all items, update vault/Dashboard.md with:
Write log entries as JSON to vault/Logs/YYYY-MM-DD.json:
{
"timestamp": "ISO-8601",
"action_type": "item_processed",
"actor": "claude_code",
"target": "filename",
"parameters": {},
"result": "success"
}