docs(install-agent-team): document manual re-dispatch input requirement#89
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs(install-agent-team): document manual re-dispatch input requirement#89github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
PR #69 hardened all three dispatch-receiving agents (planner, implementer, reviewer) to fail loudly when workflow_dispatch inputs are missing or arrive as unresolved template literals. The catalog README was updated in that PR, but the install-agent-team SKILL.md still listed escape hatches without mentioning the input contract. Add a "Manual re-dispatch" bullet to the step-8 install summary and extend the user-journey escape-hatch line to include the required --field flags and the fail-loud behaviour, so users reading only the skill file get the full picture before attempting a manual gh workflow run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced May 1, 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.
What changed and why
PR #69 hardened planner, implementer, and reviewer agents to fail loudly when
workflow_dispatchinputs are missing or arrive as unresolved template literals ($\{\{ github.event.inputs.* }}). Thecatalog/agent-team/README.mdwas updated in that PR, butskills/install-agent-team/SKILL.mdstill listed escape hatches without mentioning the input contract — meaning a user reading only the skill file after install wouldn't know that a manualgh workflow runmust include explicit--fieldarguments.Changes
skills/install-agent-team/SKILL.md— 2 additions, 1 replacement:Step 8 "Summarize" — new "Manual re-dispatch" bullet added to the install-completion summary the agent presents to the user. Includes the required
--fieldflags and notes the fail-loud behaviour.User journey "Escape hatches" — the one-liner escape-hatch description now includes the manual re-dispatch command pattern and the fail-loud note, so users who refer back to the journey section get the same guidance.
No other files were changed — the agent
.mdfiles and pattern README were already updated in #69.Testing notes
tests/test-invariants.shalready checks for$\{\{ github.event.inputs.issue_number }}in the agent files (added in [codex] fix agent-team manual workflow_dispatch inputs #69). No new invariants needed for this prose-only SKILL.md update.bash tests/run-tests.sh(tier-1 + tier-2) to confirm no regressions.🤖 Generated with [Claude Code]((claude.ai/redacted)