Skip to main content

Repo-native product graph tooling for Outcome Engineering.

Project description

Outcome Engineering

Outcome Engineering turns messy product thinking into a repo-native product graph that humans and agents can challenge, trace, and update.

CLI

The Python package is outcome-engineering. The command is oe.

uv run oe install --skills --force
uv run oe validate product
uv run oe tree product
uv run oe list outcomes --root product
uv run oe context outcome.messy-product-assumptions --root product
uv run oe new strategy <slug> --root product
uv run oe new icp <slug> --root product
uv run oe new opportunity <slug> --root product --under outcome.<slug>
uv run oe serve product
uv run oe create-example --comprehensive --output examples/ui-evaluation-product-graph --force
uv run oe create-example --boligsiden --output examples/boligsiden-product-graph --force

Use product/ as the graph root.

oe serve starts a local web UI for visualizing and editing the graph as a team. It opens on an Excalidraw-like strategic overview with vision, strategy, ICPs, and outcomes as visible nodes; clicking an outcome focuses into its full trace subtree (opportunities → solutions → assumption tests / PRDs) with collapsible branches and node content in a side panel. From the side panel you can edit a node's marker file, add child nodes (the UI only offers placements the model allows), and delete nodes (a node with descendants needs an explicit cascade). Every change writes straight back to the marker files on disk, so collaboration happens through git like everything else in the repo. The server is dependency-free (Python stdlib) and binds to loopback by default; use --host/--port to change that and --no-open to skip launching a browser.

Hosted read-only graph

The package also includes a FastAPI app for hosting one read-only graph behind external access control:

OE_GRAPH_ROOT=product uv run uvicorn outcome_engineering.hosted:app --host 0.0.0.0 --port 8000

The hosted app exposes HTTP equivalents of the read-only CLI workflows: /api/graph, /api/validate, /api/nodes, /api/nodes/{selector}, /api/nodes/{selector}/trace, and /api/nodes/{selector}/context. Context responses include both structured JSON and markdown. The app does not register create, edit, delete, or reorganization routes; authentication is expected to live in the deployment/proxy layer. Dockerfile.hosted builds a single-graph deployable that reads the bundled product/ directory, suitable for redeploying from CI on each push to main.

Graph metadata lives in Markdown frontmatter. Fenced YAML metadata blocks are invalid.

An ICP (ideal customer profile) is the "who" the graph serves. A graph can have one or more, and they live in the top-level product/icps/ collection. ICPs are not part of the outcome → opportunity → solution trace chain; instead outcomes and opportunities reference the ICPs they serve by listing icp.<slug> ids in frontmatter.

Strategy is top-level product context. A simple graph can keep its current strategy in product/STRATEGY.md; additional historical or planned strategies can live under product/strategies/<slug>/STRATEGY.md. Strategies declare name, starts, and ends in frontmatter, and oe validate rejects missing strategy names or dates, invalid ranges, explicit strategy status, or overlapping strategy periods.

Docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

outcome_engineering-0.1.2.tar.gz (59.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

outcome_engineering-0.1.2-py3-none-any.whl (70.5 kB view details)

Uploaded Python 3

File details

Details for the file outcome_engineering-0.1.2.tar.gz.

File metadata

  • Download URL: outcome_engineering-0.1.2.tar.gz
  • Upload date:
  • Size: 59.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for outcome_engineering-0.1.2.tar.gz
Algorithm Hash digest
SHA256 afdf9a1eb574126b28086f778963c9e3fcc8719a2b5769956df4cf03d150d0f5
MD5 53cf2e999fe224a9e6593d3049298a82
BLAKE2b-256 fd46cbfb34f1ecae3eb0c4b4c4946e8cc2908a86a40513209d0a5cf7300ddc0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for outcome_engineering-0.1.2.tar.gz:

Publisher: publish.yml on kasperjunge/outcome-engineering

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file outcome_engineering-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for outcome_engineering-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b3605fcecfd2317c3e373d5da3869079d475af49ec3411b51895425d2980a2ab
MD5 0e96545c32329f96e3cc51f128bf57cb
BLAKE2b-256 ac2cff066e4e01f7149fb0257af09e3ffbc09b645243729d65b0ccdf3c204c2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for outcome_engineering-0.1.2-py3-none-any.whl:

Publisher: publish.yml on kasperjunge/outcome-engineering

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page