feat(project): author the planning-suite mission for gh-plumbing (#262)#383
Merged
nolte-portfolio-app[bot] merged 20 commits intoJul 2, 2026
Merged
Conversation
…r the planning-suite mission backfill
…for the planning-suite mission backfill
…(backtick nolte) for bidirectional validation
nolte
marked this pull request as ready for review
July 2, 2026 20:51
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
Authors the
project/planning suite for gh-plumbing so it ships a validproject/mission.md, closing the mission-authoring half of the portfolio backfill tracked in nolte/claude-shared#262 (gh-plumbing is one of the two prioritised W2 repos). The manifest (project/portfolio.yml) already exists; this PR adds the missing planning artefacts the mission spec (spec/project/mission/) requires as hard preconditions.Because gh-plumbing is a mature, portfolio-wide configuration source whose three capabilities were already
status: activebefore the planning suite was adopted, the MVP is modelled retroactively: roadmap items and the sprint/feature are recorded asdone/closedto document the delivered surface, andmvp_statusopens atachieved. This mirrors the retroactive-reconciliation pattern already used in nolte/kamerplanter's sprint 0001.Changes
project/goals.md— Vision (from the README intro) + four Outcomes (O-1..O-4) derived 1:1 from the threeportfolio.ymlcapabilities plus the maintainer audience.project/roadmap.md— R-1..R-3 (reusable workflows / Probot commons / Renovate presets), eachmvp: true,detail: fine,target_sprint: 1,status: done.project/sprints/0001-shared-cicd-baseline.md— retroactive sprint 1 (status: closed) with the consumer-facingvalue_statement.project/features/reusable-workflow-adoption.md— F-1, the mission-verifying feature (verifies_sprint_value: acceptance-1).project/mission.md— SMART mission with the eight required frontmatter fields, the four required sections, a per-audience paragraph for each of the four audiences, andverifies_via: F-1:acceptance-1.All content is grounded in existing repo artefacts (
README.md,project/portfolio.yml,AUDIENCES.md) — no invented audiences or missions, per the nolte/claude-shared#262 constraint.Linked issues
Part of nolte/claude-shared#262 (mission-authoring backfill).
Testing
Structural conformance authored against
spec/project/mission/,spec/project/roadmap/,spec/project/sprint/, andspec/project/feature/; the frontmatter field order, section order, audience↔paragraph bidirectionality, andverifies_via→ feature/acceptance resolution were checked by hand against the specs. No CI planning-suite validator runs in this repo.Risk / rollout notes
Additive
project/documentation only; no workflow, config, or published-surface change. Opened as draft for review of the retroactive-MVP modelling before it is applied as the template for the remaining nolte/claude-shared#262 repos. Trivially reversible (delete the five files).