task-mgmt

Create per-task briefing documents with YAML frontmatter and Objective, Reasoning, and Conclusion fields.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RushuiGuan/claude --skill task-mgmt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-mgmt
Source: https://github.com/RushuiGuan/claude/tree/main/skills/task-mgmt
Command: npx skills add https://github.com/RushuiGuan/claude --skill task-mgmt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes how tasks are created and tracked in the project, ensuring each task has a clear objective, reasoning, and conclusion, and is stored in the project-mgmt folder as a separate [task-name].tsk.md file for traceability.

Core Features & Use Cases

  • Create task files in project-mgmt with the prescribed kebab-case naming convention [task-name].tsk.md.
  • Enforce a consistent content structure across tasks, including Objective, Reasoning, and Conclusion, to capture decision context.
  • Track task status through a simple lifecycle (new → started → completed or cancelled) and support listing open tasks.

Quick Start

Create a new task file named 'audit-entity-fields.tsk.md' in project-mgmt with the required metadata sections and a complete Objective/Reasoning/Conclusion structure.

Frequently Asked Questions about task-mgmt

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

FAQPage Schema
How do I document project decisions and rationale for individual tasks?

Document project decisions by creating per-task briefing documents that enforce a standardized body with Objective, Reasoning, and Conclusion fields. This approach captures decision context and tracks task status through a simple lifecycle.

What is the best way to structure task documentation for project management?

The best way to structure task documentation is using a YAML frontmatter with name and description, followed by a standardized body. This enforces consistent content structure across tasks to capture decision context and track status.

How do I create a new task file in the project-mgmt folder?

Create a new task file in the project-mgmt folder using a prescribed kebab-case naming convention like [task-name].tsk.md. Ensure the file contains required metadata sections and a complete Objective, Reasoning, and Conclusion structure.

Can I track task status and list open tasks using structured documentation?

Yes, track task status through a simple lifecycle from new to started, then to completed or cancelled. You can list open tasks stored as individual [task-name].tsk.md files in the project-mgmt directory for traceability.

Does task management documentation require specific metadata formats?

Task management documentation requires a YAML frontmatter with name and description fields. This metadata ensures each task has a clear objective and is stored as a separate file for project traceability.

Why use per-task briefing documents instead of a single project task list?

Per-task briefing documents standardize how tasks are created and tracked, ensuring each task has a clear objective, reasoning, and conclusion. Storing them as separate files in project-mgmt provides better traceability and decision context.