From 49b2f71c94a7742f0ff0b868100a556a9f690f60 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 2 Apr 2026 08:58:49 -0400 Subject: [PATCH] fix(orchestrate): replace .claude/plans/ with generic plans/ path for cross-tool compatibility --- skills/orchestrate/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/orchestrate/SKILL.md b/skills/orchestrate/SKILL.md index ac88039..9176940 100644 --- a/skills/orchestrate/SKILL.md +++ b/skills/orchestrate/SKILL.md @@ -63,9 +63,9 @@ Each researcher receives: the specific question, why it's needed, where to look, Collect all outputs. Assemble into a single `## Research Context` block. **Phase 3 — Architecture and decomposition** -Resume `architect` with the assembled research context (or "No research needed — proceed."). It produces the full plan: interface contracts, wave assignments, acceptance criteria — written to `.claude/plans/.md`. +Resume `architect` with the assembled research context (or "No research needed — proceed."). It produces the full plan: interface contracts, wave assignments, acceptance criteria — written to `plans/<title>.md`. -**Resuming from an existing plan:** If a `.claude/plans/` file exists for this task, pass its path to the architect instead of running the pipeline again. +**Resuming from an existing plan:** If a `plans/` file exists for this task, pass its path to the architect instead of running the pipeline again. ### Step 4 — Consume the plan @@ -213,7 +213,7 @@ Workers return `signal: rfr` when done. You control commits: - Merge worktree branches after individual validation - On Tier 2+: merge each worker's branch after validation, resolve conflicts if branches overlap -Only the orchestrator updates the plan file. Workers must not modify `.claude/plans/`. +Only the orchestrator updates the plan file. Workers must not modify `plans/`. ### Message schema