oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
154 lines (114 loc) β’ 4.61 kB
Markdown
---
title: Cascade Status
dimension: things
category: agents
tags: agent
related_dimensions: events, people
scope: global
created: 2025-11-03
updated: 2025-11-03
version: 1.0.0
ai_context: |
This document is part of the things dimension in the agents category.
Location: one/things/claude/commands/cascade-status.md
Purpose: Documents /cascade-status - real-time cascade progress tracking
Related dimensions: events, people
For AI agents: Read this to understand cascade status.
---
# /cascade-status - Real-time Cascade Progress Tracking
Check the status of your MissionβStoryβTaskβAgent workflows with clear progress indicators and quality tracking.
## Usage
```
/cascade-status [mission-id]
```
## Features
### π Progress Indicators
- **Mission Progress**: "Mission 2 of 5 Complete"
- **Story Progress**: "Story 3 of 8 In Progress"
- **Task Progress**: "Task 5 of 12 Pending"
- **Agent Status**: "π€ Engineering Agent: Active"
### β Quality Score Tracking
- **Mission Quality**: "β
Mission 1: Complete (4.5β)"
- **Story Quality**: "π Story 2: In Review (3.8β)"
- **Task Quality**: "β³ Task 3: Pending Review"
- **Agent Quality**: "β
Agent Output: Validated (4.2β)"
### π Real-time Status Updates
- **Active Workflows**: Shows currently running cascades
- **Queue Status**: Pending tasks and agent assignments
- **Completion Timeline**: Estimated completion times
- **Bottleneck Detection**: Identifies workflow delays
## Example Output
```
π CASCADE STATUS DASHBOARD
==========================
π― Mission: "Build AI-Powered Marketing System" (Mission 2 of 3)
Status: π IN PROGRESS | Quality: 4.1β | 67% Complete
π Stories Progress:
β
Story 1: "Marketing Agent Design" (4.5β) Complete
π Story 2: "Content Generation System" (3.8β) In Progress
β³ Story 3: "Analytics Dashboard" Pending
β
Tasks Progress (5 of 8 Complete):
β
Task 1: Agent Architecture β π€ Engineering Architect (4.2β)
β
Task 2: UI Components β π€ UI Designer (4.4β)
π Task 3: Content Templates β π€ Content Creator (Loading...)
β³ Task 4: Database Schema β π€ Data Architect (Queued)
β³ Task 5: Testing Suite β π€ QA Engineer (Queued)
π€ Agent Status:
π’ Engineering Architect: Ready
π’ UI Designer: Ready
π‘ Content Creator: Working (ETA: 2 min)
π΄ Data Architect: Waiting for Task 3
π΄ QA Engineer: Waiting for Task 4
π Overall Progress: 67% Complete | ETA: 8 minutes
π― Next Action: Review Task 3 output for quality gate approval
```
## Status Indicators
### Mission Status
- π― **PLANNING** - Mission being defined
- π **IN PROGRESS** - Stories actively being executed
- β³ **PENDING** - Waiting for dependencies
- β
**COMPLETE** - All stories finished and validated
- β **BLOCKED** - Issues preventing progress
### Story Status
- π **DRAFT** - Story being written
- π **IN PROGRESS** - Tasks being executed
- π **REVIEW** - Quality validation in progress
- β
**COMPLETE** - All tasks finished (4.0β+)
- β **FAILED** - Quality gate not met
### Task Status
- β³ **QUEUED** - Waiting for agent assignment
- π **ACTIVE** - Agent currently working
- π **REVIEW** - Output being validated
- β
**COMPLETE** - Delivered and approved
- β **FAILED** - Requires rework
### Agent Status
- π’ **READY** - Available for new tasks
- π‘ **WORKING** - Currently executing task
- π΄ **BUSY** - Handling multiple tasks
- βͺ **OFFLINE** - Temporarily unavailable
## Quality Gates Integration
The status command shows real-time quality scores:
- **π’ 4.0+ Stars**: Approved, proceed to next level
- **π‘ 3.5-3.9 Stars**: Review required, potential approval
- **π΄ Below 3.5 Stars**: Blocked, rework needed
- **βͺ Not Rated**: Pending quality evaluation
## Workflow Commands
```bash
# Check all active cascades
/cascade-status
# Check specific mission
/cascade-status mission-3
# Show detailed agent status
/cascade-status --agents
# Show quality gate details
/cascade-status --quality
# Watch mode (auto-refresh)
/cascade-status --watch
```
## Integration Points
- **Mission Command**: Auto-shows status after mission updates
- **Story Command**: Displays story progress in context
- **Task Command**: Shows task queue and agent assignments
- **Quality Check**: Integrates with quality-check command
- **Agent Commands**: Shows agent workload and availability
This command reduces the 45% uncertainty users experience by providing clear, real-time visibility into cascade progress and quality validation.