project-tasks

Manage and track project tasks with CRUD operations and dependencies.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/not-subhu/screech --skill project-tasks-not-subhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-tasks
Source: https://github.com/not-subhu/screech/tree/main/.local/skills/project-tasks
Command: npx skills add https://github.com/not-subhu/screech --skill project-tasks-not-subhu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing user-visible project tasks, enabling persistent tracking of deliverables and milestones.

Core Features & Use Cases

  • Persistent Task Tracking: Store and manage project tasks across sessions.
  • Task Management: Create, update, and search tasks with ease.
  • Use Case: When you need to track project milestones or user-requested features across different sessions or interactions with the agent.

Quick Start

Start tracking your project tasks with the project-tasks skill. Create a new task using 'add-task' followed by the title, such as 'add-task "Design the new user interface"'

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 persistently across multiple agent sessions?

Persistent task tracking is achieved by using a dedicated skill that stores project tasks and milestones, ensuring deliverables remain visible across different sessions or interactions with the agent.

How do I create a new project task for milestone management?

Creating a project task requires executing the 'add-task' command followed by the title, such as add-task "Design the new user interface", to register the deliverable in the tracking system.

Do I need a specific environment for task tracking with this project workflow tool?

Proper task tracking requires execution within an isolated task-agent Repl to ensure correct isolation and environment setup for managing project dependencies and artifact tags.

Can I update and search existing project tasks after creating them?

Updating and searching existing project tasks is supported through standard CRUD operations, allowing you to modify deliverables and query tracked milestones throughout the project lifecycle.

What is the best way to manage task dependencies and artifact tags?

Managing task dependencies and artifact tags is handled natively by the project workflow system, allowing you to link related deliverables and categorize milestones during task creation and updates.