LogoSkills

pipeline:status

Pipeline status inquiry

항ëŠĐë‚īėšĐ
Invoke/pipeline:status
Categorypipeline
Complexitysimple

/pipeline:status#

Queries the pipeline progress status of the current project.

Triggers#

  • When you want to check pipeline progress
  • When checking the next stage

Usage#

# Current project status
/pipeline:status

# Specific project status
/pipeline:status community

# All project list
/pipeline:status --all

Parameters#

ParameterRequiredDescriptionExample
slugNoProject slugcommunity

Options#

OptionDefaultDescription
--allfalseList all projects
--detailfalseShow artifacts and gate details

Execution Flow#

  1. Query state file(s) from .pipeline/ directory
  2. Parse YAML to extract state information
  3. Output visual dashboard

Output Format#

Single Project#

📊 Pipeline: Community Feature (community)
   Level: 3 | Created: 2025-01-15

   ✅ Discovery    ──→  ✅ Planning    ──→  🔄 Design
   ──→  âģ Epic       ──→  âģ Development ──→  âģ Launch

   Current: Design (Solutioning Gate in progress)
   Artifacts: docs/discovery-community.md, docs/prd-community.md
   Next: /project:epic

Status Icons#

IconStatus
âģpending
🔄in-progress
✅completed
⏭ïļskipped
❌failed

All Projects (--all)#

📊 Pipeline Status

   community     [████████░░░░] Stage 3/6 (Design)
   auth-system   [████████████] Complete
   admin-panel   [██░░░░░░░░░░] Stage 1/6 (Discovery)

Detail Mode (--detail)#

Per stage:

  • Start/completion time
  • Artifact list (file existence status)
  • Gate pass status and check items
  • Skip reason (if applicable)