Intake and Stage Gates¶
Purpose¶
This document describes how a new venture idea, or a new product idea
within an existing venture, enters the company's pipeline, and the stage
gates it must pass through as it advances. It aligns with the company
product/artifact lifecycle described in
../docs/architecture/artifact-lifecycle.md — this document is the
portfolio-level entry point into that lifecycle, not a replacement for it.
Intake: new venture idea¶
- Capture. Record the idea in
portfolio/opportunity-backlog.mdwith enough detail to evaluate later — problem, rough evidence, why it might fit Devonshire Digital. - Initial evaluation. Assess against
portfolio/prioritization-framework.md. This does not need to be formal for an early idea, but should be explicit rather than assumed. - Scaffold, don't commit. If worth exploring, a venture directory may
be created from
ventures/_template/to begin strategy work. Creating the directory is not a commitment — seeventures/_template/README.mdfor the explicit rule that a venture is not registered inportfolio/venture-registry.jsonuntil it is ready. - Registration. Once strategy work (at minimum, a completed
docs/strategy/venture-brief.md) supports treating this as a real venture, register it inportfolio/venture-registry.jsonand reflect the venture's ownventure.jsonaccordingly.
Intake: new product idea within a venture¶
Per ADR-0017, this repository does not hold per-product specification scaffolding or a per-product registry — only the venture's implementation repository does.
- Capture. Record the idea in the relevant venture's own backlog — for a
venture with an implementation repository, that backlog lives there (e.g.
devonside-labs'docs/ai/product-backlog.md), not here (or inportfolio/opportunity-backlog.mdif it is genuinely cross-venture in nature). - Evaluation. Assess against
portfolio/prioritization-framework.md(or the venture's own prioritization model, e.g.ventures/digital-products/portfolio/prioritization-model.md), informed by the venture's own strategy documents (product principles, target users). - Approval for specification work. A product idea should not get active specification work in the venture's implementation repository until it has been explicitly approved to proceed — this is the company/venture-level judgment call, not an automatic outcome of having an idea. If the venture has no implementation repository yet, approval for specification work and approval to create that repository (per ADR-0014) happen together.
- Registration. Once approved for specification work, the product gets
a
product.jsonin the venture's implementation repository (the authoritative registry record), and that record is mirrored into this repository'sportfolio/product-registry.json— a combined table of contents across ventures, not itself the source of truth.
Stage gates (aligned to the company artifact lifecycle)¶
See ../docs/architecture/artifact-lifecycle.md for the authoritative
description of lifecycle stages and their entry/exit criteria. At a
portfolio level, the gates that matter most are:
- Idea → Approved for specification: passes intake above.
- Specification → Build-ready: specification review passed (see
../prompts/specification-review.mdfor the checklist used). - Build-ready → Released: release readiness review passed (see
../prompts/release-readiness-review.md).
What this document does not do¶
It does not itself decide any specific venture's or product's fate — it describes the process by which those decisions get made and recorded.