project_tasks

Manage persistent project tasks with dependency graphs and user approval flows.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/kvm9-dev/susanoo --skill project-tasks-kvm9-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_tasks
Source: https://github.com/kvm9-dev/susanoo/tree/main/.local/skills/project_tasks
Command: npx skills add https://github.com/kvm9-dev/susanoo --skill project-tasks-kvm9-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project work often needs clear, user-visible progress tracking across sessions, without mixing the user’s deliverables with the agent’s internal implementation details.

Core Features & Use Cases

  • Persistent, user-visible milestones: Create and update high-level tasks that remain available across sessions.
  • Dependency-aware planning: Define when tasks depend on other tasks so work can be sequenced correctly.
  • User review & approval flow: Propose tasks for user approval and then move them into execution-ready states.

Quick Start

Ask the agent to create a set of project tasks for your next milestone, then propose the created tasks 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 user-visible project milestones across sessions?

To track user-visible project milestones across sessions, you need persistent task management that stores high-level tasks in a structured plan-file format. This ensures milestones remain consistent and accessible for progress communication over time.

How does dependency planning work for sequencing project tasks?

Dependency planning for project tasks works by defining relationships between tasks during bulk creation, generating a dependency graph. This allows work to be sequenced correctly so dependent tasks wait for prerequisite completion before executing.

What is a user approval flow for project task execution?

A user approval flow for project task execution pauses newly created tasks in a pending state, requiring explicit user review before they move into execution-ready states. This prevents unwanted work from proceeding without human confirmation.

Can I do bulk task creation with dependency graphs for milestone planning?

Yes, you can perform bulk task creation with dependency graphs for milestone planning. This allows you to generate multiple interconnected tasks at once, ensuring proper sequencing and consistent task refs throughout the project lifecycle.

Why use strict task refs and plan-file formatting for milestone tracking?

Strict task refs and plan-file formatting are required for milestone tracking to keep tasks consistent, user-appropriate, and dependency-correct across sessions. Without these constraints, persistent task data risks corruption and incorrect sequencing.

What's the best way to manage task lifecycle states for user review?

The best way to manage task lifecycle states for user review is through a structured workflow that supports retrieval, updating, and pausing. This maintains persistent milestones while enforcing approval gates before execution begins.