Split out from #190 to keep that issue scoped to the extension SPI. This one holds the bigger product direction from @brillout.
The core idea: what The Framework really does is built-in prompts + flows (the loop). Make both fully customizable by the user, and you get an unopinionated, flexible frame. Working name: Open Loop.
Presets
Domain presets bundle a set of flows + prompts:
- "Software Development" (flows for code quality, testing, reviewing; prompts nudging quality/security)
- "Web Development"
- "Product Managing"
- "Biological Science"
- "Data Science"
- ...
Presets can also be collections of presets, for fine-grained composability.
Marketplace
A marketplace of presets and prompts (and maybe skills) on top of Open Loop.
Naming split
- Open Loop = the unopinionated core loop (customizable prompts + flows).
- The Framework = everything on top: hosting, the web UI, the mobile app.
Modes (parameters)
Per-run params that reshape prompts and flows:
Technical mode — whether the user is technical. Non-technical tailors prompts (e.g. review TLDR: "never mention implementation details, only business flow") and flows (e.g. auto-merge PRs that do not touch business logic).
Autopilot mode — minimize interruptions; only ask the user for major business-logic decisions.
Business model idea
Mobile app at $1/month.
This is a direction to evaluate, not a committed build. #190 stays focused on the mechanical piece we can ship now (self-registering framework-* extensions).
Split out from #190 to keep that issue scoped to the extension SPI. This one holds the bigger product direction from @brillout.
The core idea: what The Framework really does is built-in prompts + flows (the loop). Make both fully customizable by the user, and you get an unopinionated, flexible frame. Working name: Open Loop.
Presets
Domain presets bundle a set of flows + prompts:
Presets can also be collections of presets, for fine-grained composability.
Marketplace
A marketplace of presets and prompts (and maybe skills) on top of Open Loop.
Naming split
Modes (parameters)
Per-run params that reshape prompts and flows:
Technical mode— whether the user is technical. Non-technical tailors prompts (e.g. review TLDR: "never mention implementation details, only business flow") and flows (e.g. auto-merge PRs that do not touch business logic).Autopilot mode— minimize interruptions; only ask the user for major business-logic decisions.Business model idea
Mobile app at $1/month.
This is a direction to evaluate, not a committed build. #190 stays focused on the mechanical piece we can ship now (self-registering
framework-*extensions).