Shelfery Product-Level Decisions¶
This directory will hold product-level decision records for Shelfery — decisions narrower in scope than a venture-level architecture decision record (ADR), such as specific feature-scoping or product-behavior decisions made once product work is underway.
Current status¶
This directory is currently empty. Product work has not begun for
Shelfery (see ventures/shelfery/product/README.md), so there are no
product-level decisions to record yet.
How this differs from docs/decisions/¶
ventures/shelfery/docs/decisions/ holds venture-level architecture
decision records — broader, more structural decisions about how Shelfery
is built or organized. This directory is intended for narrower,
product-scoped decisions (e.g. why a particular feature was scoped a
certain way) made during active product definition and delivery work. If
it's unclear which directory a given decision belongs in, prefer
docs/decisions/ for anything with architectural or cross-cutting
implications, and reserve this directory for decisions local to a specific
product artifact.
What must happen before this is populated¶
Product-level decisions will start accumulating here once product
definition work begins in earnest — see ventures/shelfery/product/README.md
for what needs to happen first.