name: implementation-runner description: Performs implementation in the chain and records completion state and changed files in analysisContext. Use during implementation.
Implementation Runner
Inputs
-
analysisContext.request.userMessage -
analysisContext.decisions.skillChain -
analysisContext.repo.openFiles -
analysisContext.artifacts.contextDocPath(if present)
Procedure
- Check requirements and context.
- Define change scope and implement.
- Record changed files and key change summary.
- 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.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
5 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!