b120f49f76fa2ac3d8ef190b705188078d14e06c
rdb-discovery
A small CLI-first tool for repeatable software project discovery and delivery.
It creates markdown files that help humans and AI coding agents understand:
- what is being built
- why it exists
- what questions remain open
- what task should be done next
- what stage the project is currently in
Install for local development
python3 -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'
Commands
rdb init
rdb discover
rdb status
rdb next
rdb start TASK-001
rdb complete TASK-001
rdb handoff
Bootstrap workflow
- Run
rdb init - Run
rdb discover - Run
rdb status - Run
rdb next - Give the next task to Claude Code or Cline
- Commit after each completed task
Principle
Markdown files are the source of truth. No database is required.
Languages
Python
100%