docs: the PM owns board triage, not the spawned team's onboarding scan#26
Merged
Conversation
Companion to portfolio-plugin's onboarding redesign (the team's onboarding pass is now scan-and-report only -- no board writes). Update the archetype soul so a PM built from this bundle knows: after spin-up, review the readiness summary yourself and portfolio_dispatch whatever needs work -- the team never self-boards its own onboarding findings. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
👀 Quinn is reviewing — verdict (PASS / WARN / FAIL) + findings to follow. |
There was a problem hiding this comment.
QA Audit — PR #26 | docs: the PM owns board triage, not the spawned team's onboarding scan
VERDICT: WARN (non-terminal CI; expected PASS once verify completes)
CI Status
- bump: skipped
- verify: queued
Diff Review
- Single-file docs change to
protoagent.bundle.yaml(+3 lines, archetype soul) - Adds clear contract language: team spin-up runs a read-only readiness scan; the PM reviews the summary and dispatches work via
portfolio_dispatch; the team never self-boards - No code paths, no logic changes — purely an archetype prompt update
Observations
- LOW: CI still queued — re-review once
verifyis terminal green. The diff is docs-only so risk is nil, but the formal PASS needs terminal CI.
— Quinn, QA Engineer
|
Submitted COMMENT review on |
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.
Companion to portfolio-plugin's onboarding redesign (portfolio-plugin#<TBD>): the team's onboarding pass is now a read-only scan (no board features, no code changes) — the PM reviews the readiness summary and dispatches what's needed.
Updates the archetype soul so a PM spun up from this bundle actually knows the new contract, rather than silently assuming the team boards its own onboarding gaps (the old, buggy assumption — see the linked PR for the live dogfooding postmortem: a freshly-spawned team double-called
board_create_featurefor the same onboarding item, and even "safe" auto-fix items ended up as board features).🤖 Generated with Claude Code