feat(project): author the planning-suite mission for taskfiles (#262)#34
Merged
Merged
Conversation
…r the planning-suite mission backfill
…for the planning-suite mission backfill
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 taskfiles so it ships a validproject/mission.md, closing the mission-authoring half of the portfolio backfill tracked in nolte/claude-shared#262 (taskfiles 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.taskfiles is a mature, portfolio-wide configuration source whose
reusable-taskfile-collectioncapability was alreadystatus: activebefore the planning suite existed, so the MVP is modelled retroactively (roadmap item and sprint/feature recordeddone/closed,mvp_status: achieved). This mirrors the merged gh-plumbing pilot (nolte/gh-plumbing#383) and nolte/kamerplanter's retroactive sprint 0001.Changes
project/goals.md— Vision (from the README intro) + four Outcomes (O-1..O-4) from the shipped capability and its audiences.project/roadmap.md— R-1 (reusable Taskfile include collection),mvp: true,detail: fine,target_sprint: 1,status: done.project/sprints/0001-shared-task-baseline.md— retroactive sprint 1 (closed) with the consumer-facingvalue_statement.project/features/reusable-taskfile-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/,roadmap/,sprint/, andfeature/; frontmatter field order, section order, audience↔paragraph bidirectionality, andverifies_via→ feature/acceptance resolution checked by hand. Vale-clean against the repo's.vale.ini(Microsoft + nolte-styles).Risk / rollout notes
Additive
project/documentation only; no module, config, or published-surface change. Trivially reversible.