Switch language한국어
Back to the list

“Where should I start today?” I built an AI assistant agent

TL;DR AI

Key summary

2 min read
  1. A developer built a GitHub-based AI assistant to prioritize daily work across multiple projects.

  2. Shared and project-level context is stored in YAML files in a central GitHub Hub Repo.

  3. Using Python and GitHub Actions, the assistant checks issue, PR, and commit status and posts a morning recommendation to Slack.

  4. The setup was chosen over submodules, a separate API, and Notion MCP because it is simpler to maintain and keeps context in one place.

Read the original