Agentic Workflow for Dyad for more productive #1298
rakibulrocky14
started this conversation in
Ideas
Replies: 1 comment
-
|
@wwwillchen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dayd Multi‑Agent Workflow
Preserves
dyadtags,• Adds a guided, step‑wise build mode alongside traditional Build and Ask
Overview
The Dayd Multi‑Agent Mode introduces a structured, checklist‑driven workflow where the AI plans work as ordered TODOs and executes them one‑by‑one, all while preserving existing dyad tags for traceability.
Users remain in control by approving the plan, requesting changes, and advancing execution with simple commands like
startandcontinue.Primary Goal
Create a repeatable plan‑execute loop that is transparent, editable, and auditable (via dyad tags).
Modes
Key Artifacts
Problem brief → Plan (ordered TODOs) → Execution log → Final deliverables, all cross‑linked by dyad tags.
Quick Commands
start— approve the plan and begin with the first TODO.continue— proceed to the next TODO after review.revise <todo-id>— request edits to a specific TODO.change plan— ask the AI to re‑plan based on feedback.switch mode: build— jump back to traditional build.Workflow Diagram
Structured Flow (Step‑by‑Step)
start, requestchange plan, or edit specific steps viarevise <todo-id>.start, the first TODO runs. After each step, results are logged and shown for review.continueto proceed, orreviseto adjust the active TODO or regenerate it.Example TODO Plan
Notes on Dyad Tag Preservation
dyadTagRefsfor traceability; execution logs link outputs back to those tags.dyadTagContextis retained.Tip: Keep traditional Build/Ask modes available; Agent adds a controllable, checklist‑first path without replacing them.
Beta Was this translation helpful? Give feedback.
All reactions