From ca97ca480f6ea1645cb41bdb5c47a2f09d6f0e5c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 26 Mar 2026 09:23:05 -0400 Subject: [PATCH] fucking clanker --- AI/commands/srid-plan.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AI/commands/srid-plan.md b/AI/commands/srid-plan.md index 32209ce..e1786fa 100644 --- a/AI/commands/srid-plan.md +++ b/AI/commands/srid-plan.md @@ -75,8 +75,9 @@ Respond to the user's prompt using Plan mode, grounded in thorough research rath ### 9. **Execute on Approval** - - Once the user approves the plan, execute it using the `/srid-do` command. - - Pass the plan context as the prompt so `/srid-do` has full understanding of what to implement. + - Once the user approves the plan, you MUST invoke the `srid-do` skill via the `Skill` tool. **Do not implement manually** — the `/srid-do` workflow handles branching, draft PR, CI loop, elegance pass, and PR updates. + - Pass the full plan context as the args so `/srid-do` has complete understanding of what to implement. + - **Never skip the skill invocation.** If you start coding without calling the Skill tool for `srid-do`, you are doing it wrong. ## Principles