Skip to content

Commit 5cd0587

Browse files
jwaldripclaude
andcommitted
feat(plugin): allow agent invocation of elaborate, resume, and refine skills
Remove disable-model-invocation from elaborate, resume, and refine so the agent can invoke these skills when signaled. Construct remains user-only (heavyweight autonomous loop). Setup and reset remain user-only (config and destructive operations). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8573863 commit 5cd0587

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

plugin/skills/elaborate/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
description: Start AI-DLC mob elaboration to collaboratively define intent, success criteria, and decompose into units. Use when starting a new feature, project, or complex task.
3-
disable-model-invocation: true
43
allowed-tools:
54
- Read
65
- Write

plugin/skills/refine/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
description: Refine intent or unit specs mid-construction without losing progress
3-
disable-model-invocation: true
43
argument-hint: "[unit-slug]"
54
---
65

plugin/skills/resume/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
description: Resume work on an existing AI-DLC intent when ephemeral state is lost
3-
disable-model-invocation: true
43
argument-hint: "[intent-slug]"
54
---
65

0 commit comments

Comments
 (0)