| Task | Assignee | Status |
|---|
| Project | Status | Next action |
|---|
Your eleven specialist agents — coordinated by the main Mission Control chat, which routes each request and holds the approval gate. Click a name to see what they do.
Every button above is a skill — a small instruction file (SKILL.md) in the AI brain that tells Claude exactly what to do, which specialist agents to use, and where the result goes. Adding one is easy.
Just tell Claude in plain English what you want, e.g. "Add a command /ea-weekly-report — every Friday, pull the week's posted content and engagement, summarise wins and misses, and post it to the dashboard and a draft." That one sentence is enough — Claude writes the skill, wires it to this dashboard, and it appears here automatically.
Include these when you describe it (Claude fills gaps, but the more you give, the sharper it is):
elite-aligned-brain\mission-control\skills\) and syncs across machines.Current commands are the eleven buttons above. Ask Claude any time to add, rename, or remove one.
Whenever this dashboard's code has been changed (new instructions, a fixed path, a new section), it needs to be pushed before you'll see the change on the live subdomain. Do these 3 steps in order, in PowerShell. Click any green box below to copy it, then paste into PowerShell (right-click, or Ctrl+V) and press Enter.
Every step below has to run from inside this folder.
Only needed if Step 3 gives you a "token is not valid" error — otherwise skip straight to Step 3. It'll ask for your email, then either open a browser tab or email you a confirmation link — do whichever it shows, then come back here.
Should finish with a success message and a web address. Then open missioncontrol.elitealigned.com and refresh the page (Ctrl+R) to see the change.
npx runs the tool without installing it permanently on your machine — that's why it's always npx vercel ..., never vercel ... on its own, here.