diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 807632c..611d96a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "context-engineering-kit", - "version": "2.2.1", + "version": "2.2.2", "description": "Hand-crafted collection of advanced context engineering techniques and patterns with minimal token footprint focused on improving agent result quality.", "owner": { "name": "NeoLabHQ", @@ -55,7 +55,7 @@ { "name": "sadd", "description": "Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.", - "version": "1.3.1", + "version": "1.3.2", "author": { "name": "Vlad Goncharov", "email": "vlad.goncharov@neolab.finance" diff --git a/plugins/sadd/.claude-plugin/plugin.json b/plugins/sadd/.claude-plugin/plugin.json index e7fb13c..0e05a1b 100644 --- a/plugins/sadd/.claude-plugin/plugin.json +++ b/plugins/sadd/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "sadd", - "version": "1.3.1", + "version": "1.3.2", "description": "Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.", "author": { "name": "Vlad Goncharov", diff --git a/plugins/sadd/skills/do-in-parallel/SKILL.md b/plugins/sadd/skills/do-in-parallel/SKILL.md index 129cb1a..5c6316a 100644 --- a/plugins/sadd/skills/do-in-parallel/SKILL.md +++ b/plugins/sadd/skills/do-in-parallel/SKILL.md @@ -202,10 +202,11 @@ Generate an evaluation specification yaml for the following task applied to a sp CLAUDE_PLUGIN_ROOT=`${CLAUDE_PLUGIN_ROOT}` +## User Prompt as Context +{Original user prompt} -## Task from User Prompt -{Specific target for this meta-judge: file path, component name, etc. extracted from User Prompt} - +## Target +{Specific target for this meta-judge: task description,file path, component name, etc. extracted from User Prompt} ## Context {Any relevant codebase context, file paths, constraints} @@ -214,6 +215,7 @@ CLAUDE_PLUGIN_ROOT=`${CLAUDE_PLUGIN_ROOT}` {code | documentation | configuration | etc.} ## Instructions +User prompt is provided as context, you should use it only as reference of changes that can occur in the project by other agents. Generate evaluation specification ONLY on the for the your specific target, generated from User Prompt. Your report will be used to verify only this particular task, not the all tasks in the user prompt. Return only the final evaluation specification YAML in your response. ``` @@ -479,7 +481,7 @@ CLAUDE_PLUGIN_ROOT=`${CLAUDE_PLUGIN_ROOT}` {Paths to files modified} ## Instructions - +User prompt is provided as context, you should use it only as reference of changes that can occur in the project by other agents. Evaluate ONLY on the task from User Prompt. Your job to verify only this particular of the target, not the all tasks in the user prompt. Follow your full judge process as defined in your agent instructions! ## Output