Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Adds "Review required" as a status option for campaign progress boards, enabling teams to track work awaiting review as a distinct state between "In Progress" and "Done".

Changes

  • Campaign generator: Added "Review required" to Status field options in creation flow
  • Schema validation: Extended project_update_schema.json to accept "Review required" as valid status enum
  • Prompt templates: Updated orchestrator instructions and validation checklists in .github/aw/ to recognize new status
  • Documentation: Updated project management guide to reflect complete status lifecycle

Status Field Values

Before:

Status: ["Todo", "In Progress", "Blocked", "Done", "Closed"]

After:

Status: ["Todo", "In Progress", "Review required", "Blocked", "Done", "Closed"]

Board views automatically group by status field, so items moved to "Review required" will appear in their own column.

Original prompt

Make the campaign progress board view also add a column "Review required".


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits January 15, 2026 09:17
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Add 'Review required' column to campaign progress board Add "Review required" status to campaign progress board Jan 15, 2026
Copilot AI requested a review from mnkiefer January 15, 2026 09:30
@mnkiefer mnkiefer marked this pull request as ready for review January 15, 2026 10:43
@mnkiefer mnkiefer merged commit 867e418 into main Jan 15, 2026
117 checks passed
@mnkiefer mnkiefer deleted the copilot/add-review-required-column branch January 15, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants