bpstr/roadmap-runner
v0.2.1MIT
Run long repository roadmaps through fresh sequential Codex workers without a model-backed coordinator.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "roadmap-runner",
"version": "0.2.1",
"description": "Run long repository roadmaps through fresh sequential Codex workers without a model-backed coordinator.",
"author": {
"name": "bpstr",
"url": "https://github.com/bpstr"
},
"homepage": "https://github.com/bpstr/roadmap-runner",
"repository": "https://github.com/bpstr/roadmap-runner",
"license": "MIT",
"keywords": ["codex", "roadmap", "automation", "agents"],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Roadmap Runner",
"shortDescription": "Run roadmaps with a token-free shell loop",
"longDescription": "Execute roadmap checklists through fresh sequential Codex workers while a Bash loop handles waiting, one-word results and a single global process record.",
"developerName": "bpstr",
"category": "Productivity",
"capabilities": ["Write"],
"websiteURL": "https://github.com/bpstr/roadmap-runner",
"defaultPrompt": [
"Use Roadmap Runner to implement this roadmap locally in sequential batches."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- run-roadmap.sh
- openai.yaml
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai