docs/examples/product-capability-template.md
Use this when product intent exists but the implementation constraints are still implicit.
The purpose is to create a durable capability contract, not another vague planning doc.
Describe the user-visible promise in one short paragraph.
List the rules that must be true before implementation starts:
Describe the lifecycle in terms of explicit states and allowed transitions.
Example:
draft -> active -> paused -> completedpending -> approved -> provisioned -> revokedList what this capability explicitly does not own.
Capture the unresolved decisions blocking implementation.
project-flow-ops / tdd-workflow / verification-loop / other