task-lifecycle-manager

Automates engineering task lifecycle from creation to finalization with structured documentation.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/kellyson520/TG-ONE --skill task-lifecycle-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-lifecycle-manager
Source: https://github.com/kellyson520/TG-ONE/tree/main/.agent/skills/task-lifecycle-manager
Command: npx skills add https://github.com/kellyson520/TG-ONE --skill task-lifecycle-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Task Lifecycle Manager standardizes how work is created, tracked, documented, and completed across the TG ONE projects, ensuring every task has a single source of truth and verifiable progress.

Core Features & Use Cases

  • Standardizes task folders under docs/Workstream_{Domain}/{Date}_{TaskName} with mandatory docs todo.md, spec.md, and report.md.
  • Enforces documentation-first state tracking where the "Documentation is State" rule ensures the code reflects tasks and progress.
  • Provides automated synchronization checks via task-syncer to align code with the documented checklist and generate final reports.

Quick Start

Create a new Workstream task folder and begin by writing todo.md as the driving plan.

Frequently Asked Questions about task-lifecycle-manager

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

FAQPage Schema
How do I automate task lifecycle management and documentation for engineering workstreams?

Task lifecycle management is automated by standardizing task folders under docs/Workstream_{Domain}/{Date}_{TaskName} with mandatory todo.md, spec.md, and report.md files. This enforces documentation-first state tracking to ensure code reflects documented progress across projects.

What is the "Documentation is State" rule for tracking engineering tasks?

The "Documentation is State" rule ensures that your task checklists and structured files serve as the single source of truth for progress. It enforces automated synchronization checks to align your code with the documented checklist and generate final reports.

How do I create a new workstream task folder with structured documentation?

Create a new workstream task folder using the docs/Workstream_{Domain}/{Date}_{TaskName} naming convention and begin by writing todo.md as the driving plan. You must then populate spec.md and report.md to satisfy frontmatter-based discovery and strict validation.

Does task lifecycle automation work with frontmatter-based discovery and in-code references?

Yes, task lifecycle automation explicitly satisfies frontmatter-based discovery and validates in-code references. It applies strict validation and state alignment across new task creation, progress synchronization, and artifact generation from Template to Finalize.

Can I synchronize code changes with my task checklist automatically?

Automated synchronization checks align your code with the documented checklist using the task-syncer component. This validates state alignment and generates final reports, ensuring every task maintains a verifiable single source of truth.

When should I use standardized task folders instead of ad-hoc documentation?

Use standardized task folders when you need traceable docs and verifiable progress across engineering projects from Template to Finalize. This approach prevents misaligned code by enforcing documentation-first state tracking and generating structured artifacts like report.md.