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¶
- Capture. Record the idea in the relevant venture's own portfolio or
backlog (or in
portfolio/opportunity-backlog.mdif it is genuinely cross-venture in nature). - Evaluation. Assess against
portfolio/prioritization-framework.md, informed by the venture's own strategy documents (product principles, target users). - Approval for specification work. A product idea should not get a
products/[product-slug]/directory with active specification work until it has been explicitly approved to proceed — this is the company/venture-level judgment call, not an automatic outcome of having an idea. - Registration. Once approved for specification work, add the product
to
portfolio/product-registry.json.
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.