project_tasks

Manage persistent user-visible project tasks with lifecycle states and dependencies.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/KhaledMKhaled/FodaStore --skill project-tasks-khaledmkhaled
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/KhaledMKhaled/FodaStore/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/KhaledMKhaled/FodaStore --skill project-tasks-khaledmkhaled

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of keeping high-level project work aligned with what the user cares about by creating persistent, user-visible tasks that survive across sessions.

Core Features & Use Cases

  • Create user-visible milestones: Turn deliverables into persistent tasks that can be shared with the main agent or delegated to task agents.
  • Track progress with clear states: Use lifecycle states so work can move from draft to active to ready without exposing internal execution details.
  • Coordinate dependencies: Express which task milestones should happen before others, including batch-based creation with dependency handling.
  • Communicate clearly with task plans: Store the operational plan as markdown so the executor can follow a consistent structure.

Quick Start

Use the project_tasks skill to create a persistent milestone for your next deliverable by asking the AI to make a task plan for it and then propose that task for your 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 persistent project milestones across multiple sessions?▼

Track persistent project milestones by creating user-visible tasks stored as markdown plan files in the .local/tasks directory, allowing work to survive across sessions and be shared with agents.

How do I manage task dependencies for project planning?▼

Manage task dependencies by defining which milestone tasks must occur before others, utilizing batch-based creation to automatically handle and coordinate sequential task execution.

Can I share project tasks with AI agents for execution?▼

Share project tasks with AI agents by storing operational plans as markdown so the executor agent can follow a consistent structure, while users review and approve task state progression.

What is the best way to organize task states for ongoing deliverables?▼

Organize task states using a lifecycle progression from draft to active to ready, keeping internal execution details hidden while ensuring high-level project work remains visible for user review.

How do I create a task plan from a markdown file?▼

Create a task plan from a markdown file by defining tasks using a taskRef, then proposing the task for user approval before it enters the active workflow state.

Do I need to manually update task states during dependency tracking?▼

Dependency tracking moves task states through the lifecycle automatically based on batch creation rules, but users must review and approve state progression before milestones become active.