Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add slides for software engineer and processes
slides: add Software Engineer → Agentic Engineer, Agentic Human Processes, and two Mermaid diagrams
Mar 19, 2026
pelikhan
approved these changes
Mar 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds introductory slides to the Marp deck to define “agentic engineering” concepts and illustrate two core workflows (PR flow and Research→Plan→Act) before the existing tooling/security content.
Changes:
- Added a “Software Engineer → Agentic Engineer” comparison slide.
- Added an “Agentic Human Processes” slide defining key human-in-the-loop roles.
- Added two Mermaid flowcharts: Pull Request process and Research→Plan→Act loop.
Comments suppressed due to low confidence (1)
docs/slides/index.md:56
- Mermaid edge label uses quotes here ("Request Changes"), while the other edge label uses unquoted text (Approve). Mermaid will typically render the quotes literally; consider removing the quotes for consistent labeling (e.g.,
|Request Changes|).
Human -->|"Request Changes"| Agent
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| Plan --> Act["Act\nImplement changes\nCreate PR"] | ||
| Act --> Human{"Human Review"} | ||
| Human -->|Approved| Done["Done ✓"] | ||
| Human -->|"Revise"| Research |
This was referenced Mar 19, 2026
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.
Adds four slides at the start of
docs/slides/index.md(after the title slide) to introduce the agentic engineering concepts before diving into tooling details.New slides
flowchart TD: PR → Activation → Agent → Safe Outputs → Human Review → Merge/Revise loopflowchart LR: Research → Plan → Act → Human Review → Done/Revise loopBoth diagrams use the existing
<pre class="mermaid">pattern already used in the security architecture slide.Original prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.