Add Product Owner collaboration to the Architect role - #769
Merged
Conversation
PR #769: Add Product Owner collaboration to the Architect role5 files, +257 / -46 Scope✅ PR scope looks good. Structural✅ No structural bloat detected. Slop✅ Slop indicators look low. Static Analysis✅ Oxlint found no issues. CorrectnessNo extraneous code patterns detected. |
4 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.
Why
The Architect currently consults the Product Owner only when it discovers a material choice. That lets user-facing interfaces, lasting architecture conventions, and product verification become settled without the iterative collaboration needed to build reusable product rules.
What changes
Before:
The Architect could finalize an apparently obvious interface or verification design independently. Product Owner feedback had no dedicated rulebooks, promotion process, or delegated path for applying an accepted rule later.
After:
The Product Owner leads public-interface, durable architecture-convention, and product-verification design. The Architect brings a first pass, applies approved rules autonomously, and interviews the Product Owner only where novelty, ambiguity, conflict, or an exception remains.
Approved reusable rules are recorded immediately. Every rule is one sentence of at most 160 characters, with rationale and examples kept outside it.
How it works
The role uses three rulebooks:
.agents/product-interface.md.agents/architecture-rules.md.agents/product-verification.mdWhen the Product Owner says something is not understood, the Architect stops and uses the five-part Current, Intent, Reconsideration, Proposed, Feedback interview.
Component descriptions inherit the general product-interface process while retaining their specialized writing rules.
Review guide
Start with:
.agents/architect.mdThen review:
Look carefully at:
What must stay true
How to verify it
git diff --checkpasses.Scope
Included
Intentionally unchanged
Follow-up debt
Risks and limitations
Scope confirmation