[feat] Support optional custom scan-only agent role (e.g. OpenClaude via OpenRouter) #131
alefricard
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
CCG Workflow currently focuses on Claude as orchestrator, Codex for backend, and Gemini for frontend. This works well for execution, but there is no optional specialist role for repo-wide tactical scanning or security-focused scanning before implementation/review.
Proposed Solution
Add support for an optional custom operational agent role that is scan-only / review-only, for example:
This agent should:
Example use cases:
/ccg:planWhy this helps
This would expand the current workflow without breaking the existing architecture:
Suggested scope
Phase 1
Optional tactical scan role
Phase 2
Optional security scan role
Example commands
/ccg:scan/ccg:security-scan/ccg:planNotes
A good first implementation could allow a custom provider/CLI adapter, so tools like OpenClaude (for example via OpenRouter) could be used as an additional scan-only worker.
Beta Was this translation helpful? Give feedback.
All reactions