TDD: Agentic Workflow MVP (Bug Fix)#2
Open
roberthunterjr wants to merge 4 commits into
Open
Conversation
Define a full Jira-ready bug workflow with readiness checks, feasibility scoring, fail-first tests, intent alignment loops, scoped refactor rules, and final verification gates. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Specifies the bug-fix-workflow-only MVP architecture from PRD-agentic-workflow.md (PR Ed-Fi-Alliance-OSS#67): a hybrid design where GitHub Actions owns governance and the Jira contract while GitHub Copilot's hosted coding agent (steered by the existing automate-bug-fix skill) owns implementation. Resolves PRD open questions OQ-1 (trigger mechanism) and OQ-2 (harness selection) for MVP scope.
- Consolidate pr-link-sync + pr-ready-sync into single pr-sync.yml (5->4 workflows) - Fix FR-JIRA-7 attribution to governance-watchdog.yml - Add precheck-retry-tracker.yml to design summary + flowchart - Standardize governance config filename - Scope MVP pre-checks to apps/fiona-slack - Add AI-98 relationship + Decision D-5 (Option C supersedes for MVP) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3 tasks
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
Adds the Technical Design Doc for the agentic bug-fix workflow MVP (
docs/TDD-agentic-workflow-mvp.md), the buildable plan derived from the Agentic Workflow PRD (PR Ed-Fi-Alliance-OSS#67 upstream / AI-150).Targeting note: This PR intentionally targets
roberthunterjr:main(notEd-Fi-Alliance-OSS:main). The fork is our validation gate — workflow code from this design must run and pass a supervised end-to-end test onroberthunterjr:mainbefore being promoted upstream. This doc PR establishes that fork-first flow. It supersedes the cross-repo PR Ed-Fi-Alliance-OSS#71 (which targeted upstreammaindirectly).What's here
pr-link-sync+pr-ready-syncmerged intopr-sync.yml)precheck-retry-tracker.ymladded to design summaryapps/fiona-slackJira
Test plan
npx markdownlint-cli docs/*.mdpasses🤖 Generated with Claude Code