Fix: Harden Task Planner acceptance criteria coverage (fixes #2148)#2149
Open
vdstrizhkova wants to merge 3 commits into
Open
Fix: Harden Task Planner acceptance criteria coverage (fixes #2148)#2149vdstrizhkova wants to merge 3 commits into
vdstrizhkova wants to merge 3 commits into
Conversation
- Extract each acceptance criterion as separate AC item with stable IDs - Add Acceptance Criteria Coverage section mapping ACs to plan steps, details, validation tasks - Clarify Partial vs Missing states for missing/unvalidated validation evidence - Support 'Needs clarification' status for ambiguous acceptance criteria - Add Reference Integrity example to Planning Log template - Update Plan Validator to flag missing AC coverage as High/Critical findings - Include AC, DR, DD, RI deltas in Planning Log contract
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2149 +/- ##
==========================================
+ Coverage 80.52% 80.59% +0.06%
==========================================
Files 128 118 -10
Lines 19274 19198 -76
Branches 12 0 -12
==========================================
- Hits 15521 15473 -48
+ Misses 3750 3725 -25
+ Partials 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Pull Request
Description
Hardens Task Planner and Plan Validator behavior so explicit acceptance criteria are treated as required, traceable planning inputs with blocking coverage validation before handoff.
Key updates:
Related Issue(s)
Closes #2148
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)evals/)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
"Harden the Task Planner instructions so Jira acceptance criteria become explicit, traceable planning inputs with a blocking coverage check before handoff."
Execution Flow:
Output Artifacts:
.github/agents/hve-core/.Success Indicators:
Testing
Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run eval:lint:schemanpm run plugin:generatenpm run docs:testSecurity Considerations
Additional Notes
No new dependencies were introduced. Scope is limited to AI artifact instruction hardening in Task Planner and Plan Validator agent files.