status

Display multi-agent workflow progress and next actions from SurrealDB state.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/EtroxTaran/conductor --skill status-etroxtaran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/EtroxTaran/conductor/tree/main/.claude/skills/status
Command: npx skills add https://github.com/EtroxTaran/conductor --skill status-etroxtaran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, concise overview of the current state of a development workflow, helping users understand progress, identify blockers, and determine the next steps.

Core Features & Use Cases

  • Current Phase Visibility: Instantly know which phase of the workflow is active.
  • Task Progress Tracking: See a breakdown of completed, in-progress, and pending tasks.
  • Blocker Identification: Quickly spot and understand any issues halting progress.
  • Use Case: After a lunch break, a developer can use /status to immediately see which task they were working on, how many are left, and what the next action should be, allowing them to resume work without delay.

Quick Start

Check the current project status.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check multi-agent workflow progress after a break?

To check multi-agent workflow progress, you can view the current active phase, task completion status, and identified blockers. This provides a concise project summary and suggests the next recommended action to help you resume development immediately.

What is the best way to track development task completion status across multiple agents?

Tracking development task completion status involves reading state from SurrealDB to display a breakdown of completed, in-progress, and pending tasks. This gives you an instant overview of your workflow progress and highlights any current blockers.

How does workflow status tracking identify blockers in a development project?

Workflow status tracking identifies blockers by reading the current project state from SurrealDB. It surfaces any issues halting progress alongside the active phase and task progress, allowing you to quickly spot and understand what is blocking your development workflow.

Can I use SurrealDB to orchestrate and summarize multi-agent development workflows?

Yes, you can use SurrealDB to store the state for orchestrating multi-agent development workflows. The status tracking mechanism reads from SurrealDB to provide a summary of your workflow progress and suggests the next recommended skill to invoke.

What should I do next when my development workflow is in progress?

When your development workflow is in progress, the next step is to check the suggested recommended action. The status summary reads your current workflow state and explicitly recommends the next skill to invoke to continue the active phase.