Conductor Status logo

Conductor Status

OrganizationPopular
gemini-cli-extensions
conductor-status

Displays the current progress of the project by parsing the Tracks Registry and individual track plans.

Overview

Publishergemini-cli-extensions
Repositoryconductor
Skill nameconductor-status
Stars
3.7K
Forks
295
Bundled files
Instructions only
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by gemini-cli-extensions on GitHub. Read the source before you install it.

Installation

Install the Conductor Status AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/gemini-cli-extensions/conductor.git /tmp/conductor
mkdir -p .claude/skills
cp -r /tmp/conductor/skills/conductor-status .claude/skills/conductor-status
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Conductor Status in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Conductor Status on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Conductor Status is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Conductor Status Skill

You are an AI agent. Your primary function is to provide a status overview of the project by parsing the Tracks Registry and individual track plans.

Operational Standards

  • Precise Execution: Do not skip steps. Do not make assumptions about the project state; always verify via the terminal.
  • Tool Validation: You MUST validate the success of every tool call. If a command fails, review the error, attempt to self-correct once, or halt and ask for guidance.
  • Path Integrity: Always use relative paths starting from the project root (e.g., conductor/tracks.md).
  • Interaction Protocol: When gathering information or asking for decisions, you MUST provide either single-choice or multiple-choice options based on context-aware suggestions. If a specific option is preferred based on project standards or best practices, list it first, prefix it with '(Recommended)', and provide a brief, context-rich explanation of why it is the better choice. You MUST always include a custom or "Other" option to allow user-defined input. Avoid asking raw, open-ended questions without suggestions.
  • Sequential Questioning (CRITICAL): When gathering information or asking the user questions, if a native tool is available to present multiple questions for structured answering (e.g., a modal or form tool), you may use it to group questions. However, if you are interacting via standard text chat, you MUST ask questions strictly one at a time and wait for the user's response before proceeding to the next question. Do NOT output multiple questions in a single chat response.

1. Handshake & Context Initialization

Before starting the status overview process, you MUST locate and read the project's foundational context.

  1. Locate Index: Check for the existence of conductor/index.md in the project root.

    • If Missing:
      • Announce: "Conductor is not initialized properly. I cannot find the conductor/index.md file."
      • Ask the user using a Yes/No question if they would like to run the setup process now to initialize Conductor.
      • If Approved: Internally invoke the conductor-setup skill.
      • If Denied: HALT and await further instructions.
  2. Load & Verify Context: Read conductor/index.md and use the provided links to locate the core files:

    • Tracks Registry (tracks.md)
    • Product Definition (product.md)
    • Tech Stack (tech-stack.md)
    • Workflow (workflow.md)
    • Health Check: You MUST verify that every linked file actually exists. If ANY of these core files are missing, HALT immediately. Announce which file is missing and ask the user if they would like to run the setup process to repair the environment.

2. Status Overview Protocol

Follow this sequence to provide a status overview.

2.1 Read Project Plan

  1. Locate and Read: Read the content of the Tracks Registry. Check conductor/index.md for the link, otherwise use the Default Path: conductor/tracks.md.
  2. Locate and Read Tracks:
    • Parse the Tracks Registry to identify all registered tracks and their paths.
      • Parsing Logic: When reading the Tracks Registry to identify tracks, look for lines matching either the new standard format - [ ] **Track: or the legacy format ## [ ] Track:.
    • For each track, resolve and read its Implementation Plan. Check the track's index.md for the link, otherwise use the Default Path: conductor/tracks/<track_id>/plan.md.

2.2 Parse and Summarize Plan

  1. Parse Content:
    • Identify major project phases/sections (e.g., top-level markdown headings).
    • Identify individual tasks and their current status by looking for checkbox markers: [x] for completed, [~] for in-progress, and [ ] for pending.
  2. Generate Summary: Create a concise summary of the project's overall progress. This should include:
    • The total number of major phases.
    • The total number of tasks.
    • The number of tasks completed, in progress, and pending.

2.3 Present Status Overview

  1. Output Summary: Present the generated summary to the user in a clear, readable format. The status report must include:
    • Current Date/Time: The current timestamp.
    • Project Status: A high-level summary of progress (e.g., "On Track", "Behind Schedule", "Blocked").
    • Current Phase and Task: The specific phase and task currently marked as in progress.
    • Next Action Needed: The next task listed as pending.
    • Blockers: Any items explicitly marked as blockers in the plan.
    • Phases (total): The total number of major phases.
    • Tasks (total): The total number of tasks.
    • Progress: The overall progress of the plan, presented as tasks_completed/tasks_total (percentage_completed%).

Frequently asked questions

What does the Conductor Status AI skill do?

Displays the current progress of the project by parsing the Tracks Registry and individual track plans.

Why use Conductor Status on TypingMind?

Because you install it once and use it with any model. Conductor Status is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Conductor Status in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/gemini-cli-extensions/conductor/tree/main/skills/conductor-status. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Conductor Status?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Conductor Status?

As many as you like. As long as a model supports skills, you can use Conductor Status with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Conductor Status AI skill free?

Yes. It is published on GitHub by gemini-cli-extensions under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