UNPKG

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
--- 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.