https://github.com/helmi/claude-simone
A project management framework for AI-assisted development with Claude Code
https://github.com/helmi/claude-simone
Last synced: 10 months ago
JSON representation
A project management framework for AI-assisted development with Claude Code
- Host: GitHub
- URL: https://github.com/helmi/claude-simone
- Owner: Helmi
- License: mit
- Created: 2025-05-23T12:06:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-19T11:23:45.000Z (10 months ago)
- Last Synced: 2025-08-25T08:40:44.728Z (10 months ago)
- Language: TypeScript
- Size: 1.21 MB
- Stars: 451
- Watchers: 11
- Forks: 50
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Simone for Claude Code

## Task & Project Manager for Claude Code
Simone is a comprehensive project and task management system designed specifically for AI-assisted development workflows. It provides structured prompts and tools to help AI assistants understand and work with your projects effectively.
[](https://github.com/hesreallyhim/awesome-claude-code)
## Choose Your Version
This repository contains two implementations of Simone:
### 🏗️ Legacy System (Original)
The initial implementation of Simone. A directory-based task management system that provides a more complete feature set and has been used in real projects.
**[→ Get started with Legacy Simone](/legacy/README.md)**
### 🚀 MCP Server (Early Access)
A new implementation using the Model Context Protocol (MCP). This version offers structured prompts, activity tracking, and more in the future.
⚠️ **Early Access**: The MCP version is in active development and best suited for early adopters.
**[→ Get started with MCP Simone](/mcp-server/README.md)**
## Repository Structure
- [`/legacy`](/legacy) - The original directory-based Simone system
- [`/mcp-server`](/mcp-server) - The new MCP implementation (early access)
- [`/hello-simone`](/hello-simone) - Universal installer for both versions
## Contributing
As we're in a transition period, please open an issue before contributing to discuss whether changes should target the legacy system or the new MCP implementation.
## License
MIT License - see LICENSE file for details.