One-click install
npx skills add https://github.com/danishi/arcadia --skill task-add-danishi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-add
Source: https://github.com/danishi/arcadia/tree/main/.claude/skills/task-tracker
Command: npx skills add https://github.com/danishi/arcadia --skill task-add-danishi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines task management by providing a consistent way to log tasks, considerations, and issues directly within your project's tasks.md file, ensuring nothing falls through the cracks.

Core Features & Use Cases

  • Effortless Task Logging: Quickly add new tasks, questions, or action items with predefined categories and priorities.
  • Automated Completion: Claude can automatically detect and log tasks during conversations or other skill executions.
  • Use Case: While discussing a new feature, you realize a specific API needs to be researched. You can use this skill to immediately create a "TODO" task for API research, assigning it a priority and linking it to relevant documentation.

Quick Start

Use the task-add skill to log a new task with the title "Investigate user authentication options".

Frequently Asked Questions about task-add

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

FAQPage Schema
How do I log tasks and decisions directly within my project files?

You can log tasks, considerations, and issues by appending them directly into a project's tasks.md file. This approach provides a consistent way to track action items and ensures nothing falls through the cracks during development.

What is the best way to track issues and considerations during a Claude conversation?

Tracking issues during a conversation is handled by automated detection, which can automatically log tasks and considerations into your tasks.md file. This ensures action items identified during discussions are immediately recorded without manual intervention.

How do I create a prioritized task list for project management in markdown?

Creating a prioritized task list involves logging new tasks with predefined categories and priorities into the tasks.md file. The system manages task creation and categorization, providing clear status updates to keep your project management organized.

Can I automatically generate TODO items while discussing new features?

Yes, you can automatically generate TODO items while discussing features by invoking the task logging mechanism. It captures the research or action needed, assigns a priority, and links it to relevant documentation automatically.

How does task management logging handle duplicate entries and idempotency?

Task management logging ensures task idempotency by tracking related files and providing clear status updates within the tasks.md file. This mechanism prevents duplicate entries from being created when the same task is logged multiple times.

Do I need any specific dependencies to start logging project tasks?

No specific dependencies are required to start logging project tasks. The task logging functionality operates independently to capture considerations and issues, requiring only a tasks.md file to store the generated entries.