process-tasks

Moves completed tasks from Needs_Action to Done and updates dashboard.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Quratulain-shah/AI-Employee-FTE --skill process-tasks-quratulain-shah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-tasks
Source: https://github.com/Quratulain-shah/AI-Employee-FTE/tree/main/claude/skills/process-tasks
Command: npx skills add https://github.com/Quratulain-shah/AI-Employee-FTE --skill process-tasks-quratulain-shah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the handling of tasks that are waiting in the 'Needs_Action' folder, ensuring that work is completed efficiently and logged appropriately.

Core Features & Use Cases

  • Task Automation: Automatically processes files from the Vault/Needs_Action/ directory.
  • Workflow Management: Moves completed tasks to the Vault/Done/ folder.
  • Activity Logging: Updates the Vault/Dashboard.md with a summary of completed tasks.
  • Use Case: When you have several documents or requests that need processing, this skill will handle them one by one, update the system, and let you know what's done.

Quick Start

Use the process-tasks skill to handle all items currently in the Needs_Action folder.

Frequently Asked Questions about process-tasks

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

FAQPage Schema
How do I automate moving pending files from a Needs_Action folder to a Done directory?

Automating pending file management involves scanning the Needs_Action directory, processing each task request, and automatically moving completed items to the Done folder while logging timestamps and descriptions.

How do I automatically update an activity dashboard after processing pending tasks?

Updating an activity dashboard requires appending a summary of completed tasks, including their timestamps and descriptions, directly into the Dashboard.md file after moving finished work to the Done folder.

Can I use workflow automation to process task requests one by one in a file management system?

Workflow automation handles task requests sequentially by iterating through the Needs_Action folder, ensuring each document is processed, completed, and logged before moving to the next item.

What is the best way to log completed task descriptions with timestamps in a markdown dashboard?

Logging completed task descriptions involves capturing the task details upon completion, generating a timestamp, and appending this summary directly into the Dashboard.md file to maintain an activity log.

Does task processing automation work without manual checks for pending items?

Task processing automation operates independently by automatically checking the Needs_Action folder for pending items, handling the requests, and moving finished work without requiring manual intervention.