Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions packages/framework/FEATURES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Features

> [NOTE!]
> **Potential features, for evaluating the USP potential** of The Framework. This **isn't a roadmap**, it's just brainstorming to shape a vision for The Framework.

- Autopilot: minimum intervention, automatic code refactoring (for maintainability), automatic security audit, automatic new feature requests (related: product manager agent), automatic feature request implementation
=> potentially groundbreaking USP for non-engineers (maybe even engineers)
- Technical control => review only
- Highly polished PRs:
- Nice three-level PR overview: TLDR, summary, and details
- Minimal changes in PR (clean refactoring in susbsequent PR)
=> nice USP (potentially significant USP)
- Bunch of `.md` files (`DECISIONS.md`, `ARCHITECTURE.md`, `BRAINSTORMING.md`, `KNOWLEDGE_BASE.md`, ...) as seam between AI and humans
=> massive USP
- Product manager agent
=> ?? No clue how much USP, but potentially massive USP — to be tested. (Because AI is bad at writing documentation, I suspect it's going to be bad at being a product manager. But let's see.)
- High-quality prompts, for example:
- [Highly-effective code refactoring prompt](https://gist.github.com/brillout/8abfd310bad5df422ae56c5c9066ffc5)
- [Anti-laziness boost](https://gist.github.com/brillout/8cf6b2b3b4708d0a4cac192b87cfb97c)
=> significant USP (potentially massive?)
- Auto triggers
- CI red => trigger agent
- Sentry red => trigger agent
=> significant USP
- Cron jobs to max-out daily usage limits
=> significant USP
- Bootstrap mode
=> nice USP (potentially groundbreaking, if we manage to make AI autonomously create advanced apps)
- Notifications
=> nice USP
- Mobile app
=> nice USP
Loading