Initialize a project for Regent spec-driven development
commands/# Initialize Regent Project
Initialize this project for Regent spec-driven development.
## Steps
1. **Check if already initialized**: Look for `.regent/` directory
- If it exists, inform the user that Regent is already initialized and show current status
2. **Create directory structure**:
- Create `.regent/` directory
- Create `.regent/config.yml` with this content:
3. **Confirm initialization**: Tell the user:
## Important Notes
- Do NOT add `.regent/` to `.gitignore` - specs should be committed to version control
- The `.regent/` directory will contain spec direc...Initialize beads in the current project
Initialize task harness with ai/tasks/ directory structure
Import agents from Claude Code environment to orchestration plugin context
Initialize СС Blueprint Toolkit - copy actual documentation templates to your project
Initialize The Agentic Startup framework in your Claude Code environment