Run Product Engineering
Operate a closed product loop. A release is an intervention, not completion;
production evidence must change the next product or engineering decision.
The loop is not a sequence of specification, implementation, testing, and
deployment handoffs. Domain discovery, examples, tests, security, operability,
delivery, and production learning advance together in the smallest useful
cycles.
Run only the loop the current decision needs. A task loop may sit inside a
repository loop, which may sit inside a stateful workflow or governed value
stream. Higher delegation wraps proven smaller loops; it does not require every
task to traverse a portfolio process.
For one isolated implementation or bug fix with no lifecycle decision, use the
relevant craft Skill, upstream diagnosing-bugs, coding-discipline, and
completion-gate directly.
1. Ground the Operating Domain
Read the target's product context, customer evidence, domain language, current
bets, architecture, delivery system, telemetry, incidents, support signals,
security and compliance obligations, and decision rights.
Identify:
- the product or value-stream owner
- canonical sources for signals, decisions, work state, and production evidence
- bounded contexts, ubiquitous language, invariants, domain events, public
contracts, and their semantic owners
- current reliable harness level from
scaffold-harness/MATURITY.md
- agent authority, human veto, budgets, and escalation paths
- the actual Fast Check, Full Gates, release, rollback, and incident controls
Preserve local vocabulary and tools. Do not create a new board, artifact set, or
cadence when the existing system already exposes the required state.
2. Admit Work as a Signal
Treat ideas, requests, telemetry, bugs, incidents, security findings, compliance
constraints, operational pain, and strategic opportunities as signals. Do not
promote a signal directly into delivery.
A backlog, when the target uses one, is a short visible pull queue for current
decisions. It is not a commitment inventory or a substitute for signal
provenance, triage, outcome evidence, or kill criteria.
Triage enough to establish:
- source, affected users or system, evidence strength, and urgency
- value, usability, feasibility, viability, security, compliance, and
operability risk
- reversibility, blast radius, dependencies, and decision owner
- next action: discard, observe, investigate, contain, discover, deliver, or
escalate
Incidents and urgent vulnerabilities may enter a contained recovery path
without waiting for normal discovery. They still return evidence to the same
product loop.
3. Frame the Smallest Decision
Use product-craft for problem framing, opportunities, bets, outcome
boundaries, and strategic trade-offs. Use scaffold-distributed-context for
cross-repository bounded contexts and upstream domain-modeling when shared
language is unclear.
Create or update only the target's smallest equivalent of:
- problem statement and evidence
- intended customer and business outcome
- riskiest assumptions and risk burn-down
- candidate intervention and explicit non-goals
- investment boundary, success, pivot, and kill criteria
- owner, review date, and decision rights
The work is ready for focus when the next investment decision is possible, not
when every implementation detail is specified.
Treat the domain model and solution concept as hypotheses that examples,
implementation, and production evidence may refine. Do not freeze a complete
up-front model or specification and hand it to delivery as presumed truth.
4. Define the Delivery and Learning Contract
Before building, connect the bet to the smallest useful delivery and learning
contract. This is not a comprehensive specification or stage gate. Include:
- one thin, releasable slice
- behavioral examples, negative or abuse cases, and deterministic acceptance
boundaries
- risk-ranked test, eval, threat, operability, and evidence signals
- architecture, data, security, compliance, and operational constraints
- rollout, migration, rollback, support, and incident ownership
- product outcome, adoption, reliability, cost, and guardrail signals
- observation window and outcome review decision
Use integrate-product-compliance only when confirmed scope or obligations
apply. Compliance interpretation and risk acceptance remain with named human
owners.
5. Build, Validate, and Release
Route the slice to the relevant craft Skill, coding-discipline,
testing-strategies, an installed upstream tdd when it fits, and
completion-gate. Use build-autonomous-agents when the product capability
or value stream itself needs an agent runtime.
Burn down the next uncertainty before expanding the slice. When learning is
cheaper than production design, run a bounded experiment, prototype, or
technical spike with a hypothesis, timebox, isolation, and explicit exit. Mark
its code provisional; avoid production secrets, data, privileges, and effects.
End with discard, another experiment, or an explicit production decision.
Never let plausible spike code silently become the production implementation.
For production behavior, use a vertical TDD loop: express one domain example at
a public boundary, run the failing check, implement the minimum coherent
behavior, refactor while green, and update domain language or contracts when the
model changes. Security, privacy, accessibility, compliance, operability,
telemetry, and evidence are design inputs throughout the loop, not downstream
review departments.
Build quality, security, operability, accessibility, telemetry, and evidence
into the slice. Use a risk-based release policy with least privilege, isolation,
review, progressive exposure, rollback, and explicit approval where required.
When target policy permits, release without a routine human gate when expected
value is positive, blast radius is bounded, checks are meaningful, observation
is available, and rollback is executable. Remaining non-blocking uncertainty is
evidence and a follow-up signal, not an automatic release gate. Escalate only
for missing authority or secrets, irreversible external effects, contradictory
product intent, or damage that cannot be bounded.
The release completes only when the intended behavior, telemetry, rollback, and
ownership are live and inspectable.
6. Close the Production Loop
Observe customer outcome and system behavior together. Use traces, metrics,
logs, product analytics, support, revenue or retention signals, and qualitative
feedback only within their documented provenance and privacy boundaries.
Route production signals:
- bug: establish a reproduction loop, diagnose root cause, add a failing
check, make the smallest fix, release, and watch the affected signal
- incident: contain, restore, investigate, remediate, verify recovery, and
feed the learning into controls and product priorities
- weak adoption or outcome: inspect value, usability, distribution,
reliability, and measurement assumptions before adding features
- successful outcome: decide whether to scale, standardize, continue,
harvest, or stop
Use upstream diagnosing-bugs for the debugging loop. Do not let an agent
invent a root cause without a feedback loop.
7. Review Outcome and Evolve
At the agreed observation boundary, compare the actual outcome with the bet,
cost, risk, and externalities. End with one explicit decision:
- continue or scale
- iterate with a new bounded hypothesis
- rollback or remediate
- stop or retire
- change the product-engineering system
Use agent-sync to route durable evidence to its owning context, decision,
test, runbook, Skill, policy, or learning artifact. Do not maintain a parallel
AI-generated product memory.
When evidence changes domain meaning, update the owned ubiquitous language,
examples, invariants, contracts, and context map together with the implementing
slice. Do not let code, tests, and domain artifacts describe different models.
Read references/operating-model.md when
designing stages, metrics, exceptional paths, or L5-L7 agent ownership.
8. Expand Autonomy from Evidence
- At L1-L4, agents support bounded tasks, procedures, repository work, and
grounded decisions.
- At L5, an agent workflow may coordinate a stable end-to-end procedure with
state, recovery, evals, and exception handling.
- At L6, a governed agent system may operate a bounded value stream through
production feedback under risk, policy, rollback, incident, and veto controls.
- At L7, agents may select signals, propose or run bounded experiments, and
recommend investment changes only inside an accountable decision domain with
trusted signals, budgets, kill criteria, audit, and a human stop path.
Expand one decision domain or risk class at a time. A capable agent does not
create product, security, legal, employment, financial, or strategic authority.
At department or company scale, explicitly connect product, engineering, data,
operations, support, customer success, sales, marketing, finance, security,
compliance, legal, and people responsibilities without erasing their distinct
accountability.
The loop is complete when signal, decision, slice, release, production evidence,
outcome, and next action are traceable; every artifact has an owner; and the
system learned without confusing activity, deployment, or agent output with
value.
Related Skills
- product-craft - shape problems, opportunities, bets, and outcomes
- integrate-product-compliance - add confirmed control scope and evidence
- build-autonomous-agents - implement bounded product or SDLC agents
- scaffold-distributed-context - preserve DDD language and boundaries
- coding-discipline, testing-strategies, and upstream tdd - design
and implement changeable slices through executable feedback
- completion-gate - verify before release or completion claims
- agent-sync - route durable production learning
- scaffold-harness - assess L1-L7 capability and oversight
1---2name: run-product-engineering3description: Runs an evidence-driven product engineering system from signals and ideas through triage, problem framing, discovery, bets, small-batch implementation, validation, release, observability, incidents, bug fixing, outcome review, and evolution. Use when coordinating an end-to-end product lifecycle, designing a product operating model, connecting discovery with delivery and operations, or delegating bounded L5-L7 value streams to agents.4---56# Run Product Engineering78Operate a closed product loop. A release is an intervention, not completion;9production evidence must change the next product or engineering decision.1011The loop is not a sequence of specification, implementation, testing, and12deployment handoffs. Domain discovery, examples, tests, security, operability,13delivery, and production learning advance together in the smallest useful14cycles.1516Run only the loop the current decision needs. A task loop may sit inside a17repository loop, which may sit inside a stateful workflow or governed value18stream. Higher delegation wraps proven smaller loops; it does not require every19task to traverse a portfolio process.2021For one isolated implementation or bug fix with no lifecycle decision, use the22relevant craft Skill, upstream **diagnosing-bugs**, **coding-discipline**, and23**completion-gate** directly.2425## 1. Ground the Operating Domain2627Read the target's product context, customer evidence, domain language, current28bets, architecture, delivery system, telemetry, incidents, support signals,29security and compliance obligations, and decision rights.3031Identify:3233- the product or value-stream owner34- canonical sources for signals, decisions, work state, and production evidence35- bounded contexts, ubiquitous language, invariants, domain events, public36 contracts, and their semantic owners37- current reliable harness level from `scaffold-harness/MATURITY.md`38- agent authority, human veto, budgets, and escalation paths39- the actual Fast Check, Full Gates, release, rollback, and incident controls4041Preserve local vocabulary and tools. Do not create a new board, artifact set, or42cadence when the existing system already exposes the required state.4344## 2. Admit Work as a Signal4546Treat ideas, requests, telemetry, bugs, incidents, security findings, compliance47constraints, operational pain, and strategic opportunities as signals. Do not48promote a signal directly into delivery.4950A backlog, when the target uses one, is a short visible pull queue for current51decisions. It is not a commitment inventory or a substitute for signal52provenance, triage, outcome evidence, or kill criteria.5354Triage enough to establish:5556- source, affected users or system, evidence strength, and urgency57- value, usability, feasibility, viability, security, compliance, and58 operability risk59- reversibility, blast radius, dependencies, and decision owner60- next action: discard, observe, investigate, contain, discover, deliver, or61 escalate6263Incidents and urgent vulnerabilities may enter a contained recovery path64without waiting for normal discovery. They still return evidence to the same65product loop.6667## 3. Frame the Smallest Decision6869Use **product-craft** for problem framing, opportunities, bets, outcome70boundaries, and strategic trade-offs. Use **scaffold-distributed-context** for71cross-repository bounded contexts and upstream **domain-modeling** when shared72language is unclear.7374Create or update only the target's smallest equivalent of:7576- problem statement and evidence77- intended customer and business outcome78- riskiest assumptions and risk burn-down79- candidate intervention and explicit non-goals80- investment boundary, success, pivot, and kill criteria81- owner, review date, and decision rights8283The work is ready for focus when the next investment decision is possible, not84when every implementation detail is specified.8586Treat the domain model and solution concept as hypotheses that examples,87implementation, and production evidence may refine. Do not freeze a complete88up-front model or specification and hand it to delivery as presumed truth.8990## 4. Define the Delivery and Learning Contract9192Before building, connect the bet to the smallest useful delivery and learning93contract. This is not a comprehensive specification or stage gate. Include:9495- one thin, releasable slice96- behavioral examples, negative or abuse cases, and deterministic acceptance97 boundaries98- risk-ranked test, eval, threat, operability, and evidence signals99- architecture, data, security, compliance, and operational constraints100- rollout, migration, rollback, support, and incident ownership101- product outcome, adoption, reliability, cost, and guardrail signals102- observation window and outcome review decision103104Use **integrate-product-compliance** only when confirmed scope or obligations105apply. Compliance interpretation and risk acceptance remain with named human106owners.107108## 5. Build, Validate, and Release109110Route the slice to the relevant craft Skill, **coding-discipline**,111**testing-strategies**, an installed upstream **tdd** when it fits, and112**completion-gate**. Use **build-autonomous-agents** when the product capability113or value stream itself needs an agent runtime.114115Burn down the next uncertainty before expanding the slice. When learning is116cheaper than production design, run a bounded experiment, prototype, or117technical spike with a hypothesis, timebox, isolation, and explicit exit. Mark118its code provisional; avoid production secrets, data, privileges, and effects.119End with discard, another experiment, or an explicit production decision.120Never let plausible spike code silently become the production implementation.121122For production behavior, use a vertical TDD loop: express one domain example at123a public boundary, run the failing check, implement the minimum coherent124behavior, refactor while green, and update domain language or contracts when the125model changes. Security, privacy, accessibility, compliance, operability,126telemetry, and evidence are design inputs throughout the loop, not downstream127review departments.128129Build quality, security, operability, accessibility, telemetry, and evidence130into the slice. Use a risk-based release policy with least privilege, isolation,131review, progressive exposure, rollback, and explicit approval where required.132When target policy permits, release without a routine human gate when expected133value is positive, blast radius is bounded, checks are meaningful, observation134is available, and rollback is executable. Remaining non-blocking uncertainty is135evidence and a follow-up signal, not an automatic release gate. Escalate only136for missing authority or secrets, irreversible external effects, contradictory137product intent, or damage that cannot be bounded.138139The release completes only when the intended behavior, telemetry, rollback, and140ownership are live and inspectable.141142## 6. Close the Production Loop143144Observe customer outcome and system behavior together. Use traces, metrics,145logs, product analytics, support, revenue or retention signals, and qualitative146feedback only within their documented provenance and privacy boundaries.147148Route production signals:149150- **bug:** establish a reproduction loop, diagnose root cause, add a failing151 check, make the smallest fix, release, and watch the affected signal152- **incident:** contain, restore, investigate, remediate, verify recovery, and153 feed the learning into controls and product priorities154- **weak adoption or outcome:** inspect value, usability, distribution,155 reliability, and measurement assumptions before adding features156- **successful outcome:** decide whether to scale, standardize, continue,157 harvest, or stop158159Use upstream **diagnosing-bugs** for the debugging loop. Do not let an agent160invent a root cause without a feedback loop.161162## 7. Review Outcome and Evolve163164At the agreed observation boundary, compare the actual outcome with the bet,165cost, risk, and externalities. End with one explicit decision:166167- continue or scale168- iterate with a new bounded hypothesis169- rollback or remediate170- stop or retire171- change the product-engineering system172173Use **agent-sync** to route durable evidence to its owning context, decision,174test, runbook, Skill, policy, or learning artifact. Do not maintain a parallel175AI-generated product memory.176177When evidence changes domain meaning, update the owned ubiquitous language,178examples, invariants, contracts, and context map together with the implementing179slice. Do not let code, tests, and domain artifacts describe different models.180181Read [references/operating-model.md](./references/operating-model.md) when182designing stages, metrics, exceptional paths, or L5-L7 agent ownership.183184## 8. Expand Autonomy from Evidence185186- At L1-L4, agents support bounded tasks, procedures, repository work, and187 grounded decisions.188- At L5, an agent workflow may coordinate a stable end-to-end procedure with189 state, recovery, evals, and exception handling.190- At L6, a governed agent system may operate a bounded value stream through191 production feedback under risk, policy, rollback, incident, and veto controls.192- At L7, agents may select signals, propose or run bounded experiments, and193 recommend investment changes only inside an accountable decision domain with194 trusted signals, budgets, kill criteria, audit, and a human stop path.195196Expand one decision domain or risk class at a time. A capable agent does not197create product, security, legal, employment, financial, or strategic authority.198At department or company scale, explicitly connect product, engineering, data,199operations, support, customer success, sales, marketing, finance, security,200compliance, legal, and people responsibilities without erasing their distinct201accountability.202203The loop is complete when signal, decision, slice, release, production evidence,204outcome, and next action are traceable; every artifact has an owner; and the205system learned without confusing activity, deployment, or agent output with206value.207208## Related Skills209210- **product-craft** - shape problems, opportunities, bets, and outcomes211- **integrate-product-compliance** - add confirmed control scope and evidence212- **build-autonomous-agents** - implement bounded product or SDLC agents213- **scaffold-distributed-context** - preserve DDD language and boundaries214- **coding-discipline**, **testing-strategies**, and upstream **tdd** - design215 and implement changeable slices through executable feedback216- **completion-gate** - verify before release or completion claims217- **agent-sync** - route durable production learning218- **scaffold-harness** - assess L1-L7 capability and oversight