Internal dashboard for the landing-v8 rebuild — 20 Marvel-themed agents working in parallel. Project state, daily logs, agent performance, pending checklist, recent commits. Each card opens with the agent's full persona; copy and drop into your own .claude/agents/.
Project · At a glance
Sprint Timeline
Today · 2026-05-21
Performance + Commits
Project Glance · live at-a-glance
Agent Work Matrix · 25 agents
Recent File Edits · 0 in last 24h
Library Versions · 0 deps
Agent Roster · 25 cards
Each card is a real .claude/agents/<slug>.md file in this repo. Hit Copy persona to grab the system prompt for your own AI workflow.
Agent Interaction · Handoff diagram
Founder ↓Tony · Iron Man (AI-CEO) ↓ dispatches all specialistsDoctor Strange (spec) → Cap America (design spec) → Spider-Man (build) → QA (gates)Black Panther (backend) → QA (gates) → Thor (deploy)Loki (writes) → Hela (validates)Aria (tracks all) → Carol (enforces delivery)Fury (ops) → Veronica (rollback if needed)
UML · Architecture diagrams
1. Component Diagram — Agent team structure (UML 2.5)
Notation summary (UML 2.5 Component diagram): Components are bounded rectangles with «component» stereotypes. Solid arrows are call/dispatch relationships. Diamond-ended lines are «pairs» bidirectional partnerships. Dashed lines are async tracking / depends-on. The triple-pair Hulk◆Rocket◆Groot is the AND-gated parallel QA pattern — any sub-FAIL blocks the merge.
Lifelines · activation bars · sync (▷) + async (─▸) messages · par fragment · alt fragment for verdict
Notation (UML 2.5 Sequence): Lifelines are the dashed verticals. Solid filled rectangles on a lifeline are activation bars (the agent is busy). Solid arrows are synchronous sync messages (1-7). Dashed arrows are async returns (5-7, 9, 10). The par fragment denotes parallel execution — Hulk, Rocket, Groot run concurrently. The alt fragment is the AND-gated verdict — only the [ all PASS ] branch reaches Thor's deploy.
«device» VPS · «execution environment» Docker · «artifact» containers · TLS via Caddy · two domains, one reverse proxy
Notation (UML 2.5 Deployment): Outer rectangles are «device» nodes (physical or VM). Inner shaded rectangles are «execution environment» (Docker engine here). Small boxes are «artifact» containers — what runs in production. Dashed lines are communication / network calls. The double-domain stack (`abhilashanuku.com` + `.de`) is served by one Caddy reverse-proxy fronting one Node container — no separate build per domain.
Setup guide · How to fork this office
Fork this office in 6 steps
Each agent card is a real .md file for your AI agent runtime. Download them, drop them in, and your AI team is live.
Hit Download all personas (zip) above — your customizations (renamed slugs, overridden descriptions, checked addons) are baked in.
Extract the ZIP into your project's .claude/agents/ directory. The folder structure is .claude/agents/tony.md, .claude/agents/frontend.md, etc.
Open LISA (or your AI of choice — Cursor, Windsurf, Codex) (or your AI tool of choice). Restart the session so it picks up the new agent files.
Verify agents are registered: each .md file should appear as a callable subagent type. Type /agents to list them.
Rename slugs and tune descriptions via the Customize toggle on each card above — then re-download before using. Addons extend each agent's behavior when checked.
(Optional) Run an all-hands kickoff: ask Tony "summarise all agents and the first sprint goal" to confirm the team is coherent and your context is wired up correctly.