feat(system-prompt): add skills trigger table for frontend, swiftui, and debug tasks

This commit is contained in:
Lex Christopherson 2026-03-11 01:07:25 -06:00
parent 721e1b9bb2
commit 1421222b27

View file

@ -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.