conductor-status

Reads Tracks Registry and Implementation Plans to report concise project progress overviews.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/edithatogo/conductor-next --skill conductor-status-edithatogo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-status
Source: https://github.com/edithatogo/conductor-next/tree/main/conductor-vscode/skills/conductor-status
Command: npx skills add https://github.com/edithatogo/conductor-next --skill conductor-status-edithatogo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracks and reports project progress by reading the Tracks Registry and the Implementation Plans, delivering a concise overview of current status.

Core Features & Use Cases

  • Provides a high-level view of major project phases and tasks.
  • Aggregates completed, in-progress, and pending tasks and surfaces blockers.
  • Works across multi-track Conductor projects and multiple tool integrations to keep stakeholders aligned.

Quick Start

Ask the agent to run /conductor-status to view the current project progress.

Frequently Asked Questions about conductor-status

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

FAQPage Schema
How do I get a project progress overview for multi-track Conductor projects?

To get a project progress overview for multi-track Conductor projects, run /conductor-status. It reads the Tracks Registry and implementation plans to summarize completed, in-progress, and pending tasks across all tracks.

What's the best way to track project phases and identify blockers across multiple platforms?

The best way to track project phases and identify blockers across multiple platforms is to parse the Tracks Registry. This approach aggregates task statuses and surfaces blockers to keep stakeholders aligned.

How does status tracking work for Conductor implementation plans?

Status tracking for Conductor implementation plans works by parsing the plan, counting phases and tasks, identifying the current in-progress task, the next pending task, and reporting total phases, total tasks, and overall progress.

Can I use conductor-status to view the next pending task in my project?

Yes, you can use conductor-status to view the next pending task. It reads the Tracks Registry to identify both the current in-progress task and the next pending task, summarizing them in a concise overview.

Does project status tracking require any specific dependencies or components?

Project status tracking with conductor-status requires no specific dependencies or components. It functions independently by reading the Tracks Registry and tracks implementations to produce a concise project progress overview.

Why does my project progress overview show incomplete task counts?

Your project progress overview shows incomplete task counts because the system parses the implementation plan to distinguish completed, in-progress, and pending tasks. It aggregates these statuses to report total tasks and overall progress accurately.