process-tasks

Automates task processing from Needs_Action to Done with timestamped logs.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/HafizFasih/Autonomous-FTEs --skill process-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-tasks
Source: https://github.com/HafizFasih/Autonomous-FTEs/tree/main/.claude/skills/process-tasks
Command: npx skills add https://github.com/HafizFasih/Autonomous-FTEs --skill process-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the processing of tasks dropped into the Needs_Action folder by the filesystem watcher. It ensures all tasks are handled according to company rules and properly logged.

Core Features & Use Cases

  • Checks Vault/Needs_Action for pending tasks and reads associated metadata and content.
  • Applies company rules from Vault/Company_Handbook.md, adds timestamps, and moves completed work to Vault/Done.
  • Updates Vault/Dashboard.md with timestamped activity logs and maintains an audit trail for compliance.

Quick Start

Tell me to process tasks to start handling all pending Needs_Action items now.

Frequently Asked Questions about process-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task processing and status updates for files in a Needs_Action folder?

Automate task processing by triggering the Skill to scan the Needs_Action folder, read metadata, apply company rules, and move completed items to Done. It logs timestamped outcomes to the Dashboard to maintain a complete audit trail.

How does a filesystem watcher handle routine task triage and metadata extraction?

Routine task triage is handled by checking the Needs_Action folder for pending files, extracting their metadata, and processing the content according to rules defined in the Company_Handbook.md file.

Can I use this task workflow automation to maintain a compliance audit trail in my Dashboard?

Yes, workflow automation updates the Dashboard.md file with timestamped activity logs. This ensures every processed task generates a strict audit trail for compliance purposes.

What is the best way to log task completion outcomes and move files to a Done folder?

The best way to log outcomes is to let the Skill process tasks, apply timestamps, and automatically move completed work from Needs_Action to the Done folder while appending records to the Dashboard.

Do I need a Company_Handbook.md file to enforce strict adherence to company rules during task processing?

Yes, task processing requires a Company_Handbook.md file in the Vault. The Skill reads this file to ensure strict adherence to company rules when triaging and completing pending tasks.

Why does task processing stop or fail to update the Dashboard with timestamped activity logs?

Task processing stops if the Needs_Action folder is empty or if the Vault structure is missing required files like Company_Handbook.md. Proper file placement ensures Dashboard logs update successfully.