docs(agent-team): add Troubleshooting section for input propagation failures#85
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
Conversation
…ailures Commit d688265 introduced fail-loud behavior when workflow_dispatch inputs are missing (planner/implementer/reviewer). The README noted the contract but didn't give users a concrete recovery path when they hit '🛑 workflow_dispatch inputs were not propagated'. Add a Troubleshooting section with: - Explanation of the most common root causes (GitHub UI "Run workflow" button, missing -f flags in gh workflow run) - Exact gh CLI commands for each role, including the pr_number variant for implementer kickback retries - How to read the current iteration value from the issue thread Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
workflow_dispatchinputs are missing — planner, implementer, and reviewer all now block immediately with🛑 agent-team: workflow_dispatch inputs were not propagated.instead of silently inferring from labels.Input propagationgotcha) but left users without a concrete recovery path when they actually hit that block.catalog/agent-team/README.mdwith exactgh workflow runcommands for each role, thepr_numbervariant for kickback retries, and how to read the current iteration value from the issue thread.What changed
catalog/agent-team/README.md— new## Troubleshootingsection inserted before## Limits and gotchas:-fflags in a manualgh workflow run)gh workflow runcommands for all four triggerable roles (planner, implementer×2, reviewer)pr_numberis optional on first implementer attempt but required on kickback retriesTest plan
workflow_dispatch.inputsdeclarations in the four agent.mdsourcestests/test-invariants.shstill passes (no invariant touches the new section)issue_numberin a test repo and confirm the recovery steps match what the agent posts