feat(board): design and scaffold GitHub Projects v2 board schema#86
Merged
snipcodeit merged 1 commit intomainfrom Mar 1, 2026
Merged
Conversation
…ields Add docs/BOARD-SCHEMA.md documenting the full GitHub Projects v2 board field schema for MGW pipeline visibility. Defines 5 custom fields: - Status (single-select, 13 options mapping 1:1 to pipeline_stage values) - AI Agent State (text, shows active GSD agent) - Milestone (text, from project.json) - Phase (text, number + name format) - GSD Route (single-select, 4 options for all known routes) Includes GraphQL mutation templates, project.json board key schema, and board view planning for downstream issues (#72-#79). Closes #71 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This was referenced Mar 1, 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.
Summary
.mgw/board-schema.jsonand human-readable design indocs/BOARD-SCHEMA.mdCloses #71
Milestone Context
Changes
docs/BOARD-SCHEMA.md— 394-line board design documentation covering all 5 custom fields, GraphQL mutation templates, project.json board key schema, and planned board views.mgw/board-schema.json— Machine-readable field definitions for mgw:board consumption (gitignored, local state)Field Schema Summary
pipeline_stagevaluesplanner:running,executor:running,verifier:running,idle,blocked<number> — <name>formatquick,quick --full,plan-phase,new-milestoneTest Plan
project.jsonboard key schema is documented (for mgw:board to write after creation).mgw/board-schema.jsonis valid JSON and contains all field definitionsGSD Artifacts
.planning/phases/13-board-foundation-field-schema/13-01-PLAN.md13-SUMMARY.md13-VERIFICATION.md