Strategic Improvement
Setup takes ~30 min (target <5 min) and lacks guidance on best practices for user's project type. Build interactive wizard that detects project characteristics (language, framework, test runner, CI config) and recommends optimized templates, stage gates, and daemon settings with explanations. Improves time-to-value and reduces misconfiguration.
Acceptance Criteria
- Detects project type: language (via file extensions), framework (package.json/go.mod/requirements.txt), test command (npm/pytest/go test)
- Recommends pipeline template based on project type + user goals (speed vs safety vs cost)
- Suggests daemon-config.json settings: effort levels, model routing, iteration counts
- Interactive prompts with defaults, explanations, and "why this matters"
- Generates .claude/ directory structure with recommended config
- Measures setup time from start to first successful pipeline run, validates <5 min on test projects
Context
- Priority: P1
- Complexity: standard
- Generated by: Strategic Intelligence Agent
- Strategy alignment: P1: Developer Experience
Strategic Improvement
Setup takes ~30 min (target <5 min) and lacks guidance on best practices for user's project type. Build interactive wizard that detects project characteristics (language, framework, test runner, CI config) and recommends optimized templates, stage gates, and daemon settings with explanations. Improves time-to-value and reduces misconfiguration.
Acceptance Criteria
Context