conductor-status

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Conductor Status

Conductor状态

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.
该Skill充当项目仪表板,汇总来自项目Tracks Registry和各个Implementation Plan的信息,提供已完成工作、当前进行中工作以及后续安排的统一视图。

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 to find all active tracks.
  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.
  1. 设置检查:确保所有核心Conductor上下文文件存在。
  2. 注册表解析:读取
    tracks.md
    文件以找到所有活跃追踪项。
  3. 计划分析:遍历每个追踪项的
    plan.md
    文件,计算完成百分比并识别活跃任务。
  4. 摘要生成:将数据整合为包含指标、当前工作和下一步安排的可读报告。

Implementation Details

实现细节

Refer to the following protocols for detailed procedural instructions:
  • Resolution Protocol: references/resolution-protocol.md - How to find and verify Conductor artifacts.
  • Status Protocol: references/status-protocol.md - The logic for parsing plans and generating the status report.
如需详细的流程说明,请参考以下协议:
  • 解决协议references/resolution-protocol.md - 如何查找和验证Conductor工件。
  • 状态协议references/status-protocol.md - 解析计划并生成状态报告的逻辑。

Mandatory Constraints

强制约束

  • Accurate Metrics: Percentages MUST be based on actual task counts in the
    plan.md
    files.
  • Clear Identification: Explicitly state which track, phase, and task is currently "In Progress".
  • 精准指标:百分比必须基于
    plan.md
    文件中的实际任务数量。
  • 清晰标识:必须明确说明哪个追踪项、阶段和任务当前处于"进行中"状态。