task-manager

Generates JIRA-compatible sprint plans, epics, and stories from UC and SRS documents.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/manhthien2005/PM_REVIEW --skill task-manager-manhthien2005
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-manager
Source: https://github.com/manhthien2005/PM_REVIEW/tree/main/tooling/.windsurf-template/shared/skills/task-manager
Command: npx skills add https://github.com/manhthien2005/PM_REVIEW --skill task-manager-manhthien2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It eliminates the manual effort of turning use cases and SRS requirements into a structured, dependency-aware sprint backlog, while preventing duplicate tasks and hallucinated estimates. ## Core Features & Use Cases - Sprint Planning (Mode A): Analyzes UC coverage gaps, prioritizes work with a P0–P3 framework, and groups tasks into 2-week sprints respecting dependency chains. - Epic Breakdown (Mode B): Converts a single UC into an Epic with stories that include assignee roles, story points, priorities, and acceptance criteria checkboxes. - Template-Exact Output: Produces _SPRINT.md, _EPIC.md, and STORIES.md files matching the existing JIRA folder structure, with all generated content in Vietnamese. - Use Case: Ask the AI to plan sprints for new Admin UCs (UC027–UC035); it checks the existing backlog for gaps, estimates story points, and outputs Sprint-5 and Sprint-6 folders ready for JIRA. ## Quick Start Ask the AI to lên kế hoạch sprint cho module Admin using the task-manager skill and review the generated sprint and epic files.

Frequently Asked Questions about task-manager

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

FAQPage Schema
How do I generate a sprint plan from use case documents?▼

Request a sprint plan for a specific module or UC range. The skill loads the project index and existing JIRA backlog, identifies UC coverage gaps, prioritizes tasks with a P0–P3 framework, and outputs sprint folders with epics and stories.

How does the skill estimate story points for tasks?▼

Story points follow a calibration table from 1 SP (trivial config) to 13 SP (full module). A bundled business-analyst skill extracts complexity signals from UCs such as flow steps, alternative flows, and integrations to guide estimation.

Can it break down a single use case into an epic and stories?▼

Yes, Mode B handles single-UC breakdowns. It reads the target UC, assigns the next sequential epic code, and generates an _EPIC.md plus STORIES.md with assignee roles, SP estimates, priorities, and acceptance criteria checkboxes.

Does it prevent creating duplicate tasks in the backlog?▼

Yes, it always reads the existing JIRA README and UC-to-Epic lookup table before planning. UCs that already have epics are skipped, and gap UCs marked with warnings are prioritized first.

What happens when a use case lacks enough detail for estimation?▼

The skill assigns a PENDING story point value instead of guessing and adds a PM note urging the user to refine the UC. This anti-hallucination measure prevents unreliable estimates.

What are the limitations when planning multiple modules at once?▼

Requests covering more than three modules at once are refused to control token bloat and preserve estimation quality. The skill asks the user to process modules one at a time.