/
/

Status

Display agent and project status. Progress tracking and status board.

Run with: /status

/status - Show Status

$ARGUMENTS


Task

Show current project and agent status.

What It Shows

  1. Project Info

    • Project name and path
    • Tech stack
    • Current features
  2. Agent Status Board

    • Which agents are running
    • Which tasks are completed
    • Pending work
  3. File Statistics

    • Files created count
    • Files modified count
  4. Preview Status

    • Is server running
    • URL
    • Health check

Example Output

=== Project Status ===

šŸ“ Project: my-ecommerce
šŸ“‚ Path: C:/projects/my-ecommerce
šŸ·ļø Type: nextjs-ecommerce
šŸ“Š Status: active

šŸ”§ Tech Stack:
   Framework: next.js
   Database: postgresql
   Auth: clerk
   Payment: stripe

āœ… Features (5):
   • product-listing
   • cart
   • checkout
   • user-auth
   • order-history

ā³ Pending (2):
   • admin-panel
   • email-notifications

šŸ“„ Files: 73 created, 12 modified

=== Agent Status ===

āœ… database-architect → Completed
āœ… backend-specialist → Completed
šŸ”„ frontend-specialist → Dashboard components (60%)
ā³ test-engineer → Waiting

=== Preview ===

🌐 URL: http://localhost:3000
šŸ’š Health: OK

Technical

Status uses these scripts:

  • python .agent/scripts/session_manager.py status
  • python .agent/scripts/auto_preview.py status