conductor-status

Summarize Conductor project health and per-track task status from project.md and tracks.md.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/chicanoandres702/SentientAIBrowser --skill conductor-status-chicanoandres702
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-status
Source: https://github.com/chicanoandres702/SentientAIBrowser/tree/main/.agents/workflows/conductor-status
Command: npx skills add https://github.com/chicanoandres702/SentientAIBrowser --skill conductor-status-chicanoandres702

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concise, at-a-glance view of the Conductor project's health, showing overall progress, active tracks, and upcoming actions to keep teams aligned.

Core Features & Use Cases

  • Aggregate project status from conductor/product.md and conductor/tracks.md.
  • Provide per-track insights including total tasks, completion, and blockers.
  • Output a human-readable status suitable for dashboards, reports, or quick handoffs.

Quick Start

Invoke /conductor:status with your track-id to display the current project status.

Frequently Asked Questions about conductor-status

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

FAQPage Schema
How do I track project health and task status from markdown files?

To track project health, the Skill reads project.md and tracks.md to compute task counts, phases, and blockers, outputting a human-readable project status summary.

How do I generate a project status report showing milestones and blockers?

Generating a project status report involves aggregating Conductor track metadata to display overall progress, per-track task completion, and active blockers for dashboards or quick handoffs.

Can I view per-track task counts and completion phases for a Conductor project?

Yes, you can view per-track insights by invoking the status command with a track-id, which reads track plans to compute total tasks, completion phases, and current blockers.

What is the best way to get an at-a-glance summary of active project tracks?

The best way to get an at-a-glance summary is to read Conductor data files, which aggregate overall progress and upcoming actions to keep teams aligned on active tracks.

Does this project status tracking work without external dependencies?

Yes, project status tracking works without external dependencies, relying solely on reading local Conductor workflow files like project.md and tracks.md to compute the status output.

Why does my track status report show incomplete task counts and missing milestones?

Track status reports show incomplete task counts when the Skill cannot properly read the track plan or metadata files, which are required to compute phases, milestones, and blockers accurately.