Deliver: Program Design Section - #84
Merged
Merged
Conversation
Author: architect Waves: 1 Tasks: 2 Out-of-scope deps: no
Plan: .agents/plans/program-design-section.md (Status + approved event written by: node harness/cli.js approve)
Wave 1, Task 1.1 Validated: AC#2, AC#3, AC#4, AC#5 — bash scripts/test-lint-plan.sh (ALL PASS)
…emplate Wave 1, Task 1.2 Validated: AC#1 — section present with three artifacts + recommended/skippable note (no standalone test; header recognizability covered by Task 1.1)
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.
Closes #79.
Summary
Adds an optional
## Program Designsection to the plan template plus an advisory lint nudge when a large plan omits it — surfacing the design layer (signatures, control flow, file-tree delta) most worth reviewing at Gate 1, without ever blocking. Upstreamed from Dex Horthy's Why Software Factories Fail (the "criminally underemphasized" Program Design phase; WSFF arc lead, memorywsff-source-author-update)..claude/commands/team/rad-plan.md— optional## Program Designsection in the template (after Files in Scope), naming its three artifacts + a recommended-large/medium, skippable-small note. — f200400scripts/lint-plan.sh— advisory WARNING (exit code unaffected) when a plan is large (WAVE_COUNT >= 3OR any scope path matchesRAD_HIGH_RISK_PATTERNS) and lacks the section. Reuseshas_section,WAVE_COUNT, and the existing high-riskpath_matchesloop — no new matcher,REQUIRED_SECTIONSuntouched. — 3cc6192Design decisions
REQUIRED_SECTIONS.## Program Designheader; it does not validate the section's contents (that stays the architect's Gate-1 judgment; documented as a non-goal).Test coverage
5 new cases in
scripts/test-lint-plan.sh(full suite ALL PASS, exit 0; 216/216 harness green, no regression from the backward-compatiblewrite_plansignature extension):Notes for review
.agents/plans/program-design-section.md) carries its own## Program Designsection — the plan that introduces the section demonstrates it.🤖 Generated with Claude Code