## Goal

{{ summary }}

## Investigation

1. **Check if {{ recipe_name }} is already configured**
   - Look for existing configuration files
   - Check package.json for relevant dependencies

2. **Identify project structure**
   - Determine project type and language
   - Check existing tooling setup

## Expected Output

- {{ recipe_id }}.exists: Whether {{ recipe_name }} is already present in the project
- {{ recipe_id }}.configured: Whether {{ recipe_name }} is properly configured
