feat: add campaign-style playbook and update refs#16436
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new campaign workflow playbook and updates all workflow creation/modification prompts to reference it. The playbook provides guidance on designing campaign-style workflows (time-bounded coordinated pushes with measurable outcomes) and KPI workflows (metric tracking and improvement over time). The key message is that campaigns are a design pattern within agentic workflows, not a separate workflow type.
Changes:
- Adds
.github/aw/campaign.mdplaybook documenting patterns for campaign/KPI workflows including pacing strategies, stop conditions, goal-aware early exits, and cross-repo coordination - Updates five prompt files to reference the campaign playbook when users mention related keywords (campaign, KPI, pacing, cadence, stop-after)
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/aw/campaign.md |
New playbook providing comprehensive guidance on campaign and KPI workflow patterns, including minimal viable specs, pacing levers, goal-aware early exits, and cross-repo coordination |
.github/aw/upgrade-agentic-workflows.md |
Adds reference to campaign playbook for upgrade prompts |
.github/aw/update-agentic-workflow.md |
Adds reference to campaign playbook for update prompts |
.github/aw/debug-agentic-workflow.md |
Adds reference to campaign playbook for debug prompts |
.github/aw/create-shared-agentic-workflow.md |
Adds reference to campaign playbook for shared workflow creation |
.github/aw/create-agentic-workflow.md |
Adds reference to campaign playbook for workflow creation prompts |
Comments suppressed due to low confidence (1)
.github/aw/campaign.md:75
- The codebase consistently uses explicit permission objects rather than the
read-allshorthand. Whileread-allis valid GitHub Actions syntax, it's inconsistent with the repository's convention of explicitly specifying each permission. Consider using an explicit permissions object likepermissions: { contents: read }to match the pattern used in all other workflows in this repository.
permissions: read-all
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pelikhan
approved these changes
Feb 17, 2026
pelikhan
reviewed
Feb 17, 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.
/cc @pelikhan