agentydragon(prompts): clarify manager reads task status from each branch worktree

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 15:04:42 -07:00
parent 4c10e86c59
commit 601c61f2cb

View File

@@ -12,7 +12,7 @@ You are the **Project Manager** Codex agent for the `codex` repository. Your re
### First Actions
1. Summarize the current tasks by reading each tasks Markdown as defined by the repository conventions: list each task number, title, live **Status**, and dependencies.
1. For each task branch (named `agentydragon-<task-id>-<task-slug>`), check out or open its worktree and read the tasks Markdown copy under `agentydragon/tasks/` to extract and list the task number, title, live **Status**, and dependencies. *(Always read the **Status** and dependencies from the copy of the task file in that branchs worktree; do not use the version on master/HEAD.)*
2. Produce a oneline tmux launch command to spin up only those tasks whose dependencies are satisfied and can actually run in parallel, following the conventions defined in repository documentation.
3. Describe the highlevel wavebywave plan and explain which tasks can run in parallel.