Menu

Post image 1
Post image 2
1 / 2
0

The CORE Agentic Workflow: Task Plan Review Approve PR

DEV Community·Sahil Kathpal·about 1 month ago
#ATKhcgAY
#agents#ai#automation#plan#agent#session
Reading 0:00
15s threshold

The standard agentic loop — give the agent a task, get code back — has no checkpoint between your intent and the agent's execution. You find out what the agent decided to do by reading what it already did. The CORE workflow closes that gap by splitting every agentic task into two sequential sessions: one that drafts a plan and stops, and one that executes the approved plan and returns a PR. Human judgment sits at the decision point between them — not at every tool call, not after the damage is done. TL;DR The agentic approval workflow has six stages: Write a structured task file with scope constraints and an explicit stop instruction Run a planning session — agent drafts a plan, writes it to disk, and stops Review the plan file, edit if needed, then approve by leaving it unchanged Run a separate execution session that reads the approved plan and returns a diff Run a QA inspector agent to audit the diff for scope violations before merge Review the PR diff against the approved plan and merge No micromanaging…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More