skill-system-tkt

Coordinate ticket lifecycles across roadmaps, bundles, and durable tickets.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/arthur0824hao/ExperimentPipeline --skill skill-system-tkt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-system-tkt
Source: https://github.com/arthur0824hao/ExperimentPipeline/tree/main/.agents/skills/skill-system-tkt
Command: npx skills add https://github.com/arthur0824hao/ExperimentPipeline --skill skill-system-tkt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, psycopg2, and includes scripts (resource) components.

What problem does it solve?

Orchestrates end-to-end ticket lifecycles across project roadmaps, bundles, and durable tickets to provide a canonical, auditable workflow engine.

Core Features & Use Cases

  • Supports two backends: filesystem-based project-level tickets (.tkt) and DB-backed durable tickets for session-level lifecycle.
  • Manages Roadmap → Bundle → Tickets and automated review, with governance through close gates, audit tickets, and integration points.
  • Handles intake, claim, update, block, and close operations across both backends, with policy enforcement and branch-aware workflows.

Quick Start

Initialize a project with init-roadmap, create a bundle with create-bundle, add worker tickets with add, and drive the lifecycle through update, claim, and close as needed.

Frequently Asked Questions about skill-system-tkt

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

FAQPage Schema
How do I automate ticket lifecycle management across multiple project agents?

Automate ticket lifecycle management by coordinating multi-agent workflows across roadmaps, bundles, and durable tickets. The engine enforces governance policies, persists state in YAML or DB backends, and handles intake, claim, update, block, and close operations.

What is the difference between filesystem-backed and database-backed ticket governance?

Filesystem-backed ticket governance uses project-level .tkt files for local bundles, while database-backed governance uses durable tickets for session-level lifecycle. Both backends enforce policy through close gates, audit tickets, and branch-aware workflows.

How do I set up a project roadmap and create ticket bundles step by step?

Initialize a project with init-roadmap, create a bundle with create-bundle, add worker tickets with add, then drive the lifecycle through update, claim, and close operations as needed.

Can I use git work trees for branch-aware workflow automation with project tickets?

Yes, branch-aware workflow automation supports optional git work trees and review artifacts. The engine coordinates operations across filesystem-backed bundles and database-backed memories, enforcing policy throughout real-world workflows.

Do I need PostgreSQL or psycopg2 to run the durable ticket lifecycle engine?

PostgreSQL and psycopg2 are required for database-backed durable ticket sessions. However, you can use the filesystem-backed .tkt backend for project-level bundles without a database dependency.

Why does multi-agent workflow governance require audit tickets and close gates?

Multi-agent workflow governance requires audit tickets and close gates to enforce policy and maintain an auditable workflow engine. These mechanisms ensure that intake, claim, update, block, and close operations remain canonical across project roadmaps.