chore: harden plan workflow — no-code-before-issue gate#51
Merged
Conversation
Add explicit hard gate to routing.md, sprint-planning.md, and pr-merge-process.md so no agent can start coding without a GitHub issue linked to a milestone. Changes: - routing.md: guardrail #1 (absolute pre-code issue check) and guardrail #8 (direct user request gate): any coding request triggers an issue existence check first - sprint-planning.md: new 'Hard Gate — No Code Before Issue' section with enforcement sequence; two new anti-pattern entries covering no-issue code and plan-without-ceremony patterns - pr-merge-process.md: Ralph's Pre-Review Gate table now includes 'GitHub issue exists' check (Closes #N required); new anti-pattern for PRs missing issue link Closes #50 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
SummarySummary
CoverageAppHost - 0%
Domain - 93.4%
ServiceDefaults - 0%
Web - 68.1%
|
Contributor
|
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
Closes #50
Adds an explicit "no code before issue" hard gate to prevent future process violations where implementation starts before a GitHub issue is created.
Changes
routing.mdsprint-planning.md❌ Writing any code before a GitHub issue existsand❌ Implementing a [[PLAN]] request without running the sprint planning ceremonypr-merge-process.mdGitHub issue existsrow — PR body must containCloses #N; if missing, Ralph creates the issue before review proceeds❌ Opening a PR without a Closes #N linkTesting
This is a documentation/process change. No code was modified; no build/test verification needed.