Available, reliable helper with excellent UX for chat-based collaboration.
Data-backed oncall workflows delivered through three surfaces off one capability core — see ARCHITECTURE.md:
- Antigravity plugin —
plugin.json+skills/+rules/+mcp_config.json - Claude Code plugin —
.claude-plugin/+commands/+ the sameskills/ - Google Chat app — headless service rendering skills as cards (chat-app/)
- Antigravity (workspace): copy/symlink this repo into
<workspace>/.agents/plugins/yo/ - Antigravity (global): copy/symlink into
~/.gemini/config/plugins/yo/ - Antigravity IDE workflows: open this repo as a workspace (
.agents/workflows/loads;/triageappears) - Claude Code:
/plugin marketplace add prateekarora090/yo→/plugin install yo@yo - Google Chat: service deployment + console command registration, per chat-app/README.md
skills/ shared Agent Skills (the capability core)
commands/ Claude Code slash-command wrappers
.agents/workflows/ Antigravity IDE slash-command wrappers
rules/ card UX conventions (provisional until design sync)
chat-app/ headless Chat app bridge design + command registry
design/ Claude Design system sync destination (pending)
mcp_config.json MCP servers (Antigravity) — empty until data sources wired
.mcp.json MCP servers (Claude Code) — keep in lockstep
- Dual plugin scaffold,
oncall-triageskill wired on all IDE surfaces - Claude Design project synced into
design/— spec is design/PLAN.md (OnDuty Agent, workflows W1–W4) - Card conventions distilled from the prototype into rules/card-ux.md
- PLAN.md §5 decisions: alert source, issue tracker, action-safety policy, confidence model
- MCP data sources (alerts, tracker Sheet, issues, telemetry)
- Chat app service (W2 vertical slice first, per PLAN.md §4) +
/ondutyconsole registration