task-lifecycle-manager

Manage task lifecycles from epic decomposition to deployment verification.

Updated May 24, 2026
One-click install
npx skills add https://github.com/haJ1t/senior-dev-squad-skills --skill task-lifecycle-manager-haj1t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-lifecycle-manager
Source: https://github.com/haJ1t/senior-dev-squad-skills/tree/main/plugins/senior-dev-squad/skills/task-lifecycle-manager
Command: npx skills add https://github.com/haJ1t/senior-dev-squad-skills --skill task-lifecycle-manager-haj1t

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of task lifecycles, from epic decomposition to deployment verification, across diverse projects.

Core Features & Use Cases

  • Full Task Lifecycle: Manages tasks from decomposition through execution and deployment verification.
  • Kanban-style Tracking: Tracks task status across a pipeline (backlog → in-progress → review → done).
  • Dependency Resolution: Handles dependency chains and blocked tasks, with automated retries on transient failures.
  • Use Case: Ideal for complex projects with interdependent tasks, multi-agent workflows, and the need for automated retries on failures.

Quick Start

Use the task-lifecycle-manager skill to manage tasks in your project by creating a new epic and assigning tasks.

Frequently Asked Questions about task-lifecycle-manager

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

FAQPage Schema
How do I manage task dependencies and automatically retry failed tasks in a project workflow?

To manage task dependencies and automatically retry failed tasks, you need a lifecycle manager that tracks blocked tasks and applies exponential backoff. This skill handles dependency chains and retries transient failures across a Kanban-style pipeline.

What is the best way to track task status across a Kanban pipeline from epic decomposition to deployment?

The best way to track task status across a Kanban pipeline is to use a lifecycle manager that moves tasks from backlog to in-progress, review, and done. This skill manages the full lifecycle from epic decomposition to deployment verification.

Can I use this task lifecycle management skill for multi-agent workflows with complex interdependent tasks?

Yes, you can use this task lifecycle management skill for multi-agent workflows. It is specifically designed for complex projects with interdependent tasks, handling dependency resolution and automated retries across diverse project environments.

How does exponential backoff work when retrying blocked tasks during dependency resolution?

Exponential backoff during dependency resolution works by progressively increasing the wait time between retry attempts for failed tasks. This skill implements robust error handling to automatically retry transient failures without manual intervention.

Do I need a specific project management framework to handle epic decomposition and deployment verification?

You do not need a specific external project management framework to handle epic decomposition and deployment verification. This skill provides built-in lifecycle management to decompose epics, track execution, and verify deployments natively.

Why does task management fail when handling complex dependency chains without automated retries?

Task management fails when handling complex dependency chains without automated retries because transient errors block the entire pipeline. This skill resolves dependency chains and uses exponential backoff to ensure transient failures are retried successfully.