task

Generate and track tasks with auto-IDs in MASTER_PLAN.md.

Updated Nov 29, 2025
One-click install
npx skills add https://github.com/endlessblink/flow-state --skill task-endlessblink
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task
Source: https://github.com/endlessblink/flow-state/tree/main/.claude/skills/task
Command: npx skills add https://github.com/endlessblink/flow-state --skill task-endlessblink

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly create tasks with unique IDs and ensure they are properly tracked in the project's master plan.

Core Features & Use Cases

  • Auto-generates unique IDs and attaches them to new tasks in MASTER_PLAN.md.
  • Collects task type (TASK, BUG, FEATURE, INQUIRY), priority (P0-P3), title, and optional description in a single interaction.
  • Updates the ROADMAP section of MASTER_PLAN.md and can create an Active Work section for high-priority items when applicable.

Quick Start

Create a new task by saying a trigger like "/task" or "add task" to generate a unique ID and append it to MASTER_PLAN.md.

Frequently Asked Questions about task

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

FAQPage Schema
How do I generate unique IDs for tasks in my master plan?▼

To generate unique IDs for tasks, this Skill uses a local script to produce an identifier and formats the new entries directly within the ROADMAP section of your MASTER_PLAN.md file.

What task fields are collected when adding a new item to MASTER_PLAN.md?▼

When adding a task to MASTER_PLAN.md, the system collects the task type (TASK, BUG, FEATURE, INQUIRY), priority level (P0-P3), title, and an optional description in a single interaction.

How does task tracking handle high-priority items in the workflow?▼

Task tracking handles high-priority items by updating the ROADMAP section and optionally creating an Active Work section within MASTER_PLAN.md to highlight them.

Do I need any dependencies to use automatic task generation?▼

You do not need external dependencies for automatic task generation, but the Skill relies on a local get-next-task-id.cjs script to produce identifiers and format the roadmap entries.

What is the best way to trigger task creation for project planning?▼

The best way to trigger task creation is by using simple commands like "/task" or "add task", which initiates the flow to collect details and append the formatted entry to your master plan.