A CLI tool to manage AI-assisted project workflows
Project description
Themis
A CLI tool to manage AI-assisted project workflows.
Themis helps you structure the full lifecycle of a project — from the initial idea and research phase through to a fully initialized, version-controlled codebase — keeping all context, decisions, and documentation in one place.
Why Themis?
When working with AI assistants like Claude, valuable research and architectural decisions often get lost in chat history. Themis solves this by giving every idea and project a structured home where context is preserved and travels with the code.
Workspace Structure
~/themis/ai-workspace/
├── inbox/ # Ideas under exploration
└── projects/ # Active projects
Installation Requires Python 3.12+ and uv.
bash git clone https://github.com/youruser/themis.git cd themis uv tool install . Commands themis init-idea Creates a new idea in inbox with a structured CLAUDE.md and README.
bash themis init-idea my-saas-idea themis init-project [stack] Creates a fully initialized project with native tooling, CLAUDE.md, and Git.
Supported stacks: python, angular, nextjs, node
bash themis init-project my-project python
or let Themis ask you
themis init-project my-project themis promote [stack] Promotes an idea from inbox to a full project, migrating decisions and research context automatically. Removes the idea from inbox after migration.
bash themis promote my-saas-idea python themis list Lists all ideas and projects in your workspace.
bash themis list Workflow text
-
Got an idea? themis init-idea my-idea
-
Research and explore with Claude. Document decisions in inbox/my-idea/decisions/
-
Ready to build? themis promote my-idea python
-
Open your project and start building. cd ~/themis/ai-workspace/projects/my-idea claude License MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file themis_cli-0.2.0.tar.gz.
File metadata
- Download URL: themis_cli-0.2.0.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a08cfe2248babac05869dd644561ff6775ff24a2cc79fb808c534bcf65cbd2c0
|
|
| MD5 |
7dba4e248756068d64d12dfa5ba85cab
|
|
| BLAKE2b-256 |
786623b12ef7c8260ad3fa4ee163706813447fb014b08b93153bd7119d491cbf
|
File details
Details for the file themis_cli-0.2.0-py3-none-any.whl.
File metadata
- Download URL: themis_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec94c61a1817e964bac5ba70295d29756b30388df84fae568e67bb10d3660beb
|
|
| MD5 |
cbe203d938e7921fea0c82cdc3dd162f
|
|
| BLAKE2b-256 |
4cd5e980ec50a71e2952f86890ae4a5351fd9e0ed101c9977eb8970e0aa46fef
|