返回 Skill 列表
extension
分类: 开发与工程无需 API Key

implementation-runner

在链中执行实现,并在analysisContext中记录完成状态和更改的文件。在实现过程中使用。

person作者: jakexiaohubgithub

Implementation Runner

Inputs

  • analysisContext.request.userMessage
  • analysisContext.decisions.skillChain
  • analysisContext.repo.openFiles
  • analysisContext.artifacts.contextDocPath (if present)

Procedure

  1. Check requirements and context.
  2. Define change scope and implement.
  3. Record changed files and key change summary.
  4. Update implementation completion in analysisContext.

Output (patch)

signals.implementationComplete: true
repo.changedFiles:
  - src/...
notes:
  - "implementation: complete, changed_files=3"

Rules

  • Do not call other skills/subagents.
  • If failed or deferred, record the reason in notes.