From a8662e518388d19861350a3f6c85418957a0f532 Mon Sep 17 00:00:00 2001 From: z23cc Date: Tue, 7 Apr 2026 21:55:57 +0800 Subject: [PATCH] chore: remove deprecated skill and command remnants [fn-16] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Delete the 5 deprecated skill directories and their command files entirely. They were thin redirects to flow-code-run — no longer needed. Co-Authored-By: Claude Opus 4.6 (1M context) --- commands/flow-code/epic-review.md | 13 ------------- commands/flow-code/impl-review.md | 13 ------------- commands/flow-code/plan-review.md | 13 ------------- commands/flow-code/plan.md | 13 ------------- commands/flow-code/work.md | 13 ------------- skills/flow-code-epic-review/SKILL.md | 8 -------- skills/flow-code-impl-review/SKILL.md | 8 -------- skills/flow-code-plan-review/SKILL.md | 8 -------- skills/flow-code-plan/SKILL.md | 8 -------- skills/flow-code-work/SKILL.md | 8 -------- 10 files changed, 105 deletions(-) delete mode 100644 commands/flow-code/epic-review.md delete mode 100644 commands/flow-code/impl-review.md delete mode 100644 commands/flow-code/plan-review.md delete mode 100644 commands/flow-code/plan.md delete mode 100644 commands/flow-code/work.md delete mode 100644 skills/flow-code-epic-review/SKILL.md delete mode 100644 skills/flow-code-impl-review/SKILL.md delete mode 100644 skills/flow-code-plan-review/SKILL.md delete mode 100644 skills/flow-code-plan/SKILL.md delete mode 100644 skills/flow-code-work/SKILL.md diff --git a/commands/flow-code/epic-review.md b/commands/flow-code/epic-review.md deleted file mode 100644 index c8f7d513..00000000 --- a/commands/flow-code/epic-review.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: flow-code:epic-review -description: Epic completion review - verify implementation matches spec -argument-hint: " [--review=rp|codex|none]" ---- - -# IMPORTANT: This command MUST invoke the skill flow-code-run - -The ONLY purpose of this command is to call the flow-code-run skill. You MUST use that skill now. - -**User request:** $ARGUMENTS - -Pass the user request to the skill. The skill handles all pipeline logic. diff --git a/commands/flow-code/impl-review.md b/commands/flow-code/impl-review.md deleted file mode 100644 index 45674ecb..00000000 --- a/commands/flow-code/impl-review.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: flow-code:impl-review -description: John Carmack-level implementation review via RepoPrompt or Codex -argument-hint: "[--review=rp|codex|export] [focus areas]" ---- - -# IMPORTANT: This command MUST invoke the skill flow-code-run - -The ONLY purpose of this command is to call the flow-code-run skill. You MUST use that skill now. - -**User request:** $ARGUMENTS - -Pass the user request to the skill. The skill handles all pipeline logic. diff --git a/commands/flow-code/plan-review.md b/commands/flow-code/plan-review.md deleted file mode 100644 index 21bcdcc8..00000000 --- a/commands/flow-code/plan-review.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: flow-code:plan-review -description: Carmack-level plan review via RepoPrompt or Codex -argument-hint: " [--review=rp|codex|export] [focus areas]" ---- - -# IMPORTANT: This command MUST invoke the skill flow-code-run - -The ONLY purpose of this command is to call the flow-code-run skill. You MUST use that skill now. - -**User request:** $ARGUMENTS - -Pass the user request to the skill. The skill handles all pipeline logic. diff --git a/commands/flow-code/plan.md b/commands/flow-code/plan.md deleted file mode 100644 index 08d32a47..00000000 --- a/commands/flow-code/plan.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: flow-code:plan -description: Draft a structured build plan from a short request -argument-hint: " [--plan-only]" ---- - -# IMPORTANT: This command MUST invoke the skill flow-code-run - -The ONLY purpose of this command is to call the flow-code-run skill. You MUST use that skill now. - -**User request:** $ARGUMENTS - -Pass the user request to the skill. The skill handles all pipeline logic. diff --git a/commands/flow-code/work.md b/commands/flow-code/work.md deleted file mode 100644 index 4ecd4855..00000000 --- a/commands/flow-code/work.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: flow-code:work -description: Execute a plan end-to-end with checks -argument-hint: " [--tdd] [--interactive]" ---- - -# IMPORTANT: This command MUST invoke the skill flow-code-run - -The ONLY purpose of this command is to call the flow-code-run skill. You MUST use that skill now. - -**User request:** $ARGUMENTS - -Pass the user request to the skill. The skill handles all pipeline logic. diff --git a/skills/flow-code-epic-review/SKILL.md b/skills/flow-code-epic-review/SKILL.md deleted file mode 100644 index ec29cc7e..00000000 --- a/skills/flow-code-epic-review/SKILL.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: flow-code-epic-review -description: Deprecated. Use /flow-code:run instead. -deprecated: true ---- -**This skill is deprecated.** Use `/flow-code:run` instead, which manages the full pipeline via `flowctl phase next/done`. - -If invoked directly, this skill will redirect to flow-code-run with appropriate arguments. diff --git a/skills/flow-code-impl-review/SKILL.md b/skills/flow-code-impl-review/SKILL.md deleted file mode 100644 index c24b68bb..00000000 --- a/skills/flow-code-impl-review/SKILL.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: flow-code-impl-review -description: Deprecated. Use /flow-code:run instead. -deprecated: true ---- -**This skill is deprecated.** Use `/flow-code:run` instead, which manages the full pipeline via `flowctl phase next/done`. - -If invoked directly, this skill will redirect to flow-code-run with appropriate arguments. diff --git a/skills/flow-code-plan-review/SKILL.md b/skills/flow-code-plan-review/SKILL.md deleted file mode 100644 index 32d2e9a0..00000000 --- a/skills/flow-code-plan-review/SKILL.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: flow-code-plan-review -description: Deprecated. Use /flow-code:run instead. -deprecated: true ---- -**This skill is deprecated.** Use `/flow-code:run` instead, which manages the full pipeline via `flowctl phase next/done`. - -If invoked directly, this skill will redirect to flow-code-run with appropriate arguments. diff --git a/skills/flow-code-plan/SKILL.md b/skills/flow-code-plan/SKILL.md deleted file mode 100644 index 9e35c6cc..00000000 --- a/skills/flow-code-plan/SKILL.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: flow-code-plan -description: Deprecated. Use /flow-code:run instead. -deprecated: true ---- -**This skill is deprecated.** Use `/flow-code:run` instead, which manages the full pipeline via `flowctl phase next/done`. - -If invoked directly, this skill will redirect to flow-code-run with appropriate arguments. diff --git a/skills/flow-code-work/SKILL.md b/skills/flow-code-work/SKILL.md deleted file mode 100644 index cedb80b2..00000000 --- a/skills/flow-code-work/SKILL.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: flow-code-work -description: Deprecated. Use /flow-code:run instead. -deprecated: true ---- -**This skill is deprecated.** Use `/flow-code:run` instead, which manages the full pipeline via `flowctl phase next/done`. - -If invoked directly, this skill will redirect to flow-code-run with appropriate arguments.