A minimal npx-executable tool to install the Simone project management framework into Claude Code projects.
npx HelloSimone-
Creates Directory Structure
- Creates
.simone/with all subdirectories - Creates
.claude/commands/simone/for custom commands
- Creates
-
Fetches From GitHub
- Downloads latest Simone structure from github.com/helmi/claude-simone
- Installs commands and templates
-
Handles Existing Installations
- Detects existing
.simone/or.claude/commands/simone/ - Offers update/upgrade option (overwrites commands and templates only)
- Preserves user data (tasks, sprints, documentation)
- Detects existing
- Zero dependencies - Uses only Node.js built-ins
- GitHub fetching - Downloads files directly from repository
- Simple CLI - Minimal prompts, clear messages
- Show welcome message and brief description
- Check for existing installation
- If exists, ask: Update / Skip / Cancel
- Fetch files from GitHub
- Create directories and copy files
- Show success message with next steps
project-root/
├── .simone/
│ ├── 00_PROJECT_MANIFEST.md
│ ├── 01_PROJECT_DOCS/
│ ├── 02_REQUIREMENTS/
│ ├── 03_SPRINTS/
│ ├── 04_GENERAL_TASKS/
│ ├── 05_ARCHITECTURE_DECISIONS/
│ ├── 10_STATE_OF_PROJECT/
│ └── 99_TEMPLATES/
└── .claude/
└── commands/
└── simone/
└── (all Simone commands)
- One command installation
- Works in any project directory
- Respects existing Claude setups
- Clear feedback to user
- No complex configuration
- Version selection (not for v0.1.0)
- Execution controller features
- AI-guided setup (separate discussion)