conductor

Automate work item loops through doer, gate, judge, and ledger phases.

2.3k|331|Updated Jun 3, 2024
One-click install
npx skills add https://github.com/crbnos/carbon --skill conductor-crbnos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor
Source: https://github.com/crbnos/carbon/tree/main/.ai/skills/conductor
Command: npx skills add https://github.com/crbnos/carbon --skill conductor-crbnos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the management of work items through a doer→gate→judge→keep-or-revert→ledger cycle, unattended, to ensure they reach completion without human intervention.

Core Features & Use Cases

  • Autonomous Loop Management: Handles a single work item through a series of automated steps.
  • No Human Intervention: Runs unattended, with human review only at the end.
  • Use Case: Ideal for conducting tasks like bug fixes, feature development, or usability tweaks where explicit acceptance criteria are given.

Quick Start

Activate the conductor skill for a work item by running 'conductor activate <work-item-id>'.

Frequently Asked Questions about conductor

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

FAQPage Schema
How do I automate work item management for bug fixes without human intervention?

Autonomous loop management processes single work items through doer, gate, judge, keep-or-revert, and ledger phases without human intervention. It handles tightly-scoped tasks with explicit acceptance criteria, completing them unattended with human review only at the end.

What is autonomous loop management for continuous integration tasks?

Autonomous loop management processes single work items through doer, gate, judge, keep-or-revert, and ledger phases without human intervention. It handles tightly-scoped tasks with explicit acceptance criteria, completing them unattended with human review only at the end.

How do I start automating a task using the conductor cycle?

Start automating a task by activating the conductor skill for a specific work item using the command 'conductor activate <work-item-id>'. This initiates the automated doer, gate, judge, and ledger phases for that item.

Can I use autonomous task automation for feature development without explicit acceptance criteria?

No, autonomous task automation is suitable for conducting tasks like feature development or usability tweaks only when explicit acceptance criteria are given. The automated gate and judge phases require these criteria to evaluate completion.

When should I not use unattended work item automation for code review?

Avoid unattended work item automation for tasks lacking tightly-scoped definitions or explicit acceptance criteria. The doer, gate, judge, and ledger cycle requires clear boundaries to operate autonomously without human intervention during execution.