| name | upstream/move-to-downstream |
| description | Promote a completed upstream experiment to the Downstream delivery flow. Use after the Decision Package is complete and the Product Manager + Tech Lead have approved the capability for delivery. |
UPSTREAM → MOVE-TO-DOWNSTREAM
Execute only the promotion step of the Upstream flow.
This step moves a validated experiment from the Discovery track into the
Downstream delivery flow by relocating its artifacts to their committed
locations and registering the capability in the Iteration Plan.
Action
- Read the experiment's
experiment.md and confirm the Decision Package has
recommendation Promover or Promover com restrição.
- Move the BDD Feature:
- From:
prodops/artifacts/experiments/<NNN-slug>/features/<slug>.feature
- To:
prodops/artifacts/bdd/<slug>.feature
- Move the OBC:
- From:
prodops/artifacts/experiments/<NNN-slug>/obcs/<slug>.md
- To:
prodops/artifacts/obcs/<slug>.md
- Remove any "Upstream draft only" marking from the file.
- Add an entry to the Iteration Plan at
prodops/artifacts/plans/iteration-plan.md with decision status Entrou
in the main plan table — not merely in "Iteration Backlog identificado".
This satisfies the Downstream pre-condition that requires status Entrou
before Bootstrap can begin.
- If the capability had a Repository Tracking List entry, update its status to
"Promovido para Downstream" in
prodops/artifacts/product/backlogs/tracking-list.md.
- Append a promotion entry to the experiment's trail:
prodops/artifacts/experiments/<NNN-slug>/upstream-trail.md
— include date, decision, participants, and next steps.
- Append a high-level entry to the global upstream trail:
prodops/framework/journeys/discovery/upstream-trail.md
— one line: what was promoted and when.
Post-conditions
- BDD Feature is in
prodops/artifacts/bdd/.
- OBC is in
prodops/artifacts/obcs/ with no draft marking.
- Iteration Plan has the capability entry.
- Both trails are updated.
Guardrails
- Do not execute this step if the Decision Package recommendation is not
Promover or Promover com restrição.
- Do not move artifacts partially — all four moves (BDD, OBC, Iteration Plan,
trails) must complete in the same action.
- Do not start Downstream implementation before this step is complete.
- If the recommendation is
Promover com restrição, move only the approved
scope; leave restricted parts in Upstream.