Bootstrap a new project from documentation artifacts (PRD, specs, briefs) - generates CLAUDE.md and prepares for devloop
Path(s) to documentation files (PRD, specs, etc.)# Devloop Bootstrap - New Project Setup Set up a new project for devloop by generating CLAUDE.md from documentation artifacts. ## Purpose Prepare a greenfield project (no code yet) for development with devloop by: 1. Reading provided documentation (PRD, specs, briefs, design docs) 2. Extracting project context and requirements 3. Generating a comprehensive CLAUDE.md 4. Setting up the devloop directory structure 5. Optionally creating an initial development plan ## When to Use - Starting a new project from scratch - Have PRD, specs, or design documents but no code - Want to set up devlo...