-
Notifications
You must be signed in to change notification settings - Fork 13.4k
SDD: Refactor /spec:implement to use DAG-based execution via tracker_list_tasks #23804
Copy link
Copy link
Open
Open
Copy link
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualitystatus/possible-duplicateworkstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Metadata
Metadata
Assignees
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualitystatus/possible-duplicateworkstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Type
Fields
Give feedbackNo fields configured for Task.
Projects
Status
No status
Blocked by #22655
This issue requires the core DAG infrastructure (parent-subagent loop and unblocked task detection) being developed in #22655 before implementation can begin.
Refactor /spec:implement to use tracker_list_tasks to dynamically find the next unblocked task.
Remove legacy markdown checkbox parsing logic.
Ensure the implementation is structured in a way that will support future features, such as a Parent Agent identifying multiple unblocked nodes to spawn parallel subagents.