allocator-one/Plan Council
Multi-model AI planning tool with consensus voting for GitHub issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 8, 2026
- License
- None
Pinned Snippet
uses: allocator-one/pcl@3f98689b69f5655a6a77e55d7b397c019d29bcf1 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | GitHub issue number to plan for | yes | — |
| models | Comma-separated models to use (e.g., claude-3-7-sonnet,gpt-4o,gemini-2.0-flash-thinking-exp) | no | — |
| depth | Planning depth: high-level | detailed | implementation | no | detailed |
| max-cost | Maximum cost budget in USD (action fails if estimate exceeds this) | no | — |
| research | Enable domain research (opt-in, adds cost and latency) | no | false |
| research-provider | Research provider to use (perplexity, openai-compat) | no | — |
| research-model | Model to use for research | no | — |
| anthropic-api-key | Anthropic API key | no | — |
| openai-api-key | OpenAI API key | no | — |
| google-api-key | Google API key | no | — |
| perplexity-api-key | Perplexity API key (for research) | no | — |
| github-token | GitHub token for posting comments | yes | — |
Outputs
| name | description |
|---|---|
| plan-summary | Summary of the generated plan |
| estimated-cost | Estimated cost of the planning operation in USD |