<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hasegawa Takuya</title>
    <description>The latest articles on DEV Community by Hasegawa Takuya (@rluisr).</description>
    <link>https://dev.to/rluisr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4043932%2Feec9a41e-279d-4724-8c7d-64a5bd35b027.png</url>
      <title>DEV Community: Hasegawa Takuya</title>
      <link>https://dev.to/rluisr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rluisr"/>
    <language>en</language>
    <item>
      <title>Issue In, PR Out: maestro Orchestrates Claude Agents for GitHub &amp; Linear</title>
      <dc:creator>Hasegawa Takuya</dc:creator>
      <pubDate>Thu, 23 Jul 2026 13:31:54 +0000</pubDate>
      <link>https://dev.to/rluisr/issue-in-pr-out-maestro-orchestrates-claude-agents-for-github-linear-2l1n</link>
      <guid>https://dev.to/rluisr/issue-in-pr-out-maestro-orchestrates-claude-agents-for-github-linear-2l1n</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2pi6zt4o3bo8f1wmi6yk.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2pi6zt4o3bo8f1wmi6yk.jpeg" alt="maestro — Decompose GitHub issues. Ship pull requests. Autonomously." width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Coding agents are great at &lt;strong&gt;writing code&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;They're much weaker at &lt;strong&gt;owning a ticket end-to-end&lt;/strong&gt;: scoping the work, carving it into the right units, implementing in parallel, opening one clean PR, and leaving a trail you can audit later.&lt;/p&gt;

&lt;p&gt;That gap costs real time. Teams paste issues into a chat box, babysit with "please continue," and still get sprawling diffs that are painful to review.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/ca-srg/maestro" rel="noopener noreferrer"&gt;maestro&lt;/a&gt;&lt;/strong&gt; fills that gap.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Drop in a GitHub or Linear issue. Get a reviewable pull request.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It's an open-source multi-agent system on &lt;a href="https://docs.anthropic.com/" rel="noopener noreferrer"&gt;Claude Managed Agents&lt;/a&gt; that turns issues into shipped code — with orchestration, not another chatbot loop.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why bother?
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;You&lt;/th&gt;
&lt;th&gt;maestro&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Open a &lt;strong&gt;GitHub&lt;/strong&gt; or &lt;strong&gt;Linear&lt;/strong&gt; issue&lt;/td&gt;
&lt;td&gt;Treats it as the parent task&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Glance at the WebUI&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Optimally decomposes&lt;/strong&gt; into focused sub-issues&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Review &lt;strong&gt;one&lt;/strong&gt; PR&lt;/td&gt;
&lt;td&gt;Implementers code; work lands as a single PR&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ask "what did the agent actually do?"&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Audit logs + run events&lt;/strong&gt; keep every phase&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;No chat babysitting. No "please continue."&lt;br&gt;
&lt;strong&gt;Issue in → PR out&lt;/strong&gt; — plus a receipt for how you got there.&lt;/p&gt;

&lt;h3&gt;
  
  
  What breaks with "just throw it at an agent"
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Chat doesn't scale for tickets&lt;/strong&gt; — threads drift, context dies, ownership vanishes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One giant loop on a fat issue&lt;/strong&gt; yields messy diffs and fuzzy review boundaries.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Trust needs receipts&lt;/strong&gt; — which tools ran, what changed, and why.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;maestro is built around those three failure modes.&lt;/p&gt;




&lt;h2&gt;
  
  
  Screenshots
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Kick off a run
&lt;/h3&gt;

&lt;p&gt;Pick a repo + issue. Hit run. No thread to babysit.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2vx94gm6k67huqzo9xca.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2vx94gm6k67huqzo9xca.png" alt="Start a new run" width="800" height="663"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Follow the multi-agent pipeline
&lt;/h3&gt;

&lt;p&gt;Orchestrator splits work; implementers ship in parallel; everything consolidates into one PR.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ff4iz94186tstmtvxe5ho.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ff4iz94186tstmtvxe5ho.png" alt="Runs list" width="800" height="893"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Connected repositories
&lt;/h3&gt;

&lt;p&gt;GitHub App auth per installation — skip the shared-PAT mess.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwokwz1vi8vnbse6flnea.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwokwz1vi8vnbse6flnea.png" alt="Repositories" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  MCP client settings
&lt;/h3&gt;

&lt;p&gt;GitHub MCP is built in. Add Figma, Linear, or your own stdio servers through the MCP Gateway.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa3051f0lddakv5hxheuv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa3051f0lddakv5hxheuv.png" alt="MCP client settings" width="800" height="550"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Prompt versioning
&lt;/h3&gt;

