workstream-orchestrator

Coordinate versioned autoreport worktrees by writing per-thread instructions to .codex/master-next.txt.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/tubtrb/autoreport --skill workstream-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workstream-orchestrator
Source: https://github.com/tubtrb/autoreport/tree/main/codex/skills/workstream-orchestrator
Command: npx skills add https://github.com/tubtrb/autoreport --skill workstream-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Coordinates the master-thread orchestration for autoreport versioned worktrees, keeping contract ownership and merge order aligned while pushing concise next-step instructions into each worktree's private .codex/ state. Worker progress and completion reports live in JSON under the same .codex/ folder.

Core Features & Use Cases

  • Orchestrates discovery and health checks for active codex/v<version>-master style workstreams.
  • Writes per-thread instructions into .codex/master-next.txt to guide workers and preserve a deterministic deployment flow.
  • Supports policy-aware retirement, branch synchronization, and centralized reporting to maintain a coherent multi-workstream pipeline.

Quick Start

Run the workstream orchestrator to snapshot active task worktrees and write master-next.txt instructions.

Frequently Asked Questions about workstream-orchestrator

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

FAQPage Schema
How do I coordinate multiple git worktree workstreams and push instructions to active branches?

The orchestrator coordinates multiple git worktree workstreams by reading active worktree state and writing per-thread next-step instructions into each branch's .codex/master-next.txt file, ensuring deterministic deployment flow across multiple active versions.

What is master-thread orchestration for versioned autoreport worktrees?

Master-thread orchestration for versioned autoreport worktrees is the process of managing codex/v<version>-master style branches, enforcing structured validation of worker reports, readiness criteria, and artifact paths to maintain a coherent multi-workstream pipeline.

How do I track worker progress and completion reports across synchronized git worktrees?

You can track worker progress and completion reports across git worktrees by reading JSON files stored under the .codex/ folder within each worktree, allowing the master orchestrator to monitor health signals and validate readiness criteria.

Does the workstream orchestrator support policy-aware branch retirement and synchronization?

Yes, the workstream orchestrator supports policy-aware retirement and branch synchronization, applying centralized reporting to manage the lifecycle of codex/v<version>-master style branches and maintain contract ownership alignment.

When do I need a dedicated orchestrator script for multi-workstream git branch management?

You need a dedicated orchestrator script for multi-workstream git branch management when coordinating multiple active codex/v<version>-master branches, enforcing merge order, and pushing deterministic changes across distributed worker threads.

Can I use workstream orchestration scripts without external dependencies for worker health checks?

Yes, you can use workstream orchestration scripts without external dependencies, as the orchestrator relies on internal scripts and references to snapshot active task worktrees, perform health checks, and apply deterministic changes autonomously.