Skip to content

slides: add Software Engineer → Agentic Engineer, Agentic Human Processes, and two Mermaid diagrams#21750

Merged
pelikhan merged 2 commits intomainfrom
copilot/add-slides-to-presentation
Mar 19, 2026
Merged

slides: add Software Engineer → Agentic Engineer, Agentic Human Processes, and two Mermaid diagrams#21750
pelikhan merged 2 commits intomainfrom
copilot/add-slides-to-presentation

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

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

  • Software Engineer → Agentic Engineer — comparison table: code vs prompts, PR review vs agent output review, CI/CD vs agent orchestration
  • Agentic Human Processes — four human roles: Author, Reviewer, Supervisor, Debugger
  • Pull Request Process — Mermaid flowchart TD: PR → Activation → Agent → Safe Outputs → Human Review → Merge/Revise loop
  • Research → Plan → Act — Mermaid flowchart LR: Research → Plan → Act → Human Review → Done/Revise loop

Both diagrams use the existing <pre class="mermaid"> pattern already used in the security architecture slide.

Original prompt

Add a few slides at the start of the deck:


Software Engineer -> Agentic Egnineer


Agentic Human Processes


Mermaid diagram of the pull request process


Mermaid diagram of the ResearchPlanAct process


💬 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.

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
Copilot AI requested a review from pelikhan March 19, 2026 06:31
@pelikhan pelikhan marked this pull request as ready for review March 19, 2026 06:37
Copilot AI review requested due to automatic review settings March 19, 2026 06:37
@pelikhan pelikhan merged commit 4204106 into main Mar 19, 2026
@pelikhan pelikhan deleted the copilot/add-slides-to-presentation branch March 19, 2026 06:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
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.

3 participants