&lt;p&gt;Edit system prompts from the UI without redeploying — and keep a diff of what changed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpprifwbq6rc2gqd1xg4j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpprifwbq6rc2gqd1xg4j.png" alt="Prompt version diff" width="800" height="550"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Pipeline
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Ingest&lt;/strong&gt; from &lt;strong&gt;GitHub Issues&lt;/strong&gt; or &lt;strong&gt;Linear&lt;/strong&gt; (identifier or URL).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Orchestrator&lt;/strong&gt; plans and &lt;strong&gt;decomposes&lt;/strong&gt; into the smallest set of independent, implementable sub-issues — boundaries for parallel work and clean review, not arbitrary chunks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Implementers&lt;/strong&gt; (Claude Managed Agents) take each sub-issue and write real code via &lt;strong&gt;GitHub MCP&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Finalize&lt;/strong&gt; folds the work into &lt;strong&gt;one pull request&lt;/strong&gt; for human review.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audit&lt;/strong&gt; — structured logs and per-run event history (phases, tools, outcomes). OpenTelemetry optional.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Start from the &lt;strong&gt;WebUI&lt;/strong&gt;, &lt;strong&gt;HTTP API&lt;/strong&gt;, or a &lt;strong&gt;labeled-issue poller&lt;/strong&gt;. Linear origins use the same path.&lt;/p&gt;




&lt;h2&gt;
  
  
  What you get
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub Issues &lt;strong&gt;and&lt;/strong&gt; Linear on one orchestrate → implement → PR path&lt;/li&gt;
&lt;li&gt;Optimal task decomposition instead of a mega-agent loop&lt;/li&gt;
&lt;li&gt;Durable audit / run history in the WebUI&lt;/li&gt;
&lt;li&gt;Multi-agent by design (coordinator + implementers)&lt;/li&gt;
&lt;li&gt;Real PRs — branches, commits, reviewable diffs on your GitHub&lt;/li&gt;
&lt;li&gt;GitHub App auth (installation tokens, not PAT sprawl)&lt;/li&gt;
&lt;li&gt;MCP-native (GitHub + gateway for Figma / Linear / custom stdio)&lt;/li&gt;
&lt;li&gt;Self-hosted sandboxes via &lt;code&gt;ANTHROPIC_ENVIRONMENT_ID&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;OpenTelemetry when you want it&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Runtime:&lt;/strong&gt; Bun + TypeScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agents:&lt;/strong&gt; Anthropic Claude Managed Agents&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HTTP / UI:&lt;/strong&gt; Hono SSR dashboard&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; GitHub App + official GitHub MCP&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extensibility:&lt;/strong&gt; MCP Gateway (stdio → remote MCP)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Quick start
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;mise &lt;span class="nb"&gt;install
&lt;/span&gt;bun &lt;span class="nb"&gt;install
export &lt;/span&gt;&lt;span class="nv"&gt;ANTHROPIC_API_KEY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;...
&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;GITHUB_APP_ID&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;...
&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;GITHUB_APP_PRIVATE_KEY_PATH&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;/path/to/github-app.pem
bun run start
&lt;span class="c"&gt;# → http://127.0.0.1:3000&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Open the dashboard, pick a repo + issue, hit run.&lt;/p&gt;

&lt;p&gt;Docs: &lt;a href="https://github.com/ca-srg/maestro/wiki/Installation" rel="noopener noreferrer"&gt;Installation&lt;/a&gt; · &lt;a href="https://github.com/ca-srg/maestro/wiki/Architecture" rel="noopener noreferrer"&gt;Architecture&lt;/a&gt; · &lt;a href="https://github.com/ca-srg/maestro" rel="noopener noreferrer"&gt;Repo&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Who this is for
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Teams with backlog tickets that are agentable but not chat-friendly&lt;/li&gt;
&lt;li&gt;Orgs that want &lt;strong&gt;Issue → PR&lt;/strong&gt; with humans still in the review loop&lt;/li&gt;
&lt;li&gt;Anyone who needs &lt;strong&gt;auditability&lt;/strong&gt; for autonomous coding agents&lt;/li&gt;
&lt;li&gt;Builders on Claude / MCP who want orchestration, not another chat UI&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;Stop pasting tickets into a chat box.&lt;/p&gt;

&lt;p&gt;Point &lt;strong&gt;maestro&lt;/strong&gt; at a GitHub or Linear issue. Get an optimally decomposed plan, a real PR, and an audit trail.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="https://github.com/ca-srg/maestro" rel="noopener noreferrer"&gt;https://github.com/ca-srg/maestro&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>github</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
