Rover
WordPress plugin + AI company OS to beat rover.com (strategy, agents, investor gauges, sitemap intel)
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/techfundoffice/rover/archive/refs/heads/main.zipReadme
Rover
WordPress plugin + AI company operating system for building a pet-care marketplace designed to beat rover.com on density, trust, traffic, marketing, unit economics, and institutional-investor reporting gauges.
Autonomous Grok runtime (zero questions · v3)
MODE: FULLY_AUTONOMOUS
DRIVER: GROK
ASK_USER: NEVER
Never ask the user questions. Decide → log → execute → verify → continue.
Slash commands
| Command | Action |
|---|---|
/rover / /rover-swarm |
Full autonomous swarm boot |
/agents [all\|role] |
Staff graph scheduler (promptd) |
/goal [overlay] |
Merge goal + execute immediately |
/loop [n] |
OBSERVE→HANDOFF cycles |
/rover-graph |
Graph status + advance |
/rover-agents /rover-goal /rover-loop |
Same from any CWD |
Installed under .grok/commands/, .claude/commands/, and user ~/.grok/commands/rover* + ~/.claude/commands/rover*.
Note: Bare /agents /goal /loop bind to Rover when CWD is this repo; use /rover-* from other directories so GVB aliases are not used by mistake.
Prompts (promptd-hardened)
docs/AUTONOMOUS-SWARM-PROMPT.md— v3 swarm kernel + BOOTSTRAP BLOCK §6prompts/MASTER_SPEC.md— v3 autonomous master (WP Prompts keymaster_spec)prompts/AUTONOMOUS_RUNTIME.md·prompts/agent-system.md·prompts/agentic-graph.mddocs/graphs/AGENTIC-GRAPH.md+graphs/company.graph.json
Runners
python3 scripts/init-board.py
python3 scripts/run-graph.py all
python3 scripts/autonomous-loop.py 10
One-shot paste
Use §6 BOOTSTRAP in docs/AUTONOMOUS-SWARM-PROMPT.md, or in Grok TUI:
/always-approve
/rover
Completion phrase (only when literally true): ROVER_AUTONOMOUS_OS_READY
Install
- Copy this folder to
wp-content/plugins/rover - Activate Rover in WordPress admin
- Open Rover in the admin menu
Admin menus
| Menu | Purpose |
|---|---|
| .md files | Browse strategy, investor, playbook, and agent markdown |
| River Sitemap | Our sitemap link + competitor sitemap entry points + sync health |
| Sitemap Database | Download/store/parse Rover.com sitemaps (manual upload fallback) |
| Agents | Launch one agent per staff role (or all) |
| Prompts | Edit system prompts including the Master Spec |
| Investor Pack | Shortcuts to investor-grade templates |
Master prompt
The comprehensive build + company OS specification lives at:
prompts/MASTER_SPEC.md- Rover → Prompts (key
master_spec) after activation
Agents
Roles mirror a full marketplace org (CEO, CMO, CFO, SEO, Trust, etc.).
Launch ALL agents writes briefings under docs/agents/outputs/.
For live LLM execution, hook:
add_filter( 'rover_agent_executor', function( $custom, $role_id, $run_id ) {
// return markdown string from your orchestrator
return $custom;
}, 10, 3 );
Legal note
Competitive research uses public sources and allowlisted sitemap fetches. Do not scrape private data, bypass access controls, or infringe Rover Inc. trademarks in public branding without counsel. The product name Rover is a working title and may require rebrand.
License
GPL-2.0-or-later