list

List and filter SPADES Scopes and Objectives by project and phase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive view of all active SPADES Scopes and Objectives, allowing users to quickly understand the current state of their projects and identify any work that needs attention.

Core Features & Use Cases

  • List Scopes and Objectives: Display a detailed list of all active Scopes and Objectives within a project, including their status and associated Plans.
  • Filter by Phase: Optionally filter the list by specific phases such as "scoped", "planning", "delivering", "evaluating", and "shipping".
  • Filter by Project: Specify a particular project to view its Scopes and Objectives exclusively.
  • Use Case: When someone wants to see a high-level overview of their project's progress and identify which Scopes and Objectives are currently active or require attention.

Quick Start

Use the /spades:list command to view the active Scopes and Objectives for the current project.

Frequently Asked Questions about list

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

FAQPage Schema
How do I list active SPADES Scopes and Objectives for a specific project?

The Skill lists active SPADES Scopes and Objectives by reading .spades directories and rendering tables, allowing you to filter results by specific project names.

Can I filter project work management items by delivery phase?

You can filter project objectives by passing a specific phase parameter like scoped, planning, delivering, evaluating, or shipping to narrow down the rendered scope tables.

Does the SPADES list command support CLI and HTML output formats?

The list command supports CLI and HTML output formats, rendering parsed YAML frontmatter from local and linear backends into structured tables for objective tracking.

What is the best way to track objective progress across multiple SPADES projects?

To track objective progress across multiple SPADES projects, use the project filter parameter to generate a high-level overview table identifying which active scopes and objectives require attention.

Do I need local .spades directories to view active scopes and objectives?

Yes, reading local .spades directories containing YAML frontmatter is required, as the Skill parses these files to extract and render active scopes and objectives.