production-coordination

Coordinate production run lifecycles with SQLite state and baton contracts.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/jlenrique/course-DEV-IDE-with-AGENTS --skill production-coordination
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-coordination
Source: https://github.com/jlenrique/course-DEV-IDE-with-AGENTS/tree/main/skills/production-coordination
Command: npx skills add https://github.com/jlenrique/course-DEV-IDE-with-AGENTS --skill production-coordination

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manage production run lifecycles from creation to stage progression and finalization, coordinating checkpoints, specialists, and persistent state.

Core Features & Use Cases

  • Create and manage production runs with stages, assignments, and metadata
  • Advance stages, record human checkpoints, and finalize runs
  • Query run state and provenance from the coordination database for conversational updates

Quick Start

Create a production run using the manage_run CLI, then advance through gates and complete the run using the baton management tools.

Frequently Asked Questions about production-coordination

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

FAQPage Schema
How do I manage production run lifecycles with human checkpoints and state persistence?

You can manage production run lifecycles by creating runs and advancing them through stages with human checkpoints, synchronizing state persistently in a SQLite coordination database. The workflow handles plan orchestration, governance checks, and artifact tracking end-to-end.

What is a transient baton contract in production workflow coordination?

A transient baton contract in production workflow coordination is a mechanism used to pass responsibilities or artifacts between specialists across different stages. The coordination system manages these batons alongside persistent SQLite state to maintain provenance and stage progression.

How do I create and advance a production run through governance gates using CLI scripts?

You create a production run using the manage_run CLI, then advance through governance gates and complete the run using the baton management tools. The suite of scripts handles stage progression, checkpoint recording, and run finalization automatically.

Does production workflow coordination require a SQLite database?

Yes, production workflow coordination requires a SQLite coordination database to synchronize state. The SQLite database serves as the persistent backbone for querying run state, assignments, metadata, and provenance throughout the lifecycle.

Can I query run state and provenance from the coordination database for conversational updates?

Yes, you can query run state and provenance directly from the SQLite coordination database. The system records stage progression, human checkpoints, and artifact tracking data, enabling conversational updates regarding any active or finalized production run.

What's the best way to track content production workflows requiring plan orchestration and specialist assignments?

The best way to track content production workflows is using a coordination system with SQLite state and baton contracts. This approach manages plan orchestration, specialist assignments, and governance checks while maintaining persistent provenance for every artifact.