/
/
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
Project Info
- Project name and path
- Tech stack
- Current features
Agent Status Board
- Which agents are running
- Which tasks are completed
- Pending work
File Statistics
- Files created count
- Files modified count
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 statuspython .agent/scripts/auto_preview.py status