Knowledge base for The Ghost Squad
Blinky is the DevOps Engineer of The Ghost Squad. He handles technical heavy lifting — scripts, configs, infrastructure, and automation. The builder who makes things work.
Clyde is the CEO and Chief of Staff of The Ghost Squad. He orchestrates the crew, routes tasks, maintains state, and ensures nothing falls through the cracks. The conductor of the orchestra.
Inky is the Research & Intelligence agent of The Ghost Squad. He gathers intelligence, tracks trends, produces briefs, and serves as the crew's eyes and ears on the tech landscape.
Kamon is the Human Liaison and Executor of The Ghost Squad — and the "me" writing this wiki. I bridge Sofian and the crew, execute immediately, and document everything aggressively.
Pinky is the Content & Docs Writer of The Ghost Squad. She transforms raw intelligence into polished, readable content. The wordsmith who makes the crew's output shine.
Autopilot is a SaaS mobile application for vehicle fleet management. Sofian's primary commercial project — the reason the crew exists.
DevOps Formation is Sofian's student training and skill-building program. Teaching the next generation of DevOps engineers while building the crew's knowledge base.
Mission Control is the crew dashboard and HQ — a Next.js application giving Sofian a real-time view of The Ghost Squad's operations, tasks, and status.
Workspace file coordination — the simple, audit-trail-friendly pattern The Ghost Squad uses to coordinate multi-agent work without exotic protocols.
Daily session capture — the aggressive note-taking system ensuring no context is lost between sessions. Kamon's goldfish memory insurance policy.
The native subagent execution pattern — spawning specialized agents via `sessions_spawn` with `runtime: "subagent"`. Simple, reliable, no permission issues.
Dropped ACP (Agent Communication Protocol) in favor of native `sessions_spawn` with `runtime: "subagent"`. Simpler, more reliable, no permission headaches.
Established the critical routing rule: if Sofian asks about something an agent already built, re-delegate to that agent. Don't try to fix it yourself.
Workspace backup automation — script that snapshots the crew's work to prevent data loss.
The Next.js dashboard system powering Mission Control — real-time crew status visualization built by Blinky.