doradb
Document-driven planning, tracking, and review for Rust database development
All Skills in This Repository (4)
Pure Emerald Level Indicatorsissue
Convert planning documents into GitHub issues with lifecycle management.
task
Plan code tasks with two rounds of design review and user approval.
backlog
Create and archive backlog items with deterministic IDs and duplicate checks.
rfc
Design and finalize RFC documents through an evidence-gated multi-round workflow.
Frequently Asked Questions
FAQPage SchemaHow to install DoraDB skills?โผ
Run `npx skills add jiangzhe/doradb --all -g -y` in your terminal to install all workflow skills globally.
What is DoraDB?โผ
DoraDB is a work-in-progress storage engine written in Rust that combines an in-memory row store with an on-disk column store and full transaction support.
How does document-driven development work here?โผ
Every feature starts as a task or RFC document under docs/, which the agent researches, gets approved, implements in an isolated worktree, and later compacts into a permanent record.
Can these skills create GitHub issues automatically?โผ
Yes. The issue-task and issue-rfc skills validate a document, create a labeled GitHub issue, and link task issues to their parent RFC epic.
Do I need Rust experience to use these skills?โผ
Basic Rust knowledge helps for reviewing changes, but the agent handles research, document writing, style audits, and issue creation from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core