1 comments

  • franzvill 16 hours ago

    Built this quickly for my team and open sourcing it now.

    What it does: Three modes that cover our entire workflow from brainstorm to code.

    Meeting mode

    Paste a meeting transcript. Claude reads it, checks your GitLab repos for context, and creates Jira tickets with technical details: relevant files, components, acceptance criteria, links to related issues. Non-technical people brainstorm, tickets still come out technical because the AI knows the codebase.

    Ask mode

    Ask questions about your project in natural language. Claude searches across Jira tickets, past meetings, and your code to answer.

    Work mode

    Point it at a ticket. Claude clones the relevant repos, reads the ticket and codebase, and starts working on it. For well-defined tasks, we've had features go from ticket to PR with minimal intervention.

    How we use it: Brainstorm in meetings → paste transcript → tickets exist 5 minutes later → assign simple ones to Claude → review PRs. Entire features go from "someone mentioned it" to "merged" faster than writing the ticket used to take.

    Fair warning: Built fast and dirty. It works, we use it daily, real value, but no tests, vanilla JS frontend. If that's the kind of project you like contributing to, jump in.

    Stack: FastAPI, PostgreSQL + pgvector, Claude AI. Docker ready.

    Looking for contributors:

    - Other PM tools (Linear, Asana)

    - Meeting platform integrations

    - Frontend improvements

    - Tests

    GitHub: https://github.com/franzvill/action-sync