Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

correct-course正确的路线

Agent Skill

correct-course 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

188

周安装

8

GitHub Stars

1

下载量

66
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:correct-course(正确的路线)
来源仓库:https://github.com/chrislacey89/skills
仓库路径:skills/correct-course
安装命令:
npx skills add https://github.com/chrislacey89/skills --skill correct-course
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/chrislacey89/skills --skill correct-course

简介

correct-course 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它在信息变更或假设失效时启动,诊断影响范围并定位首个需重跑的技能节点。
  • 引导清理过期制品后恢复流水线推进,是 Pipeline Recovery 规则的入口技能。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Correct Course

Run this skill when something has changed — new information, a failed assumption, a reshaped scope — and the current pipeline artifact can no longer be trusted. /correct-course diagnoses the blast radius, names the earliest skill that needs to re-run, and walks you through cleaning up stale artifacts before forward motion resumes.

This is the named, invocable form of the Pipeline Recovery rules in references/SYSTEM-OVERVIEW.md (bundled alongside this skill). Those rules still apply — this skill just gives them a front door.

One question per turn. Throughout this skill, ask one question at a time and wait for the user's answer before asking the next. Backtracking is a conversation, not a form. Prefer single-select. Use single-select multiple choice when the user is choosing one direction, one priority, or one next step. Use multi-select rarely. Reserve it for compatible sets — goals, constraints, non-goals, success criteria — that can all coexist. If prioritization matters, follow up asking which selected item is primary. Use the platform's question tool when available. In Claude Code, use AskUserQuestion; in Codex, request_user_input; in Gemini, ask_user. Otherwise, present numbered options in chat and wait for the user's reply before proceeding.

Invocation Position

This is a side-route skill that reconnects to the main pipeline at whichever earlier skill the diagnosis points to.

Use /correct-course when any of the following is true:

  • /research surfaced version changes or constraints that invalidate the /shape closing summary
  • /write-a-prd reveals the problem was misframed during shaping
  • /prd-to-issues reveals that the total work materially exceeds the stated appetite
  • /execute hits an error whose root cause is that the archived research or the PRD is wrong
  • /pre-merge Dimension 4 surfaces a spec-reality mismatch — the code reflects external reality but the declared spec has rotted (non-existent package, renamed public API, version skew past what the research snapshot pinned)
  • /pre-merge surfaces an architectural concern that warrants rework, not advisory findings
  • A GitHub issue has gone stale because the work it described has been reshaped or superseded

Do not use it for:

  • Forward progress that is still on track (use the normal pipeline)
  • Bugs that just need triage (use /qa)
  • Refactor opportunities unrelated to stale artifacts (use /request-refactor-plan)
  • Fresh shaping when no prior artifact exists (use /shape)

Process

1. Capture the trigger

Ask one question: "What changed that made the current artifact untrustworthy?"

Let the user describe it in their own words. Do not ask follow-up questions yet. You are trying to understand the class of invalidation, not the full history:

  • New information — a version check, a benchmark, a stakeholder comment, a failed demo
  • Failed assumption — something the /shape summary marked Likely or Uncertain turned out to be wrong
  • Reshaped scope — the appetite, no-gos, or must-haves need to change
  • Wrong problem framing — the user realized they were solving the visible symptom, not the underlying problem
  • External force — a dependency was deprecated, a pricing tier changed, a partner API was removed

Write down the class you think this is, in one sentence. You will use it in Step 2.

2. Diagnose the blast radius

Based on the trigger, determine the earliest skill whose output is now untrustworthy. The rule of thumb:

TriggerEarliest affected skill
/shape assumption is wrong/shape
Version or API reality diverges from the archived research/research
Problem was misframed — solving symptom, not cause/shape
Appetite or no-gos need to change/write-a-prd
Solution direction is wrong but the problem and appetite still hold/write-a-prd
Slice decomposition reveals work exceeds appetite/write-a-prd (reshape), not /prd-to-issues (re-decompose)
Boundary map contract was wrong, slices are still valid/prd-to-issues
Slice is correct but execution approach hit a wall/execute (not a backtrack — try a different approach)
Architectural concern from /pre-merge warrants rework/execute, possibly /request-refactor-plan first

