← ClaudeAtlas

agent-discussionlisted

Use when Codex needs read-only external feedback for planning, architecture review, code discussion, strategy review, or decision support.
leviuszen/agent-workbench · ★ 2 · AI & Automation · score 75
Install: claude install-skill leviuszen/agent-workbench
# Agent Discussion Use this skill when Codex needs structured external feedback for planning, architecture review, code discussion, or decision support before making a final call. ## Current Path For read-only external feedback, the current path is: ```text New-AgentDiscussion.ps1 -> Invoke-ClaudeFeedback.ps1 -Round <1-or-2> -Collect -> Invoke-ReasonixFeedback.ps1 -Round <1-or-2> -Collect when Reasonix is a reviewer -> Collect-AgentDiscussion.ps1 -> Codex writes codex-synthesis.md, decision.md, or user-decision-needed.md ``` If Claude returns a malformed fragment, a file list, or feedback rejected by the format gate, stay in the same discussion folder and use: ```text Invoke-ClaudeFeedback.ps1 -Round <1-or-2> -RawReadOnlyRecovery -Collect ``` Do not switch to an unrelated chat or a hand-written direct `claude.exe` command for this workflow. ## Rules - Codex remains the moderator, evidence evaluator, and final decision maker. - Discussion mode is read-oriented and file-based. - Discussion mode does not edit repository files. - Discussion creation does not launch external agents automatically; use `Invoke-ClaudeFeedback.ps1` only when the user wants Claude Code feedback now. - Discussion mode does not create worktrees, merge branches, apply patches, or accept code changes. - External agents write Markdown feedback files only. - Reasonix CLI is the automatic review path. `Open-ReasonixDiscussion.ps1` remains manual compatibility only and never counts as completi