{"id":50758935,"url":"https://github.com/agentgill/enterprise-second-brain","last_synced_at":"2026-06-11T08:01:33.860Z","repository":{"id":335108262,"uuid":"1138190829","full_name":"agentgill/enterprise-second-brain","owner":"agentgill","description":"The Enterprise Second Brain - No tagging. No deciding where things go. No friction.","archived":false,"fork":false,"pushed_at":"2026-01-28T14:03:15.000Z","size":108,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T06:11:19.371Z","etag":null,"topics":["anthropic-claude","salesforce","slack","workato"],"latest_commit_sha":null,"homepage":"https://medium.com/@agentgill","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentgill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-20T11:01:30.000Z","updated_at":"2026-01-28T23:25:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agentgill/enterprise-second-brain","commit_stats":null,"previous_names":["agentgill/enterprise-second-brain"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/agentgill/enterprise-second-brain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2Fenterprise-second-brain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2Fenterprise-second-brain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2Fenterprise-second-brain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2Fenterprise-second-brain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentgill","download_url":"https://codeload.github.com/agentgill/enterprise-second-brain/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2Fenterprise-second-brain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anthropic-claude","salesforce","slack","workato"],"created_at":"2026-06-11T08:01:32.864Z","updated_at":"2026-06-11T08:01:33.854Z","avatar_url":"https://github.com/agentgill.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Enterprise Second Brain 🧠\n\nA frictionless \"second brain\" pipeline that captures insights from Slack and stores them in Salesforce using AI classification.\n\n1. 💬 Post a message to a private Slack channel\n2. 🤖 Claude classifies it (People, Projects, Ideas, or Admin)\n3. ☁️ It's automatically committed to Salesforce\n\nNo tagging. No deciding where things go. No friction.\n\nInspired by Nate Channel's approach using Zapier, adapted for enterprise environments using Slack, Workato, Claude, and Salesforce.\n\n[Full Post on Medium](https://medium.com/@agentgill/the-enterprise-second-brain-350cd4359ac5?source=friends_link\u0026sk=afbb10a2b1d3d1a977b490cb7f8c4ddc) -- including Step-by-Step\n\n## Developer Fast Track 🚀\n\n### Prerequisites 📋\n\n- Node.js 20+, Python 3.11+, Salesforce CLI, Workato Platform CLI\n- [UV](https://docs.astral.sh/uv/getting-started/installation/) (Fast Replacement for pip)\n- [Salesforce CLI](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm)\n- [Workato Developer Sandbox](https://www.workato.com/sandbox) (Free Developer sandbox)\n- [Salesforce Developer Org](https://developer.salesforce.com/signup) (Free Developer Edition)\n- [Slack](https://slack.com/get-started?entry_point=nav_menu#/createnew) (Create a free new slack just for this)\n- [Get an Anthropic API Key](https://platform.claude.com/settings/keys) ($5 Credit when you first sign up)\n\nAssumptions: UV is installed, Salesforce CLI is installed.\n\n1. Free Workato Developer Sandbox\n2. Free Salesforce Developer Org\n3. Free Slack Workspace dedicated for Enterprise Second Brain\n4. Have created Anthropic API Key\n\n### Clone Repo\n\n```bash\ngit clone https://github.com/agentgill/enterprise-second-brain.git\ncd enterprise-second-brain\n```\n\n### Deploy Salesforce Metadata\n\n1. Authenticate to your Salesforce Developer Org `sf org login web -a esb-dev`\n2. Deploy metadata `sf project deploy start -d salesforce/force-app -o esb-dev`\n3. Assign permission set `sf org assign permset -n Second_Brain_Access -o esb-dev`\n\n### Setup Workato Platform CLI\n\nInstall Workato Platform CLI using UV\n\n```bash\nuv sync --python 3.12\n```\n\n\u003e **Note:** We use [UV](https://docs.astral.sh/uv/) instead of pip for faster dependency management. The `uv run` prefix automatically executes commands within the virtual environment without needing to activate it.\n\n### Configure Workato API Token\n\n1. Log in to your Workato Sandbox `https://app.trial.workato.com`\n2. Navigate to `Workspace admin` \u003e `API clients`\n3. Create a new `Client role` for simplicity when in Developer sandbox, just select all breaking the least privilege principle\n4. Create a new `API client` Select Client role from above and save changes\n5. Copy the API token somewhere so you can copy/paste when setting up Workato Platform CLI\n\n### Configure Workato Platform CLI\n\n1. Activate venv \u0026 Workato Init `uv run workato init`\n2. Create a new profile `esb`\n3. Select Workato region Developer Sandbox `https://app.trial.workato.com`\n4. Copy/paste token generated from `Configure Workato API Token`\n5. Create a new project called `src`\n\n### Deploy Workato Source\n\nAs we intend to install the source in a new Workato Developer Sandbox, we need\ncopy the source to our new folder `src` before we can push into the workspace\n\n1. Copy workato source `cp -r workato/* src/` and powershell `Copy-Item -Path workato\\* -Destination src -Recurse`\n2. Deploy workato src `uv run workato push`\n\n### Update Workato Connections\n\n1. Login into your Workato Developer Sandbox\n2. Login into Slack Workspace (the one you signed up for, not your work one)\n3. Navigate to connections for project\n4. Then **Projects** -\u003e **src** -\u003e **esb** -\u003e **connections**\n5. Connect Slack - Allow the ‘Workato Trial’ app to access Slack\n6. Connect Salesforce - Login to your Salesforce Developer Org \u0026 Allow App\n7. Connect Anthropic - Update Anthropic API Key with your Key\n\n### Create \u0026 Configure Slack App\n\nOnly do this after you have connected your apps\n\n1. Create a new app `https://docs.slack.dev/app-management/quickstart-app-settings`\n2. Create an app `From a manifest`\n3. Pick a workspace to develop your app in - should be your new Slack workspace (not your work one)\n4. Open `slack/manifest.json` and copy into `Create app from Manifest`\n5. To get the `Request URL` from the `Ingress` Recipe\n6. Click `New event in Slack` and copy the `Request URL` \n7. Replace `UPDATE_HERE` with the `Request URL`, then next\n8. Click `Create` on the Review summary \u0026 create your app\n9. Within the `Slack App \u003e Features \u003e Event Subscriptions` click `Retry` on the Request URL and `Save Changes`\n10. Within the `Slack App \u003e Settings \u003e Install App`\n11. Click `Install to YOUR_WORKSPACE_NAME`\n12. Allow `Allow the ‘App Name’ app to access Slack`\n13. View app(s) via here `https://api.slack.com/apps`\n\n### Activate Recipes\n\nStart all recipes `uv run workato recipes start --all`\n\n## Project Structure 📁\n\n```\n├── salesforce/          # Salesforce metadata (Second_Brain__c object)\n├── workato/             # Workato recipes and connections\n├── slack/               # Slack app manifest\n├── docs/                # Reference documentation\n├── .claude/             # Claude Code skills and commands\n└── src/                 # Your local Workato project (created during setup)\n```\n\n## Bonus Content 🎁\n\nWe've included some extras for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) users:\n\n- **Claude Skills** - Custom skills for Salesforce admin and Workato development (`.claude/skills/`)\n- **Claude Commands** - Deploy Salesforce metadata with `/deploy-salesforce` (`.claude/commands/`)\n- **Salesforce Plan** - Reference implementation plan (`docs/salesforce-plan.md`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentgill%2Fenterprise-second-brain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentgill%2Fenterprise-second-brain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentgill%2Fenterprise-second-brain/lists"}