setup-wizard

Scan codebases and generate SDLC artifacts via guided Q&A.

42|5|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/BaseInfinity/claude-sdlc-wizard --skill setup-wizard-baseinfinity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-wizard
Source: https://github.com/BaseInfinity/claude-sdlc-wizard/tree/main/skills/setup
Command: npx skills add https://github.com/BaseInfinity/claude-sdlc-wizard --skill setup-wizard-baseinfinity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans a codebase to auto-detect configuration points and guides the user to resolve unresolved items, enabling a smooth, reliable SDLC setup.

Core Features & Use Cases

  • Auto-scans the repository to detect tooling, structure, and docs, and suggests missing artifacts.
  • Generates SDLC artifacts (CLAUDE.md, SDLC.md, TESTING.md, ARCHITECTURE.md) for first-time setup or re-runs.
  • Interactive, confidence-driven questions ensure minimal prompts while resolving everything.

Quick Start

Run the setup wizard to auto-scan your repository and generate SDLC artifacts.

Frequently Asked Questions about setup-wizard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate SDLC documentation for an existing codebase?

To generate SDLC documentation, the setup wizard scans your repository to auto-detect configuration points and produces CLAUDE.md, SDLC.md, TESTING.md, and ARCHITECTURE.md files based on the resolved configuration.

What is confidence-driven project configuration in Claude Code workflows?

Confidence-driven project configuration is an interactive process that scans the codebase and uses a dynamic Q&A flow to resolve unresolved configuration items with high reliability before generating artifacts.

Can I re-run the setup wizard on a project that already has SDLC docs?

Yes, you can re-run the setup wizard across existing Claude Code workflows to re-scan the codebase and update or regenerate your SDLC artifacts during subsequent project setup phases.

How do I resolve unresolved configuration points during initial project setup?

You resolve configuration points by answering interactive, data-point-focused questions posed by the wizard, which reads CLAUDE_CODE_SDLC_WIZARD.md templates as the source of truth to guide you.

What's the best way to auto-configure a new repository for software development?

The best way to auto-configure a new repository is running an automated setup wizard that detects tooling and structure, then suggests and generates missing SDLC artifacts through minimal interactive prompts.

Do I need any dependencies installed to run the setup wizard?

No dependencies are required to run the setup wizard, as it operates independently to scan the codebase structure and generate documentation artifacts without external package dependencies.