Use Case — Coding Project Manager

Wiki / Use Cases

Use Case: Coding Project Manager

Use DMJBot as the manager of your coding work. It doesn't just chat about code — it drives real coding agents on your machines, runs git and GitHub operations, and keeps your issue tracker in the loop, all from one conversation.

What it looks like

Set up coding agents and repository tools on the machines where your code lives — for example Claude Code or Copilot via the Agent server on your Mac and a Linux server, the Git & GitHub tools on each repo, and Jira & Confluence for tracking. Then manage it all by asking:

"Claude on my Mac should implement the waiting-list feature on the signup branch, and Copilot on the Linux server should finish the migration script. Tell me when each is done and summarize what changed."

"Open a pull request for the signup branch and give me a summary of the diff."

"What are my open Jira issues for this sprint, and which are blocked?"

"Update ENG-512 with a comment that the fix is merged, and attach the test report."

Let it run on its own

With assignments DMJBot can keep the project moving:

  • Daily standup"Every weekday at 9:00, summarize my assigned Jira issues and any open pull requests, and post a short plan here."
  • React to events"When I'm assigned a new Jira issue, draft a short implementation plan and ask me whether to start."
  • Long builds — kick off a long task (build, test run, migration) and let DMJBot track it as a background task you can cancel if needed.

Why DMJBot fits this

  • It runs and coordinates several coding agents across several machines at once. → Managing other AI Agents
  • It handles git and pull-request reporting through a safe, git-only tool. → Git & GitHub
  • It connects your issue tracker so planning and updates happen in the same place. → Jira & Confluence
  • Each device only exposes the tools you allow, so a repo or agent is reachable only where you said so. → Devices

Get started

  1. Follow Getting Started to install DMJBot.
  2. Connect the machines with the DMJBot Bridge and install the Agent and Git servers where your code is.
  3. Add Jira & Confluence for tracking, then start delegating.