Skip to content

TDD: Agentic Workflow MVP (Bug Fix)#71

Closed
roberthunterjr wants to merge 4 commits into
Ed-Fi-Alliance-OSS:mainfrom
roberthunterjr:workflow-tdd
Closed

TDD: Agentic Workflow MVP (Bug Fix)#71
roberthunterjr wants to merge 4 commits into
Ed-Fi-Alliance-OSS:mainfrom
roberthunterjr:workflow-tdd

Conversation

@roberthunterjr

Copy link
Copy Markdown
Contributor

Summary

  • Adds 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.
  • Resolves PRD open questions for MVP scope: OQ-1 (trigger mechanism — Jira Automation → repository_dispatch) and OQ-2 (harness — GitHub Copilot hosted coding agent).
  • Specifies a hybrid architecture: GitHub Actions workflows own governance and the Jira contract; the existing .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

  • Review design sections (Overview, Background, Design Summary, Design Details, Testing Plan, Appendix) for completeness and accuracy
  • Confirm markdownlint-cli passes: npx markdownlint-cli docs/TDD-agentic-workflow-mvp.md
  • Validate assumptions in Appendix (Copilot coding agent licensing, Jira Automation outbound webhook capability) with the team

🤖 Generated with Claude Code

roberthunterjr and others added 4 commits July 2, 2026 17:09
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>
@roberthunterjr

Copy link
Copy Markdown
Contributor Author

Superseded by roberthunterjr#2, which targets roberthunterjr:main instead of upstream main. We're validating workflows fork-first: the design (and the workflow code that follows it) will land on the fork's main and pass a supervised end-to-end test before a fresh PR promotes it into Ed-Fi-Alliance-OSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant