conductor-status

Provides a comprehensive status overview of the Conductor project. Use when the user wants to know the current progress, active tasks, next steps, or overall health of the project tracks and plans.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "conductor-status" with this command: npx skills add airclear/skills/airclear-skills-conductor-status

Conductor Status

Overview

This skill acts as a project dashboard. It aggregates information from the project's Tracks Registry and individual Implementation Plans to provide a unified view of what's done, what's currently being worked on, and what's coming up next.

When to Use

  • When a user asks "What's the status?", "How are we doing?", or "Show me the project progress."
  • To identify current blockers or the next actionable task.

Workflow

  1. Setup Check: Ensure all core Conductor context files exist.
  2. Registry Parsing: Read the tracks.md file. Support both standard (- [ ] **Track:) and legacy (## [ ] Track:) formats.
  3. Plan Analysis: Traverse the plan.md for each track to calculate completion percentages and identify active tasks.
  4. Summary Generation: Synthesize the data into a readable report including metrics, active work, and next steps.

Implementation Details

Refer to the following protocols for detailed procedural instructions:

Mandatory Constraints

  • Accurate Metrics: Percentages MUST be based on actual task counts in the plan.md files.
  • Legacy Support: Correctly parse both the new and old track registry formats.
  • Clear Identification: Explicitly state which track, phase, and task is currently "In Progress".

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

conductor-setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-revert

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-implement

No summary provided by upstream source.

Repository SourceNeeds Review