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

spec-kit-reconcile规格套件协调

Agent Skill

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

总安装

188

周安装

8

GitHub Stars

2

下载量

66
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ahgraber/skills --skill spec-kit-reconcile

简介

spec-kit-reconcile 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 了解具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 当前归类为研究检索类技能,适用于信息探索与筛选场景。

SKILL.md

Spec Kit Reconcile

Close specification drift by updating existing Spec Kit artifacts in-place.

Invocation Notice

  • Inform the user when this skill is being invoked by name: spec-kit-reconcile.

When to Use

  • You discover specification drift at any stage (specify, clarify, plan, tasks, analyze, or implement) and need artifacts realigned before continuing.
  • Code exists, but behavior still misses expected flows (routing/navigation wiring, integration handoff, validation UX, coverage gaps).
  • spec-kit-analyze found issues that require coordinated edits across spec.md, plan.md, and tasks.md.
  • You need targeted remediation planning without creating a new feature branch.

When Not to Use

  • You need a brand-new feature spec (spec-kit-specify first).
  • You need first-pass design decomposition from an approved spec (spec-kit-plan first).
  • You only need a read-only audit (spec-kit-analyze).
  • You are only executing already-correct tasks (spec-kit-implement).

Router Fit

  • First-class standalone remediation route when the developer identifies drift at any stage.
  • Also serves as the default remediation handoff from spec-kit-analyze and spec-kit-implement.
  • Produces reconciled artifacts and next-step routing based on the updated artifact state.

Critical Constraints

  • Never create a new feature branch and never run feature-creation scripts.
  • Keep edits targeted; preserve artifact structure and heading order.
  • Prefer append-only updates for tasks.md; do not renumber existing tasks.
  • Run at most one clarification round (maximum 5 questions).
  • Keep unresolved NEEDS CLARIFICATION markers to 3 or fewer.

Preconditions

  • Run from repository root (or a subdirectory inside it).
  • Active feature context resolves to one specs/<feature>/ directory.
  • User provides a concrete gap report (symptoms, mismatches, missing wiring, and/or scope hints like plan-only or tasks-only).

Workflow

  1. Validate reconcile input:

- If no gap report is provided, stop with ERROR: No gap report provided. - Parse user scope constraints (for example spec-only, plan-only, tasks-only) and preserve them throughout.

  1. Resolve artifact paths exactly once:

- Run scripts/check-prerequisites.sh --json --paths-only --include-tasks exactly once. - Parse: - REPO_ROOT - BRANCH - FEATURE_DIR - FEATURE_SPEC - IMPL_PLAN - TASKS - Validate required files: - If FEATURE_SPEC is missing, route to spec-kit-specify. - If IMPL_PLAN is missing, route to spec-kit-plan.

  1. Load reconcile context:

- Required: spec.md, plan.md. - Optional (when present): tasks.md, data-model.md, contracts/, research.md, quickstart.md. - Load memory/constitution.md and enforce its MUST-level constraints. - If memory/constitution.md is missing, stop and route to spec-kit-constitution.

  1. Normalize the gap report into actionable items:

- For each gap, capture: - Title - Category - Evidence - Desired Outcome - Severity (HIGH|MEDIUM|LOW) - Preferred categories: - Navigation/Wiring - Integration/Contracts - Validation & UX - Authorization/Permissions - Test Coverage - Non-Functional - Docs

  1. Clarify once when needed:

- Ask questions only when answers change scope, UX behavior, acceptance criteria, or remediation cost. - Ask at most 5 total questions in one round, then proceed. - If an askQuestions-style tool exists in the current runtime, prefer it for this step to collect all multiple-choice answers in one fast interaction. - When using askQuestions, provide 2-5 mutually exclusive options per question, put the recommended option first, and allow a short custom response path. - If no askQuestions tool exists, fall back to the markdown prompt format below. - Use this format for each question:

## Question [N]: [Topic]

**Context**: [Relevant spec/plan/tasks excerpt or summary]
**Decision Needed**: [Single-sentence decision]
**Suggested Answers**:

| Option | Answer | Implications |
|--------|--------|--------------|
| A | [Option A] | [Impact] |
| B | [Option B] | [Impact] |
| C | [Option C] | [Impact] |
| Custom | Provide your own | [How it changes scope] |

**Your choice**: _[Wait for user response]_
  1. Map impact per artifact:

- spec.md: user stories, acceptance criteria, user-visible scenarios, edge behaviors. - plan.md: architecture/modules, routing/navigation, integration contracts, testing strategy. - tasks.md: remediation work with exact file paths and ordering. - Respect scope constraints and explicitly mark skipped artifacts.

  1. Apply targeted edits:

- spec.md: - Update only impacted sections. - Add a concise Revisions note (timestamp + reason). - plan.md: - Update only sections needed for reconciliation. - Keep design-level detail; do not add implementation patch instructions. - tasks.md: - If it exists, append remediation tasks using NextID = max(T###) + 1. - Preserve existing phases; add Remediation: Gaps phase when cross-cutting tasks are needed. - If it does not exist, create a minimal remediation-focused tasks.md from: 1. {REPO_ROOT}/templates/tasks-template.md 2. {REPO_ROOT}/.specify/templates/tasks-template.md 3. fallback: {REPO_ROOT}/skills/spec-kit-tasks/assets/tasks-template.md - For wiring/flow gaps, always include integration test tasks.

  1. Validate outputs:

- No branch changes or feature-creation actions occurred. - Updated artifacts remain structurally valid and internally consistent. - Task formatting stays strict: - [] T### [P?] [US#?] Action with exact file path.

  1. Report reconciliation result:

- Provide a Sync Impact Report with: - changed files (absolute paths) - summary of edits by artifact - new task IDs - skipped artifacts due to scope constraints - outstanding NEEDS CLARIFICATION markers (maximum 3) - confirmation that constitution constraints were respected - Recommend next step based on gates (spec-kit-plan, spec-kit-tasks, or spec-kit-implement).

Output

  • Updated reconciliation artifacts (spec.md, plan.md, and/or tasks.md) in the active feature directory.
  • New remediation tasks ready for execution.
  • Sync Impact Report for traceability.

Key Rules

  • Keep reconciliation incremental and focused on stated gaps.
  • Prefer appending over rewriting existing artifacts.
  • Never reorder existing task IDs.
  • Do not silently expand feature scope beyond the gap report and answered clarifications.

Common Mistakes

  • Running reconcile without a concrete gap report.
  • Rewriting whole artifacts instead of targeted updates.
  • Creating a new feature branch for remediation work.
  • Adding vague remediation tasks without exact file paths or acceptance intent.
  • Ignoring constitution MUST constraints while patching artifacts.

References

  • scripts/check-prerequisites.sh
  • references/spec-kit-workflow.dot
  • https://github.com/github/spec-kit/issues/1063
  • https://github.com/user-attachments/files/23166782/reconcile.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.23%
按下载量换算24

Claude

29.48%
按下载量换算19

Cursor

19.46%
按下载量换算13

Gemini CLI

10.48%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills