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.2.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.2-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: genesis_prompts-0.7.2.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.2.tar.gz
Algorithm Hash digest
SHA256 ea7edf8f54619d0f9f534f699c4122f8a8ccba7fd0dcf5f98df242b422518e80
MD5 63d8442a6267c6de0aead8feec45efa5
BLAKE2b-256 2d7ea8794b041760238074f9e49b63cb1f7268c9339d7e293724455ab646ac56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genesis_prompts-0.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 74ed462d7d03fd97ee0358d3659f8b33627b8879ca29b4268cd226fc63d82087
MD5 60b340ab76cb59c7555fba9067402b91
BLAKE2b-256 124da54555632ea3b29f2ddddbf54453b6166b235f4466c9abcdd59ab810d317

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