project_tasks

Create and manage persistent project tasks with states and dependencies.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/tann200/CodingAgent --skill project-tasks-tann200
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/tann200/CodingAgent/tree/main/tui/.local/skills/project_tasks
Command: npx skills add https://github.com/tann200/CodingAgent --skill project-tasks-tann200

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a way to create and manage persistent project tasks, making it easier to track user-requested features, milestones, and deliverables.

Core Features & Use Cases

  • Task Creation and Management: Create, update, and manage tasks with titles, descriptions, and dependencies.
  • Search and List Tasks: Search and list tasks by title, description, or state.
  • Task States: Track task states from proposed to merged, including progress and completion.
  • Dependency Management: Define and manage dependencies between tasks for better project planning.
  • Use Case: Use this Skill to manage a software development project, creating tasks for features, bug fixes, and user stories.

Quick Start

Use the project_tasks skill to create a new task with the title 'Update user authentication' and a description 'Implement new authentication system with 2FA support'.

Frequently Asked Questions about project_tasks

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

FAQPage Schema
How do I track project tasks and dependencies persistently?

You track project tasks persistently by creating tasks with titles, descriptions, and dependencies. The system stores task plans on the file system, allowing you to manage task states from proposed to merged and track progress over time.

What is dependency management in project planning?

Dependency management in project planning is defining and managing relationships between tasks. It allows you to link related deliverables, ensuring that prerequisite tasks are tracked and completed before dependent features can progress.

Can I search and list tasks by state or description?

Yes, you can search and list tasks by title, description, or state. This allows you to quickly find specific features, bug fixes, or user stories and monitor their current progress within your software development project.

Does task creation require user interaction for approval?

Yes, task creation requires user interaction for task approval. When you generate a new task plan for your project milestones, the system prompts you to review and approve the task before it is persisted.

How do I manage task states from proposed to merged?

You manage task states by updating the status of each task as it progresses. The system supports tracking the entire lifecycle of a task, from initially proposed through active progress and finally to merged completion.