Team PR — Create the Pull Request
Run the PR phase. Two modes:
- Resume mode — Implement passed the aggregate gate. The topic branch
has slice commits ready.
$ARGUMENTS/1-task.mdand$ARGUMENTS/6-design.mdexist. - Standalone mode — no matching artifact directory, but the working tree has commits or staged changes ready to ship. Treat the current branch as the work source.
Core contracts
- Update CHANGELOG.md and commit before opening any PR.
- Open a draft PR automatically — do not stop to ask. Push, then run
gh pr create --draft. - After creation, hand off to
/pr-watch-as-author. - In multi-repo mode, open one draft PR per repo and add
## Companion PRslinks. - Call the Skill tool with
tracking-ticketsfor the in-review transition and the multi-repo home-only closing rule. - After each push, refresh the body. Re-emit exactly one closing line: never duplicated, never dropped.
PR Body Template
## Summary
[What and why]
## Design Decisions
[Key decisions]
## Changes
[Observable changes]
## Screenshots
[Conditional]
## How to Verify
- [Verification performed]
## Pre-merge
[Conditional merge requirements]
## Review notes
[Conditional deferred findings]
## References
- Design: $ARGUMENTS/6-design.md
- Plan: $ARGUMENTS/8-plan.md
Closes #<n>
Prose bar. The body addresses one busy reader making one decision. Before finalizing, call the Skill tool with writing-prose and apply its ## One busy reader rule and its ## Self-lint. ## Summary opens with the recommendation or the observable outcome, never with a sentence describing the PR.
The Closes footer is conditional and appears as the final line of the PR body. Placement rationale: narrative precedes machine metadata. For ## Review notes, omit the section entirely when empty; never emit a bare heading. Tag COMMENT findings with their design-review-<n> source.
## Review notes (conditional): copy cross-model-notes.md with frontmatter stripped. Its copy replaces the final round's inline ### Cross-model disposition block; exclude ### Cross-model disposition from other sweeps so each round appears once.
Procedure references
Read each reference completely when reaching that stage. Follow them in order; later stages depend on state and gates established earlier.
- Input
- Execution
- PR Body Template
- Screenshot Upload
- Changelog Update
- Commit Discipline
Applied principles
Load and apply: principle-optimization-never-dependency.