01 / SaaS app
SaaS app OKF prompt
Generate an OKF bundle that explains product metrics, subscription data, dashboards, and recurring operating reviews.
Folder structure
okf/
|-- index.md
|-- log.md
|-- metrics/monthly-recurring-revenue.md
|-- metrics/churn-rate.md
|-- tables/subscriptions.md
|-- dashboards/revenue-dashboard.md
`-- playbooks/revenue-review.md
Copy-paste agent prompt
text
Create an OKF bundle for my SaaS app.
First inspect the repository, product docs, database schema, analytics notes, and dashboards that are available to you. Then create an `okf/` folder that helps humans and AI agents understand the app's core commercial knowledge.
Use this folder structure as the starting point:
okf/
|-- index.md
|-- log.md
|-- metrics/monthly-recurring-revenue.md
|-- metrics/churn-rate.md
|-- tables/subscriptions.md
|-- dashboards/revenue-dashboard.md
`-- playbooks/revenue-review.md
For every non-reserved concept file, add YAML frontmatter with `type`, `title`, `description`, `resource`, `tags`, and `timestamp`. Use `Metric`, `Table`, `Dashboard`, and `Playbook` types where appropriate. Use the current date for timestamps in ISO 8601 UTC.
Write concise Markdown bodies that explain the concept, where the source lives, how it is calculated or used, known caveats, and related files. Use bundle-relative links such as `/tables/subscriptions.md`. Do not invent business rules, SQL logic, or dashboard behavior. If a fact is unknown, add it to `okf/log.md` under "Questions for maintainers".
When finished, summarize every file created and tell me how to validate the folder with the OKF validator.