Add Enhanced Task Completion setting to skill knowledge - #129
Open
adilei wants to merge 3 commits into
Open
Conversation
…owledge Document the experimental Enhanced Task Completion setting across edit-agent, int-reference, and int-project-context skills with time-relative notes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…idance - Add generative-agent fixture (basic-agent with GenerativeActionsEnabled: true) - Add eval #4: enable SmartTaskCompletionEnabled with generative actions off - Add eval #5: enable SmartTaskCompletionEnabled with generative actions on, verify agent.mcs.yml is untouched - Strengthen edit-agent SKILL.md: explicit file routing for SmartTaskCompletionEnabled, dependency enforcement, and concrete YAML example showing correct placement Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Key finding: skills tested in isolation (direct invocation) fail to resolve UI names to YAML keys. When routed through the Author agent with int-reference preloaded, file placement is correct but key name resolution for SmartTaskCompletionEnabled remains unreliable. - Add UI-to-YAML name mapping callout in edit-agent SKILL.md - Add eval 6: generative orchestration with natural prompt (passes) - Evals 4-5: Enhanced Task Completion with natural prompts (key name not yet reliably resolved — known limitation) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
adilei
force-pushed
the
feature/enhanced-task-completion
branch
from
April 5, 2026 12:46
464d12f to
34fc137
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SmartTaskCompletionEnabled(Enhanced Task Completion) across three skill files:edit-agent,int-reference, andint-project-contextGenerativeActionsEnabled: trueedit-agentSKILL.md with explicit file routing, dependency enforcement, and a concrete YAML example for correct placementgenerative-agentfixture (basic-agent withGenerativeActionsEnabled: true)Eval results
SmartTaskCompletionEnabledlands insettings.mcs.ymlwhen generative actions are offSmartTaskCompletionEnabledlands insettings.mcs.ymlandagent.mcs.ymlis untouched when generative actions are already onTest plan
int-referencecontext is picked up by author/troubleshoot agentsint-project-contextconvention note appears in sub-agent context🤖 Generated with Claude Code