adventurewave-labs

Turbo Flow Wizard — Development skill for Claude Code

Development community

Interactive setup wizard that generates project-specific CLAUDE.md configuration files for Claude Code integration.

How to install Turbo Flow Wizard

This entry records only its repository, not the path inside it, so there is no exact command to give. Open adventurewave-labs/turbo-flow-wizard and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Turbo Flow Wizard does

Interactive setup wizard that generates project-specific CLAUDE.md configuration files for Claude Code integration. Supports 12 app types, 7 development methodologies, and 19 feature sets.

Alternatives in Development

  • SuperClaude Framework — A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and develop 22k ★
  • Feature Dev — Comprehensive feature development with specialized agents 14k ★
  • Setup Video Vision — Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies 1.3k ★

README

Turbo Flow Wizard

🎬 Demo

![Turbo Flow Wizard demo](https://raw.githubusercontent.com/marcuspat/marcuspat/main/demos/turbo-flow-wizard-demo.gif)

A real, unedited run of `turbo-flow-wizard.sh`: Web Application → React + Rust + PostgreSQL → SPARC → Docker / Testing / Swarm orchestration → generated `CLAUDE.pre` → declined the Claude CLI auto-merge (default `[y/N]`). Nothing mocked. Recorded with [VHS](https://github.com/charmbracelet/vhs) from `demo/demo.tape` in this repo.

Overview

The `turbo-flow-wizard.sh` script is an interactive setup wizard that generates project-specific configuration files for Claude integration. It guides users through a series of questions about their project and automatically generates a `CLAUDE.pre` file that can be merged with existing `CLAUDE.md` configuration.

IMPORTANT: Execute this from your claude working directory so the API credentials are passed along.

Purpose

The wizard is designed to:

  • Detect project requirements through interactive questions
  • Generate tailored Claude configuration based on user responses
  • Automate the setup of Claude Code with project-specific settings
  • Integrate with the claude-flow.wiki repository for comprehensive documentation

Prerequisites

Required

  • Git - Required for cloning the claude-flow.wiki repository
  • Bash - Compatible shell environment
  • Internet Connection - Required for initial wiki repository clone

Optional (for full functionality)

  • Claude CLI - Required for automatic merge functionality
    • Install via: npm install -g @anthropic-ai/claude-code

Usage

Basic Execution

# Run the wizard
./turbo-flow-wizard.sh

Permissions

Make sure the script is executable:

chmod +x turbo-flow-wizard.sh

Workflow

The wizard follows a 5-step process:

  1. Setup Wiki Repository - Clones or updates the claude-flow.wiki repository
  2. Interactive Questions - Collects project information
  3. Generate CLAUDE.pre -