conductor-helper

Automate Conductor workflow track creation, task lifecycle, and phase checkpoints.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/sf-bcca/PromptArchitect-Studio --skill conductor-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-helper
Source: https://github.com/sf-bcca/PromptArchitect-Studio/tree/main/.gemini/skills/conductor-helper
Command: npx skills add https://github.com/sf-bcca/PromptArchitect-Studio --skill conductor-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the rigorous Conductor workflow used by PromptArchitect projects, enabling consistent task tracking and phase management.

Core Features & Use Cases

  • Manage Tracks: Create and list development tracks.
  • Task Lifecycle: Start and finish tasks in plan.md with correct formatting.
  • Checkpoints: Automate phase verification and checkpointing.

Quick Start

Create or select a track with manage_track.cjs, then start and finish tasks in plan.md using update_task.cjs.

Frequently Asked Questions about conductor-helper

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

FAQPage Schema
How do I automate task lifecycle updates in plan.md?

You can automate plan.md task lifecycle updates by running Node scripts that manage task status, enforce workflow rules, and format entries correctly. The scripts handle starting and finishing tasks while enforcing the required checkpoint structure.

What is the Conductor workflow for PromptArchitect projects?

The Conductor workflow is a task management process using plan.md, development tracks, and phase checkpoints. It enforces rigorous task tracking and phase verification rules to maintain consistent project management.

How do I create development tracks and record checkpoints with Git commits?

You create development tracks and record checkpoints using included Node scripts that automate track creation and phase verification. The workflow integrates these checkpoint updates directly with Git commits.

Do I need Node to run Conductor workflow automation scripts?

Yes, you need Node to execute the workflow automation scripts, such as manage_track.cjs and update_task.cjs. These scripts create tracks, update task status, and record checkpoints within your project environment.

What happens if task formatting in plan.md does not match workflow rules?

If task formatting does not match the workflow rules, the automation scripts enforce the correct structure. The workflow applies rules outlined in workflow-rules.md to ensure consistent task tracking and phase checkpointing.