https://github.com/githubnext/goal
https://github.com/githubnext/goal
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/githubnext/goal
- Owner: githubnext
- Created: 2026-06-02T05:57:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-12T00:08:53.000Z (24 days ago)
- Last Synced: 2026-06-12T01:07:33.217Z (24 days ago)
- Language: Python
- Size: 71.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Goal
Goal is an Agentic Workflow for GitHub issues.
It does something similar to `/goal` in Codex and Claude Code, packaged as a
variant of the Autoloop agentic workflow pattern.
Use an agent to create a good goal issue, and sometimes a small setup PR, before
the workflow starts. Goal then works on that issue across runs using one
long-running branch and PR. Each run comments on the issue. When the goal is
complete, it adds `goal-completed` and removes `goal`.
## Install
Paste this into your favorite coding agent to install Goal in your repo:
```text
Install the Goal Agentic Workflow using https://github.com/githubnext/goal/blob/main/install.md
```
## Use
Paste this into your favorite coding agent to create a good goal:
```text
Install the Goal Agentic Workflow using https://github.com/githubnext/goal/blob/main/new-goal.md
```
The agent should help turn the work into a concrete, verifiable issue before
the `goal` label is added.