The missing layerbetween issue and PR.
Northstar Build plans the work, runs coding agents in isolated workspaces, checks the result, and hands back a draft pull request.
Trackers hold the request. CI validates the code. Northstar runs the work between them.
Start with the job each layer owns
Track the request. Run the work. Prove the handoff.
Start with the three responsibilities, then inspect the complete capability matrix for a detailed review.
Detailed capability matrix
See who owns what.
| Capability | Northstar BuildAgent delivery | Custom scriptsPython or JS | CI/CD pipelinesActions or GitLab | Task managementLinear or Jira |
|---|---|---|---|---|
| Orchestration and routing | ||||
| Multi-agent coordination | Built in | Partial or requires custom work | Unavailable | Unavailable |
| Dynamic tool provisioning | Built in | Partial or requires custom work | Unavailable | Unavailable |
| Context and memory sharing | Built in | Unavailable | Unavailable | Unavailable |
| Cross-repo workflows | Built in | Partial or requires custom work | Partial or requires custom work | Partial or requires custom work |
| Safety and control | ||||
| Human approval gates | Built in | Unavailable | Partial or requires custom work | Partial or requires custom work |
| Isolated workspaces | Built in | Partial or requires custom work | Built in | Unavailable |
| Permission boundary enforcement | Built in | Unavailable | Partial or requires custom work | Partial or requires custom work |
| Execution traces and audit logs | Built in | Unavailable | Built in | Partial or requires custom work |
| Developer experience | ||||
| Issue-to-PR workflow automation | Built in | Partial or requires custom work | Partial or requires custom work | Unavailable |
| Built-in integrations | Built in | Unavailable | Partial or requires custom work | Built in |
| Visual pipeline builder | Built in | Unavailable | Partial or requires custom work | Built in |
| Cost analytics and rate limiting | Built in | Unavailable | Unavailable | Unavailable |
The missing middle layer
Your pipeline cannot plan the unknown.
Traditional pipelines expect defined steps that pass or fail. Agents plan, loop, use tools, ask for help, and revise.
Local scripts can prove a workflow, but production use needs shared permissions, isolation, approval, and recovery.
Northstar does not replace the tracker or CI/CD. It provides the workflow for the work connecting them.
What the comparison demonstrates
Keep the stack. Add the missing layer.
Three distinct responsibilities
Orchestration, safety, and a reviewable handoff.
Orchestration
Agent work is iterative, not a deterministic job graph.
Agents plan, revise, use tools, and sometimes ask for help. Northstar is designed to coordinate that loop while scripts and CI/CD continue serving narrower deterministic roles.
Put the issue in. Get reviewable work out.
Talk to Moonwind about running Northstar Build with your tracker, repositories, agents, and CI.