TDD: Agentic Workflow MVP (Bug Fix)#71
Closed
roberthunterjr wants to merge 4 commits into
Closed
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>
2 tasks
Contributor
Author
|
Superseded by roberthunterjr#2, which targets |
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
docs/TDD-agentic-workflow-mvp.md— Technical Design Doc for the MVP bug-fix agentic workflow, per PRD-agentic-workflow.md (PRD: Agentic Workflow #67), Section 7.repository_dispatch) and OQ-2 (harness — GitHub Copilot hosted coding agent)..github/skills/automate-bug-fix/SKILL.md, steering GitHub Copilot's coding agent, owns branch/tests/implementation/Draft PR.This is a draft PR opened to work through design review with the team before implementation planning begins.
Test plan
markdownlint-clipasses:npx markdownlint-cli docs/TDD-agentic-workflow-mvp.md🤖 Generated with Claude Code