2026-03-16 20:10:53Claude (MCP):
[mcp] Add Step 0 (setup) to Implementation Workflow: read memories, create tasks, cd to repo
Design/Implementation_Workflow.md ..
@@ 21,6 21,11 @@
When the user and orchestrator agree on an implementation task:
+
### 0. Setup (orchestrator, before any agents)
+
- **Read memories and this workflow page.** Critical constraints (worktree scoping, repo paths) live in memory and are easy to forget.
+
- **Create the full task list** with dependencies (Plan → Implement → Reviews → Fix → Re-reviews → Verify) before dispatching the first agent. The task list is the source of truth for pipeline state.
+
- **`cd` into the target git repo** before launching worktree-isolated agents. The parent dir (`/Users/sderle/code/otterwiki/`) is not a git repo — worktrees fail there.
+
### 1. Plan (Sonnet Plan agent)
- Reads relevant code
- Produces implementation plan with specific file changes