From 7b329fd856b4a6502f33a5219f0b815dcc967504 Mon Sep 17 00:00:00 2001 From: Baptiste Fernandez Date: Thu, 2 Apr 2026 19:15:04 +0100 Subject: [PATCH] improve implementation skill description - expand description with concrete actions + trigger terms - add "use when" clause for agent selection --- skills/implementation/SKILL.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skills/implementation/SKILL.md b/skills/implementation/SKILL.md index de41342..85ac327 100644 --- a/skills/implementation/SKILL.md +++ b/skills/implementation/SKILL.md @@ -1,11 +1,15 @@ --- name: implementation -description: Execute implementation tasks with different approaches (single, dual-agent, plan-based). +description: > + Implement features, fix bugs, refactor code, and complete coding tasks across a codebase within a samocode session. + Handles complex multi-file changes by spawning parallel sub-agents that propose competing solutions (minimal vs clean), + then compares and applies the best approach. Use when the user asks to implement, build, code, fix, refactor, + or complete a development task from a session plan. --- # Implementation -Executes implementation tasks using different approaches: direct execution, dual-agent comparison, or plan-based execution. +Implements features, fixes bugs, refactors code, and completes coding tasks within a samocode session. For non-trivial changes, spawns two parallel sub-agents with different philosophies (minimal footprint vs clean foundation), compares their proposals, and applies the chosen solution. ## Requirements