Clone project fresh and test setup from scratch to catch "works on my machine" issues
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug# Test Project Bootstrap
Clone the current project to a fresh location and attempt to set up a development environment from scratch, following only the documented instructions.
**Purpose**: Catch "works on my machine" issues by forcing a fresh build. Identifies missing documentation, undocumented dependencies, and environmental assumptions.
**Output**: Bootstrap test report in `/tmp/bootstrap-test/{project}-{timestamp}/`
---
## Workflow
### Phase 1: Prepare Fresh Clone
**Use TodoWrite to track progress through these steps:**
1. **Identify Project**
2. **Create Fresh Location**
...