A Slack-based AI project assistant that keeps track of open PRs, recent merges, meeting decisions, and action items across multiple projects. It combines GitHub repo data with Granola meeting transcripts so a team can ask “what’s open right now?” or “what did we decide about auth?” and get a cited answer in seconds.
Mention the bot in a project channel or DM it
repo#NUMBER sourcesrepo:<repo> qualifier prevents GitHub global-search leakageProject status lives in two places: GitHub and meeting notes. ProjectClaw connects them.
Team leads spend hours chasing open PRs, merges, and decisions. ProjectClaw answers the routine questions directly in Slack so leads can focus on blockers instead of status checks.
Granola transcripts capture what was said, but they are hard to search. ProjectClaw turns those transcripts into a queryable memory layer tied to the project’s code activity.
When one Slack workspace hosts many projects, a bot can accidentally leak context. ProjectClaw’s channel-to-project map and scope rules keep each answer inside its intended boundary.