Explore to confirm. Read the PRD issue, any slice issues, the research archive entry for this feature, and the relevant parts of docs/solutions/. The goal is to be specific: not "shaping is stale" but "the Ably-vs-Pusher decision in the research is wrong because Ably raised its free-tier limits and Pusher dropped theirs."

State the diagnosis to the user in one or two sentences and ask one question: "Does that match what changed?" If no, refine. If yes, proceed.

3. List stale artifacts

Now list every durable artifact that needs to be dealt with before forward progress can resume. Be specific — name the exact issue number, the exact file path. Common stale artifacts:

  • Research archive entry (~/.claude/research/<repo-slug>/<feature-slug>-<date>.md) — if the earliest affected skill is /shape, leave the archive entry in place; it is point-in-time history and cannot mislead downstream skills that no longer reference it. If the earliest affected skill is /research, run /research again to produce a new dated entry superseding the old one; the prior snapshot remains in the archive as context. Archive entries are not deleted during backtracking — they live outside the repo and cost nothing to keep.
  • PRD GitHub issue — update in place if the problem and appetite still hold; comment and close if the entire PRD is being reshaped
  • Slice GitHub issues — comment on each and close as superseded if the PRD is being reshaped; comment and leave open only if the specific slice is still valid
  • Planning or container milestone — usually leave open; the milestone's feature issues or slice issues are the real artifacts
  • docs/solutions/ entries — flag as stale if this situation reveals the documented lesson is wrong, but do not delete without the user's confirmation
  • Open PR — close with a comment explaining the backtrack if the PR is built on the stale artifact; leave open if the code is still correct but the framing is wrong
  • Active feature branch — usually preserve; the branch is just code history, not a durable planning artifact

For each artifact, name it, name what should happen to it (delete, update in place, close with comment), and note the one-line reason. Present the full list to the user as a numbered plan.

4. Walk the cleanup

Walk the cleanup one artifact at a time. For each:

  1. State what you are about to do and why.
  2. Ask the user to confirm (one question: "Proceed with this one?").
  3. Do the action. Use gh issue close, gh issue comment, or direct file deletion as appropriate.
  4. Move to the next.

Do not batch the cleanup into a single confirmation. Each artifact is a small, reversible decision, and batching increases the chance that a subtle mistake slips through. The cost of confirming each is small; the cost of closing the wrong issue is real.

If the user hesitates on any artifact, skip it and flag it as "needs review" in the final summary. Do not press.

5. Hand off

After the cleanup is complete, state explicitly:

  • Which skill the user should run next (the earliest affected skill from Step 2)
  • What context to bring into that skill (the trigger, the diagnosis, any artifacts preserved for reference)
  • Whether the re-run should be scoped to a specific piece (most backtracks are scoped — "re-research the real-time provider decision" — not full re-runs)

Suggest starting the next skill in a fresh session if the conversation has been long. The closing summary is the compressed handoff.

What This Skill is NOT

  • Not a bug triage tool. If the trigger is a failing test or a runtime error, use /qa first to diagnose whether it is a bug or a stale-artifact problem (/qa's per-issue depth check delegates to /triage-issue when root cause is needed).
  • Not a refactor planner. If the trigger is architectural pain with no stale upstream artifact, use /improve-codebase-architecture or /request-refactor-plan.
  • Not a full re-run. A good correction scopes the re-run to what changed, not to everything. "We shaped X, but Y was wrong, so we are re-researching Z" is the target.
  • Not a replacement for the Pipeline Recovery reference. The Pipeline Recovery section of references/SYSTEM-OVERVIEW.md is still the canonical description of what backtracking means in Skill Kit — this skill makes that reference invocable. For deeper reading, the repo original is at https://github.com/chrislacey89/skills/blob/main/SYSTEM-OVERVIEW.md.

Handoff

  • Expected input: a trigger that invalidated an upstream artifact, plus enough context to diagnose the blast radius
  • Produces: a cleaned-up repo state with stale artifacts deleted, updated, or closed, and a named re-entry point into the main pipeline
  • Re-enters the main pipeline at: /shape, /research, /write-a-prd, /prd-to-issues, or /execute depending on the diagnosis
  • What comes next: the user runs the recommended earlier skill, scoped to the change, in a fresh session if the correction was large

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.28%
按下载量换算24

Claude

27.96%
按下载量换算18

Cursor

17.31%
按下载量换算11

Gemini CLI

9.04%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills