project_tasks

Create, update, list, and search project tasks persisted across sessions.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/samibrahmi/instanotes-api --skill project-tasks-samibrahmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/samibrahmi/instanotes-api/tree/main/newcontent/skills/project_tasks
Command: npx skills add https://github.com/samibrahmi/instanotes-api --skill project-tasks-samibrahmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing and persisting user-visible project tasks so progress is visible across sessions and agents can coordinate work.

Core Features & Use Cases

  • Create, update, and list tasks with titles, descriptions, and states to track deliverables.
  • Persist milestones across sessions and share visible progress with users; supports interaction from main and task agents.
  • Use cases include tracking features, milestones, status updates, and communicating progress to the user.

Quick Start

Create a plan file in .local/tasks/ and bulk create a project task to begin tracking a milestone.

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

You can track project milestones across sessions by creating and persisting task records with titles, descriptions, and states. This ensures progress remains visible to users and agents over time.

What is the best way to manage task dependencies for product development planning?

Managing task dependencies for product development planning is handled through optional dependency tagging on persisted tasks. This allows agents to coordinate work and track deliverables accurately.

How do I bulk create tasks from a plan file?

To bulk create tasks from a plan file, place the file in the .local/tasks/ directory. The system reads these plan-file-based descriptions to initialize your project milestone tracking.

Can I use task-tracking to communicate feature delivery progress to users?

Yes, you can use task-tracking to communicate feature delivery progress to users. The system persists user-visible milestones and supports status updates for clear progress communication.

Does project-management automation support interaction from both main and task agents?

Project-management automation supports interaction from both main and task agents. This allows multiple agents to coordinate work by creating, updating, and searching the same persisted milestones.