status

Displays SPES project's fleet status and location on a map.

Updated May 24, 2026
One-click install
npx skills add https://github.com/ChrisFmlyc/spades --skill status-chrisfmlyc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/ChrisFmlyc/spades/tree/main/plugins/spades/skills/status
Command: npx skills add https://github.com/ChrisFmlyc/spades --skill status-chrisfmlyc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires configparser, os, subprocess, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a quick overview of the current status and progress of active SPADES work, including the dependency graph, to help manage and understand the workflow.

Core Features & Use Cases

  • Status Overview: Provides a high-level summary of the project's phase, progress, and dependencies.
  • Dependency Graph: Visualizes which plans are waiting on others to be completed.
  • Use Case: When someone asks, "Where are we?" or "What's the status?", use this Skill to display a comprehensive overview.

Quick Start

Execute the /spades:status command to display the status overview.

Frequently Asked Questions about status

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

FAQPage Schema
How do I visualize project dependencies and work status for SPADES?

To visualize SPADES work status and project dependencies, execute the /spades:status command to generate a high-level overview of the current phase, progress, and dependency graph. It renders output in CLI or HTML formats.

What is a dependency graph in project management and when do I need it?

A dependency graph in project management visualizes which plans are waiting on others to be completed. You need it when monitoring SPADES workflow progress to quickly identify bottlenecks and ensure dependencies are met.

Do I need configuration files to track work status and dependencies?

Yes, you need configuration files and active project identifiers to track work status. The Skill requires these inputs to accurately render the current phase, progress, and dependency tracking information.

Can I render dependency tracking output in HTML or CLI formats?

Yes, you can render dependency tracking and work status output in both CLI and HTML formats. This allows project managers to display the SPADES overview directly in the terminal or as a web page.

What's the best way to monitor progress and ensure dependencies are met?

The best way to monitor progress and ensure dependencies are met is to use a status overview tool that summarizes the project phase and visualizes the dependency graph, providing a comprehensive workflow snapshot.