docs: add when-to-use reference for implement-team#74
Open
benjamcalvin wants to merge 1 commit into
Open
Conversation
34 tasks
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
Adds
plugins/implement-team/references/when-to-use.md— the final PR (5 of 5) of issue #69. This is a user-facing decision doc that compares the three implementation-lifecycle commands in this marketplace (/implement,/implement-team,/implement-cli) and documents the experimental caveats of/implement-team.Closes #69.
Doc sections
plugin.jsonandSKILL.mdfrontmatter./implement-team— full list per the acceptance criteria:CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1required at startup, Claude Code>= 2.1.32, one team per session,/resumeand/rewindbreak in-process teammates, no nested teams, higher token cost advisory, tmux/iTerm2 split-pane caveat (default in-process mode is portable).Scope discipline
0.4.0is left untouched (docs-only addition, and issue feat: add implement-team plugin (lifecycle re-architected around agent-teams) #69 PR 5 explicitly allows this).references/convention described inAGENTS.md; no sibling example existed.Test evidence
Automated tests
./validate-all.sh—Errors: 0, Warnings: 0, PASSED.claude plugin validate plugins/implement-team—Validation passed.Manual verification
N/A — no runnable artifacts changed. This is a single static markdown reference file.
Review focus
plugins/implement-lifecycle,plugins/implement-team, andplugins/implement-cli.