feat(system-prompt): add skills trigger table for frontend, swiftui, and debug tasks
This commit is contained in:
parent
721e1b9bb2
commit
1421222b27
1 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue