project_tasks

Create, update, list, and bulk-create project tasks with dependencies.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Soufianouassif/Web3-Presale-Platform --skill project-tasks-soufianouassif
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/Soufianouassif/Web3-Presale-Platform/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/Soufianouassif/Web3-Presale-Platform --skill project-tasks-soufianouassif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage persistent, user-visible project tasks that persist across sessions and can be handed to task agents or to a main agent, improving visibility and coordination.

Core Features & Use Cases

  • Create, update, search, list, and bulk-create tasks with dependencies.
  • Use plan files in .local/tasks/ as the task description and keep milestones aligned with user goals.
  • Propose tasks for user approval and track progress from draft to merged state.

Quick Start

Create a plan file for a new milestone in .local/tasks and create a task titled accordingly, then propose it for user approval.

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 and user-visible tasks across sessions?▼

You can track project milestones across sessions by creating plan files in the .local/tasks/ directory, then generating persistent, user-visible tasks with dependency-aware planning to maintain progress visibility.

How does dependency-aware task planning work for product development workflows?▼

Dependency-aware task planning links milestones to user goals and allows you to create, update, or bulk-create tasks that respect execution order, ensuring coordinated progress review across sessions.

Can I propose draft tasks for approval before they are merged into a project workflow?▼

Yes, you can propose draft tasks for user approval and track their progress from draft to merged state, keeping milestones aligned with user goals and improving overall project coordination.

Do I need plan files to manage task descriptions and milestone tracking?▼

Yes, plan files are used as the task description source in .local/tasks/ to keep milestones aligned with user goals, ensuring tasks persist across sessions and can be handed to task agents.

What is the best way to bulk-create tasks with dependencies for project planning?▼

The best way to bulk-create tasks with dependencies is by defining plan files in .local/tasks/ and applying the bulk-create feature, which populates task descriptions and manages milestone tracking efficiently.

Are there limitations when handing persistent tasks to task agents for collaboration?▼

A key limitation is that task agents rely on plan files stored in .local/tasks/; without properly structured plan files, dependency management and cross-session milestone tracking will not function correctly.