From 46527c5b9a9d9b3d6be67341db0e417285d59e85 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 20 Nov 2025 04:32:00 +0000 Subject: [PATCH] docs: remove Core Principles sections from replan commands Remove unnecessary Core Principles sections that reference task-core.md and workflow-architecture.md from both workflow:replan and task:replan documentation to align with execute.md style and maintain simplicity. --- .claude/commands/task/replan.md | 3 --- .claude/commands/workflow/replan.md | 4 ---- .../skills/command-guide/reference/commands/task/replan.md | 5 +---- .../command-guide/reference/commands/workflow/replan.md | 4 ---- 4 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.claude/commands/task/replan.md b/.claude/commands/task/replan.md index 6533405e..8cb2c2d5 100644 --- a/.claude/commands/task/replan.md +++ b/.claude/commands/task/replan.md @@ -22,9 +22,6 @@ Replans individual tasks or batch processes multiple tasks with change tracking - **Single Task Mode**: Replan one task with specific changes - **Batch Mode**: Process multiple tasks from action-plan verification report -## Core Principles -**Task System:** @~/.claude/workflows/task-core.md - ## Key Features - **Single/Batch Operations**: Single task or multiple tasks from verification report - **Multiple Input Sources**: Text, files, or verification report diff --git a/.claude/commands/workflow/replan.md b/.claude/commands/workflow/replan.md index d9cc4a34..b1c4fdbe 100644 --- a/.claude/commands/workflow/replan.md +++ b/.claude/commands/workflow/replan.md @@ -17,10 +17,6 @@ Intelligently replans workflow sessions or individual tasks with interactive bou - **Impact Analysis**: Automatic detection of affected files and dependencies - **Backup Management**: Preserves previous versions with restore capability -## Core Principles -**Task System**: @~/.claude/workflows/task-core.md -**Workflow Architecture**: @~/.claude/workflows/workflow-architecture.md - ## Operation Modes ### Session Replan Mode diff --git a/.claude/skills/command-guide/reference/commands/task/replan.md b/.claude/skills/command-guide/reference/commands/task/replan.md index e17a31a8..8cb2c2d5 100644 --- a/.claude/skills/command-guide/reference/commands/task/replan.md +++ b/.claude/skills/command-guide/reference/commands/task/replan.md @@ -22,9 +22,6 @@ Replans individual tasks or batch processes multiple tasks with change tracking - **Single Task Mode**: Replan one task with specific changes - **Batch Mode**: Process multiple tasks from action-plan verification report -## Core Principles -**Task System:** @~/.claude/workflows/task-core.md - ## Key Features - **Single/Batch Operations**: Single task or multiple tasks from verification report - **Multiple Input Sources**: Text, files, or verification report @@ -282,7 +279,7 @@ Backup saved to .task/backup/IMPL-2-v1.0.json ### Batch Mode - From Verification Report ```bash -/task:replan --batch .workflow/WFS-{session}/.process/ACTION_PLAN_VERIFICATION.md +/task:replan --batch .workflow/active/WFS-{session}/.process/ACTION_PLAN_VERIFICATION.md Parsing verification report... Found 4 tasks requiring replanning: diff --git a/.claude/skills/command-guide/reference/commands/workflow/replan.md b/.claude/skills/command-guide/reference/commands/workflow/replan.md index d9cc4a34..b1c4fdbe 100644 --- a/.claude/skills/command-guide/reference/commands/workflow/replan.md +++ b/.claude/skills/command-guide/reference/commands/workflow/replan.md @@ -17,10 +17,6 @@ Intelligently replans workflow sessions or individual tasks with interactive bou - **Impact Analysis**: Automatic detection of affected files and dependencies - **Backup Management**: Preserves previous versions with restore capability -## Core Principles -**Task System**: @~/.claude/workflows/task-core.md -**Workflow Architecture**: @~/.claude/workflows/workflow-architecture.md - ## Operation Modes ### Session Replan Mode