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.