$git clone https://github.com/ZhixiangLuo/10xProductivityA local-first stack for building a personal AI assistant for work inside real corporate constraints.
| 1 | # 10xProductivity — Personal AI Assistant for Work, Built on Coding Agents |
| 2 | |
| 3 | **A local-first stack for building a personal AI assistant for work inside real corporate constraints.** |
| 4 | |
| 5 | Use the coding agents, browser sessions, desktop apps, notifications, and tool access you already have. No new company-wide automation platform, no admin-approved Slack app, no webhooks, and no IT project required. |
| 6 | |
| 7 | [](https://github.com/ZhixiangLuo/10xProductivity/stargazers) |
| 8 | |
| 9 | If this saves you time, consider giving it a star. It helps others discover the project. |
| 10 | |
| 11 | ## Star History |
| 12 | |
| 13 | ## Star History |
| 14 | |
| 15 | <a href="https://www.star-history.com/?repos=ZhixiangLuo%2F10xProductivity&type=date&legend=top-left"> |
| 16 | <picture> |
| 17 | <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=ZhixiangLuo/10xProductivity&type=date&theme=dark&legend=top-left&sealed_token=QfW1emsXrddzjk2Yk4Oq2wVOHeQCCxXeGnIQpTkCYF3NNXVoQUmQzruCIgo6bi1vdVBHsmF8x-0_OPo3QHotCGURIy_ErDTb5Q2aRLJHM6iHzxMJiGwUkmkqxSKGSYPiyUaUWfDthv8UanPpIB8UCxBftdlFBH_ceUZEVG0KDpFXuWF1Qb0DPYhNkUp4" /> |
| 18 | <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=ZhixiangLuo/10xProductivity&type=date&legend=top-left&sealed_token=QfW1emsXrddzjk2Yk4Oq2wVOHeQCCxXeGnIQpTkCYF3NNXVoQUmQzruCIgo6bi1vdVBHsmF8x-0_OPo3QHotCGURIy_ErDTb5Q2aRLJHM6iHzxMJiGwUkmkqxSKGSYPiyUaUWfDthv8UanPpIB8UCxBftdlFBH_ceUZEVG0KDpFXuWF1Qb0DPYhNkUp4" /> |
| 19 | <img alt="Star History Chart" src="https://api.star-history.com/chart?repos=ZhixiangLuo/10xProductivity&type=date&legend=top-left&sealed_token=QfW1emsXrddzjk2Yk4Oq2wVOHeQCCxXeGnIQpTkCYF3NNXVoQUmQzruCIgo6bi1vdVBHsmF8x-0_OPo3QHotCGURIy_ErDTb5Q2aRLJHM6iHzxMJiGwUkmkqxSKGSYPiyUaUWfDthv8UanPpIB8UCxBftdlFBH_ceUZEVG0KDpFXuWF1Qb0DPYhNkUp4" /> |
| 20 | </picture> |
| 21 | </a> |
| 22 | |
| 23 | ## The Idea |
| 24 | |
| 25 | Most employees cannot install a new automation platform, register Slack or GitHub apps, add webhooks, or wait for IT approval every time they want an AI agent to help. |
| 26 | |
| 27 | 10xProductivity builds around the access you already have: |
| 28 | |
| 29 | - your coding agent |
| 30 | - your browser and desktop apps |
| 31 | - your authenticated sessions |
| 32 | - your local machine |
| 33 | - your existing permissions |
| 34 | - your app notifications, messages, and calendar events |
| 35 | |
| 36 | Coding agents are no longer just coding assistants. Cursor, Claude Code, Codex, Copilot, and similar tools can read files, run scripts, call APIs, use browsers, and work across your local environment. 10xProductivity turns that agent into a personal work assistant that can operate within normal workplace constraints. |
| 37 | |
| 38 | The shift is not "let an AI run autonomously." The shift is **human-AI interaction**: |
| 39 | |
| 40 | - You delegate work in natural language. |
| 41 | - The agent uses your connected tools to search, draft, triage, update, and automate. |
| 42 | - You supervise, correct, and coach when the work is new or important. |
| 43 | - Repeated patterns become reusable agent skills. |
| 44 | - Working sessions become persistent memory. |
| 45 | - Mistakes and tool use become better skills. |
| 46 | - Trusted skills become workflows you can launch from triggers, schedules, or your laptop. |
| 47 | |
| 48 | Tool connections are still the foundation, but they are no longer the whole product. They are the first layer of a broader personal AI assistant for work stack. |
| 49 | |
| 50 | ## Available Today / Coming Next |
| 51 | |
| 52 | | Layer | Status | What it means | |
| 53 | |---|---|---| |
| 54 | | Tool connections | Available today | Pre-built recipes for 25+ tools, plus a playbook for connecting any internal or custom tool | |
| 55 | | Enterprise search | Available today | Search across connected tools like Slack, Confluence, Jira, GitHub, Linear, Notion, and more | |
| 56 | | Agent skills | Available today | Packaged Cursor and Claude Code skills for tool setup, search, workflow creation, UI discovery, and more | |
| 57 | | Triggers | Early | Reusable event listeners that detect app and service events, then wake up workflows and automations | |
| 58 | | Runtime | Early | Local execution machinery for polling, scheduling, state, r |