
needs-action-processor
by syeda-hoorain-ali
This is a hackathon project to build an autonomous AI employee that can manage personal and business affairs using Claude Code as the reasoning engine and Obsidian as the management dashboard.
SKILL.md
name: needs-action-processor description: Process files in the Needs_Action folder according to Company Handbook rules. Use this skill when you need to handle tasks placed in the Needs_Action directory by watchers, following the rules defined in the Company Handbook.
Needs Action Processor
Process files in the Needs_Action folder according to Company Handbook rules. Use this skill when you need to handle tasks placed in the Needs_Action directory by watchers, following the rules defined in the Company Handbook.
When to Use This Skill
Use this skill when:
- There are files in the Needs_Action folder that need processing
- You need to apply Company Handbook rules to incoming tasks
- Watchers have placed files in Needs_Action that require action
How to Use This Skill
- Check the Needs_Action folder for pending files
- Read the Company Handbook rules
- Process each file according to the rules
- Update the Dashboard with outcomes
- Move processed files to appropriate folders
Files and Directories
<vault>/Needs_Action/- Contains files waiting for processing<vault>/Company_Handbook.md- Rules for processing tasks<vault>/Dashboard.md- Log of completed actions<vault>/Done/- Successfully processed files<vault>/Pending_Approval/- Files awaiting approval
Company Handbook Rule Processing
The script analyzes each file and applies rules based on the Company Handbook:
- Financial Guidelines: Payments over $100 require approval - moves to Pending_Approval
- Communication Guidelines: Professional and courteous communications
- Task Management: Prioritize urgent items marked with 'urgent', 'asap', 'emergency', etc.
- Custom Rules: Any specific rules defined in your Company Handbook
The processing logic will:
- Read the Company Handbook from
<vault>/Company_Handbook.md - Parse rules based on headers like "Financial Guidelines", "Communication Guidelines", etc.
- Apply relevant rules based on content analysis
- Take appropriate actions (move to Done, Pending Approval, etc.)
- Log decisions in the Dashboard for transparency
Processing Workflow
For each file in Needs_Action:
- Analyze: Read the file content and identify the type of task
- Apply Rules: Consult Company Handbook for appropriate action
- Execute: Perform required action using available tools
- Update: Log the action in Dashboard and move the file
Available Commands
process_needs_action_files()- Process all files in Needs_Actionscan_needs_action_folder()- Scan for pending files only
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon
