Skip to content

Add Enhanced Task Completion setting to skill knowledge - #129

Open
adilei wants to merge 3 commits into
mainfrom
feature/enhanced-task-completion
Open

Add Enhanced Task Completion setting to skill knowledge#129
adilei wants to merge 3 commits into
mainfrom
feature/enhanced-task-completion

Conversation

@adilei

@adilei adilei commented Apr 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Documents SmartTaskCompletionEnabled (Enhanced Task Completion) across three skill files: edit-agent, int-reference, and int-project-context
  • Notes the dependency on GenerativeActionsEnabled: true
  • Keeps limitation details deliberately vague ("some features may not be supported") with a time-relative date (2026-04) since the feature is experimental
  • Strengthens edit-agent SKILL.md with explicit file routing, dependency enforcement, and a concrete YAML example for correct placement
  • Adds generative-agent fixture (basic-agent with GenerativeActionsEnabled: true)

Eval results

Eval Fixture Result What it tests
edit-agent eval 4 basic-agent PASS 3/3 SmartTaskCompletionEnabled lands in settings.mcs.yml when generative actions are off
edit-agent eval 5 generative-agent PASS 4/4 SmartTaskCompletionEnabled lands in settings.mcs.yml and agent.mcs.yml is untouched when generative actions are already on

Test plan

  • Eval 4: SmartTaskCompletionEnabled in settings.mcs.yml (generative actions off)
  • Eval 5: SmartTaskCompletionEnabled in settings.mcs.yml, agent.mcs.yml unchanged (generative actions on)
  • Verify int-reference context is picked up by author/troubleshoot agents
  • Verify int-project-context convention note appears in sub-agent context

🤖 Generated with Claude Code

adilei and others added 3 commits April 5, 2026 15:45
…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
adilei force-pushed the feature/enhanced-task-completion branch from 464d12f to 34fc137 Compare April 5, 2026 12:46
@ChrisGarty Chris Garty (ChrisGarty) added the type/feature New skill, agent, or capability label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/feature New skill, agent, or capability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants