project_tasks

Create, update, search, and list user-visible project tasks.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Devvraj10/Niv --skill project-tasks-devvraj10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/Devvraj10/Niv/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/Devvraj10/Niv --skill project-tasks-devvraj10

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for a streamlined approach to create, manage, and track project tasks that are visible to the user, ensuring high-level milestones and deliverables are well-documented and actionable.

Core Features & Use Cases

  • Task Creation and Management: Create and manage persistent tasks that are visible and accessible across sessions.
  • Task Identification: Use task references like #1, #2, etc., for easy tracking and reference.
  • Task Search: Search for tasks by text query to quickly find relevant information.
  • Task Update: Update existing tasks with new titles, descriptions, dependencies, and artifact kinds.
  • Task Workflow: Automate task workflows, including proposing tasks for user review and tracking their states.

Quick Start

To create a new task, use the command 'create_task "New task description"'. To search for a task, use 'search_task "task title"'. To update a task, use 'update_task "#1" "New title" "Updated description"'.

Frequently Asked Questions about project_tasks

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

FAQPage Schema
How do I create and track user-visible project tasks across sessions?

To create and track project tasks, use the create_task command with a description. The skill manages persistent tasks that remain visible across sessions, allowing you to monitor milestones and deliverables effectively.

What is the best way to search for and update existing work management tasks?

The best way to search for work management tasks is using the search_task command with a text query. You can then update existing tasks using update_task with their specific reference ID, like #1, to modify titles and descriptions.

Does project task automation require user interaction for task review and approval?

Yes, project task automation requires user interaction for task review and approval. The workflow proposes tasks for user feedback and tracks their states, ensuring high-level milestones are validated before completion.

Can I use task references like #1 to manage project milestones and dependencies?

Yes, you can use task references like #1 to manage project milestones. When you update tasks, you can define new dependencies and artifact kinds, ensuring your deliverables are well-documented and actionable.

How do I automate task workflows for proposing and tracking project deliverables?

You automate task workflows by using the skill's APIs to propose tasks for user review and track their states. This automation streamlines the management of project deliverables and ensures user feedback is incorporated.