project_tasks

Create, update, search, and list persistent user-visible project tasks with dependency management.

Updated Jun 19, 2018
One-click install
npx skills add https://github.com/ouzayr/Utilities --skill project-tasks-ouzayr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/ouzayr/Utilities/tree/main/DailyPlanner/.local/skills/project_tasks
Command: npx skills add https://github.com/ouzayr/Utilities --skill project-tasks-ouzayr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured way to create, manage, and track project-specific tasks that are visible to the user, ensuring alignment on deliverables and milestones.

Core Features & Use Cases

  • Persistent Task Tracking: Create tasks that persist across user sessions, unlike temporary internal agent tasks.
  • User Visibility: Tasks are designed to be seen and understood by the user, facilitating clear communication about project progress.
  • Use Case: When a user requests a new feature, you can create a project task for it, track its progress, and update the user on its status.

Quick Start

Use the project_tasks skill to create a new task with the title "Implement user authentication" and description "Set up secure login and registration for all users."

Frequently Asked Questions about project_tasks

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

FAQPage Schema
How do I create persistent project tasks that stay visible across user sessions?

Persistent project tasks are created using the task creation feature, which stores deliverables and milestones so they remain visible and trackable across sessions. You can create tasks with a title and description to track specific project requests.

What's the best way to track project milestones and deliverables with dependency management?

Tracking project milestones and deliverables is handled through the task management system, which supports dependency management. You can create, update, and search tasks to maintain alignment on milestone progress throughout the project lifecycle.

Can I use an isolated execution environment for agent coordination during task tracking?

Agent coordination during task tracking is supported through integration with a task agent that provides an isolated execution environment. This allows task proposals and updates to be managed within a contained system.

How do I search and list existing project tasks to check on deliverable status?

Searching and listing project tasks is supported natively by the system to check deliverable status. You can query existing tasks by searching the persistent task store to retrieve current progress and details on tracked milestones.

Does this project task management approach work for proposing tasks before final approval?

Proposing tasks before final approval is supported through the task proposal feature. You can generate proposed tasks for review, allowing stakeholders to evaluate deliverables and dependencies before committing them to the persistent tracker.

When should I not use temporary internal agent tasks for project tracking?

Temporary internal agent tasks should not be used when you need user-visible task tracking that persists across sessions. For tracking deliverables and milestones with clear user communication, persistent project tasks are required instead of temporary ones.