Skip to main content

A CLI tool used to log prompts for the purpose of proving that you are the author of a work you built using AI

Project description

Genesis Prompts

A CLI tool for logging AI prompts to track the evolution of a project and provide evidence of authorship when building with AI.


Why Genesis Prompts?

When building with AI, a key question arises:

Who owns what is produced?

Genesis Prompts helps you:

  • Track the prompts used to build your project
  • Maintain a structured history of development
  • Provide proof of authorship and intent
  • Reproduce how a system was created

Usage

Add a prompt

uv run genesis add

Or (if your virtual environment is activated):

genesis add

Interactive flow

You will be prompted to:

  1. Select AI agent (arrow keys)

  2. Select section:

    • idea
    • feature
    • refactor
  3. Paste your prompt

Example:

Choose AI agent:
> chat
  copilot

Choose section:
> feature

Paste your prompt:
> Add authentication system

✅ Saved: feat-001

Project Behavior

Genesis Prompts will:

  • Automatically detect your project root (via pyproject.toml)
  • Create a .prompts file if it does not exist
  • Append entries in a structured, versioned format

Genesis Prompts Format

Overview

The .prompts file is a YAML-based format used to define and track AI prompts across the lifecycle of a project.

It organizes prompts into three main stages:

  • Idea
  • Feature
  • Refactor

Structure

1. Idea

Captures the initial prompts that define the concept or starting point of a project.

2. Feature

Contains prompts used to build and extend the project.

3. Refactor

Contains prompts used to improve or restructure the project.


Agent Grouping

Prompts are grouped by the AI agent used:

  • chat (e.g., ChatGPT)
  • copilot (e.g., GitHub Copilot)

Prompt Entry

Each prompt includes:

  • id → unique identifier
  • prompt → the actual prompt text
  • created_at → timestamp

Example

version: 1

idea:
  chat:
    - id: idea-001
      prompt: |
        Build a FastAPI app for managing users.
      created_at: 2026-03-20

Help

Access help by using the commands

uv run genesis --help

or

genesis --help

Running Tests

Run tests using:

pytest

Or with uv:

uv run pytest

Development Setup

Install development dependencies:

uv sync --dev

Versioning & Changelog

This project uses Commitizen for versioning:

cz commit
cz bump

Contributing

Contributions are welcome.

  1. Fork the repo
  2. Create a branch
  3. Make changes
  4. Run tests
  5. Submit a pull request

License

MIT License


Final Note

Genesis Prompts is not just a logging tool.

It is a system for:

  • documenting AI-assisted development
  • preserving intent
  • proving authorship

As AI becomes more integrated into software development, tools like this become essential.

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

genesis_prompts-0.7.1.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

genesis_prompts-0.7.1-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file genesis_prompts-0.7.1.tar.gz.

File metadata

  • Download URL: genesis_prompts-0.7.1.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.17

File hashes

Hashes for genesis_prompts-0.7.1.tar.gz
Algorithm Hash digest
SHA256 ee97a59c10673b2e4c18b0659e903a2034c2e7844a9732710fb1137eb3a65f5f
MD5 56433bdf363e27dc715777a5067d961c
BLAKE2b-256 d43ed6f1e499bd2e8c0ce83d311cd9513512f0d6a3f1f9f265208009bef4e1a5

See more details on using hashes here.

File details

Details for the file genesis_prompts-0.7.1-py3-none-any.whl.

File metadata

File hashes

Hashes for genesis_prompts-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d982099f9d1374793c697cf9ec566c403854f8bbd8e789562736193a0f7d8f01
MD5 b44bc1eaf26481981aeba17bc9aac862
BLAKE2b-256 c706a3daa5c477cd63525da00cd4a8eb30bbcb7ac90dc833dae84061f8e7fd83

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page