docs(aw): strengthen guidance for coverage analysis, incomplete metadata, and non-technical personas#42596
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…-technical trigger examples Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…eview (2d) Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
| - Before creating the file, check whether `.github/workflows/<workflow-id>.md` already exists. | ||
| - If it exists, choose a more specific ID instead of overwriting. | ||
|
|
||
| ### 2. Choose the trigger |
There was a problem hiding this comment.
@copilot refactor this section into trigger.md and provide a short list in this file
There was a problem hiding this comment.
Done in 3da0a9b. The full decision matrix, compact scenario examples, pattern-specific noop rules, and the workflow_run vs deployment_status callout have all been moved to triggers.md (new Trigger Decision Matrix, Compact Scenario Examples, and Pattern-Specific noop Rules sections). Section 2 in create-agentic-workflow.md now contains only the short bullet list plus a pointer to triggers.md.
🤖 PR Triage — §28486872548
Score breakdown: Impact 12/50 · Urgency 5/30 · Quality 10/20 Batch: Rationale: Draft docs update strengthening workflow guidance (+51/-1, 4 files). Low urgency, no reviews yet. Defer until ready for review. Labels applied:
|
…ers.md Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Hey One thing to look at:
If you'd like a hand verifying:
|
Three gaps identified by the Agent Persona Explorer (Information Worker, PM, QA Tester personas) in the agentic workflow guidance surface.
create-agentic-workflow.md— new §2e: coverage-analysisAdds a compact artifact-first decision rule inline with the existing 2a–2d pattern sections. Instructs agents to download pre-computed CI coverage artifacts before re-running tests, specifying exact
gh run list/gh run downloadcommands, requiredactions: readpermission +actionstoolset, and anoopcondition for unchanged coverage. Defers totest-coverage.mdfor the full template.report.md— incomplete metadata fallbackAdds guidance for stakeholder digests when customer-impact labels or severity classifications are absent: report missing fields as
unclassified, fall back to the nearest available grouping dimension, quantify the gap inline, and callnooprather than emit an empty report when all items lack required metadata.triggers.md— non-technical workflow examplesAdds a reference table of five non-engineering scenarios (PM digest, doc staleness, compliance label audit, governance sign-off check, on-demand stakeholder report) with trigger, safe-output, and
nooprules — grounding the documentation for personas outside engineering.