Make the important decisions, let AI do the rest.
Or install:$ npm i -g @gemstack/the-frameworkpnpm add -g @gemstack/the-frameworkbun add -g @gemstack/the-frameworknpm i -g @gemstack/the-frameworkcopy
It turns AI agents into autonomous teammates that handle work end-to-end — while you stay in control of key decisions.
(Semi-)autonomously build anything from simple web apps to complex software.
Appending "DON'T BE LAZY" to your prompts → minimal improvement.
Divide-and-conquer: The Framework instructs AI to split large tasks into smaller subtasks. By focusing on one unit of work at a time, AI spends significantly more effort overall, resulting in much higher-quality output.
Coverage guarantees: The Framework lets AI enumerate everything that needs to be done before writing code. AI then works through that checklist, ensuring comprehensive coverage and preventing lazy shortcuts.
Explicitly tell AI to deep dive important aspects.
Automatic loop of critcal feedback ↔ research ↔ confidence ↔ implementation.
Despite AI being able to write high-quality code, it often goes for the quickest/laziest solution (not correct, not maintainable, not DRY).
Appending "WRITE CLEAN CODE" to your prompts → minimal improvement.
When an agent makes complex changes, the agent adds post-merge refactoring prompts to the AI Queue (with low priority).
Automatic routine security and code quality prompts (when your usage quota has plenty of capacity).
Tell AI "don't do this, research alternatives".
The Framework makes AI self-gauge its confidence before starting to work.
It also makes AI self-gauge the variability of its plan: if there are alternatives with subtle pros and cons, show them to the user.
You keep repeating yourself (previous decisions, business context, …).
AI retains knowledge via files such as knowledge-base/DECISIONS.md and knowledge-base/INSIGHTS.md.
Focus on what matters, let AI do the rest.
Let AI autonomously:
conversations/<DATE>_<TOPICS_SLUG>.mdLet AI autonomously implement:
Note Agents still ask for your confirmation for non-obvious decisions.
Note You're still in control — only pick the autonomicity that works for you.
The Framework introduces two major building blocks:
The Framework appends a system prompt instructing AI to follow highly effective practices — such as dividing large work into subtasks, and listing significant alternative solutions.
Note You can customize it, or fully opt-out.
Queue of upcoming AI tasks — tasks are added by humans, or by agents (autonomously if no uncertainty, or after human confirmation otherwise).
Agents autonomously populating the AI queue is what makes AI autonomous.
Technically, it's just a TODO_AGENTS.md file in your Git repositories.
Queue of pending human reviews — populated when agents need you to review (important) decisions with subtle pros and cons.
It's your cockpit — it keeps humans under control.
Note Everything is powered by open source state-of-the-art prompts (you can also bring your own):
Use your AI subscription — The Framework orchestrates agents via your Claude Code / Codex installation, like humans do.
Stop wasting unused quota — The Framework drives AI autonomy for optimal quota usage: maximum daily usage while keeping enough quota space for manual prompts.
Save and quickly re-use your favorite prompts. Share them with your teammates or keep them personal.
Pro-rata usage quota, current AI agents, queued AI tasks, queue of required reviews, "hot" tickets, and more.
Get browser and/or Discord notifications when AI is finished or needs you.
Orchestrate agents via Claude Code Web for 0% local CPU usage.
Orchestrate agents across multiple local computers.
Use the discord bot for agentic team conversations.
It isn't our framework. It's yours.
knowledge-base/*.md