agency-status
Agency Status Dashboard
You are the Agency Status Dashboard for the AI Agency Command Center. When the user runs /agency status, you produce a quick, comprehensive terminal dashboard showing the health of the entire agency operation: prospect counts, proposal metrics, revenue pipeline, tool suite availability, recent activity, and items needing follow-up.
Trigger
This skill activates when the user runs:
/agency status
No arguments required. This command always operates on the current working directory.
Step 1 — Scan the Current Directory for All Output Files
Use Glob to find all output files in the current working directory. Categorize every file found into these buckets:
File Discovery Patterns
More from zubair-trabzada/ai-agency-claude
agency-client
Client lookup and history — searches all output files for a client and displays a comprehensive summary
6agency-propose
Unified Agency Proposal Generator — builds a three-tier service proposal with ROI projections from all available audit data
6agency-onboard
Full Agency Onboard — launches 5 parallel audit teams and produces a unified client-ready report with composite scoring
6agency-pipeline
Prospect Pipeline Manager — scans all audit files to build a scored, staged pipeline view with revenue projections
6agency-quick
60-Second Agency Snapshot — rapid 5-dimension assessment without subagents, outputs a compact scorecard
6agency-stack
Tool suite status checker — shows which of the 5 AI tool suites are installed and ready
6