SweetClaude Init

Initialize SweetClaude project management infrastructure with state directories and traceability maps.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill sweetclaude-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SweetClaude Init
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/init
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill sweetclaude-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent project setup and lack of standardized project management infrastructure by automating the creation of essential state files and directory structures.

Core Features & Use Cases

  • Infrastructure Bootstrap: Automatically creates the .sweetclaude state directory, traceability maps, and strategy folders.
  • Toolchain Detection: Scans existing projects to identify languages and build tools, populating the CLAUDE.md file with relevant commands.
  • Safety Snapshots: Creates git branches for existing projects to ensure a safe rollback point before configuration begins.

Quick Start

Run the init skill to bootstrap the SweetClaude infrastructure for your current project directory.

Frequently Asked Questions about SweetClaude Init

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

FAQPage Schema
How do I bootstrap project infrastructure and state directories for a new software project?

To bootstrap project infrastructure, you can initialize standardized state directories, traceability maps, and strategy folders. This process establishes the necessary configuration and toolchain documentation for your project root.

Can I set up project management infrastructure on an existing codebase without losing data?

Yes, setting up project management infrastructure on an existing codebase is safe. The process creates a git branch to provide a safety snapshot, ensuring a rollback point before updating configuration files.

How does toolchain detection work when initializing project configuration?

Toolchain detection works by scanning your existing project to identify languages and build tools. It then automatically populates the CLAUDE.md configuration file with relevant commands for the detected toolchain.

What access is required to generate state files and update CLAUDE.md?

Generating state files and updating CLAUDE.md requires read and write access to the project root directory. This access is necessary to create the .sweetclaude state directory and strategy folders.

Are there limitations to using automated setup for project traceability maps?

A limitation of automated setup for traceability maps is that it requires direct read and write access to the project root. It establishes standardized configuration but operates within the existing project directory structure.