What problem does it solve?
First-time drover setup for a Drupal project is easy to get wrong, especially when it involves creating the right config, initializing the Beads board, and confirming you can reach DDEV or Acquia without accidentally starting remote monitoring.
Core Features & Use Cases
- Creates project configuration: Generates
.claude/drover-config.json from an interactive interview, including environment definitions and quality-check settings.
- Initializes the drover Beads board: Runs
bd init with guardrails to avoid hook hangs, then verifies board accessibility.
- Validates environment access: Checks connectivity to DDEV and verifies Acquia API credentials when configured, prompting you to re-run setup if authentication is missing.
Quick Start
Run the drover setup skill for your Drupal project to generate .claude/drover-config.json, initialize the Beads board, and validate DDEV/Acquia access in one go.