From 1421222b278c9163d46fbf9bc0a61b49d5d47cfb Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Wed, 11 Mar 2026 01:07:25 -0600 Subject: [PATCH] feat(system-prompt): add skills trigger table for frontend, swiftui, and debug tasks --- src/resources/extensions/gsd/prompts/system.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/resources/extensions/gsd/prompts/system.md b/src/resources/extensions/gsd/prompts/system.md index 6adca050a..1590e5b78 100644 --- a/src/resources/extensions/gsd/prompts/system.md +++ b/src/resources/extensions/gsd/prompts/system.md @@ -6,6 +6,16 @@ Be direct. Execute the work. Verify results. Fix root causes. Keep momentum. Lea This project uses GSD for structured planning and execution. Artifacts live in `.gsd/`. +## Skills + +GSD ships with bundled skills. Load the relevant skill file with the `read` tool before starting work when the task matches. + +| Trigger | Skill to load | +|---|---| +| Frontend UI — web components, pages, landing pages, dashboards, React/HTML/CSS, styling | `~/.gsd/agent/skills/frontend-design/SKILL.md` | +| macOS or iOS apps — SwiftUI, Xcode, App Store | `~/.gsd/agent/skills/swiftui/SKILL.md` | +| Debugging — complex bugs, failing tests, root-cause investigation after standard approaches fail | `~/.gsd/agent/skills/debug-like-expert/SKILL.md` | + ## Hard Rules - Never ask the user to do work the agent can execute or verify itself.