shine-list-workspaces

List SHINE workspaces from .shine/workstreams with status and active marker.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-list-workspaces
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: shine-list-workspaces
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-list-workspaces
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-list-workspaces

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List all SHINE workspaces/workstreams with status and active marker.

Core Features & Use Cases

  • Provides a consolidated view of all workspaces in .shine/workstreams with current status and progress.
  • Highlights the active workspace and indicates archived or paused ones for quick triage.
  • Useful for project governance, sprint planning, and handoff where visibility into workstream health matters.

Quick Start

Run /shine-workstreams list to display all workspaces and identify the active one.

Frequently Asked Questions about shine-list-workspaces

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

FAQPage Schema
How do I list all SHINE workspaces and see their current status?▼

To list SHINE workspaces with their status, run the `/shine-workstreams list` command. It scans the local `.shine/workstreams` directory and renders a consolidated table showing the current status, phase count, and active marker for every registered workstream.

How does the SHINE workstream status overview work for project governance?▼

The workstream status overview works by reading local metadata from the `.shine/workstreams` directory and using the shine-tools CLI to render a table. It identifies every registered workspace, highlights the active one, and indicates paused or archived workstreams for quick triage.

Can I use this to identify paused or archived workstreams during a sprint planning handoff?▼

Yes, you can use this for sprint planning and handoff scenarios. It highlights the active workspace and specifically indicates archived or paused workstreams, providing the visibility into workstream health needed for project governance and transitions.

Do I need the shine-tools CLI to display workstream health and active markers?▼

Yes, the shine-tools CLI is required to display workstream health. The Skill relies on the shine-tools CLI to render the consolidated table from local metadata, applying to governance and project tracking scenarios where a quick overview of workstream activity is needed.

What is the best way to get a quick overview of workstream progress across multiple SHINE workspaces?▼

The best way to get a quick overview of workstream progress is to run the list command. It reads local metadata to provide a consolidated view of all workspaces in the `.shine/workstreams` directory, displaying current status, phase count, and the active marker.

Why is my SHINE workspace list not showing the active marker correctly?▼

If the active marker is missing, the local metadata in the `.shine/workstreams` directory may not be configured correctly. The Skill reads this local metadata to identify the active workspace and render the consolidated table, so ensure your workstream files are properly registered.