Start using the World-Class Business Analysis Squad in 2 minutes.
The BA-Kit creates a "Squad" of agents inside your Antigravity environment.
Find where your Antigravity Agent stores its workflows.
- Standard (Mac/Linux):
~/.gemini/antigravity/skills/ - Note: If unsure, ask your Agent "Where are my skills stored?"
Copy the 19 Agent Definitions into that folder.
# Clone the repository (if you haven't)
git clone https://github.com/olbboy/ba-kit.git
# Logic Copy
cp -r ba-kit/.agent/skills/* ~/.gemini/antigravity/skills/Restart your Antigravity session.
Type @ in the chat box. You should see the auto-complete list:
@ba-master@ba-writing@ba-validation- ... (and 12 others)
You have an idea but no requirements. Type:
Hi @ba-elicitation I want to build a Tinder for Cats app.
Result: The Journalist Agent will activate, adopt the persona, and start the "Funnel Questioning" technique to extract your requirements.
You have a requirement but aren't sure if it's good. Type:
@ba-validation Review this user story: "User can upload photos."
Result: The QA Lead Agent will activate, use System 2 Reflection, and tell you: "Ambiguous. What format? Max size? How many photos? Mobile or Web?"
- Flash Mode: Switch agents instantly.
@ba-writing->@ba-nfr->@ba-solution. - The Manager: If you are lost, just type
@ba-master help me. The Dispatcher will tell you which agent you need. - Tools: The agents will automatically use
python(for math) andgrep(for search). You don't need to do anything.
Q: The agent isn't appearing?
A: Ensure the SKILL.md files are in the skills/<agent_name>/ directory.
Q: The agent is hallucinating math? A: Tell it: "Use the run_command tool with python to verify that." (Though v2.4 agents do this automatically).