Files
quantlab-agent/.agent/get-shit-done/templates/copilot-instructions.md
Variet 5895627f21 chore: quantlab-agent 프로젝트 초기 설정
agent_guide 템플릿 기반으로 프로젝트 구조 설정.
Gitea(quantlab-agent), Vikunja(project #15) 연동 완료.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 09:54:19 +09:00

644 B

Instructions for GSD

  • Use the get-shit-done skill when the user asks for GSD or uses a gsd-* command.
  • Treat /gsd-... or gsd-... as command invocations and load the matching file from .github/skills/gsd-*.
  • When a command says to spawn a subagent, prefer a matching custom agent from .github/agents.
  • Do not apply GSD workflows unless the user explicitly asks for them.
  • After completing any gsd-* command (or any deliverable it triggers: feature, bug fix, tests, docs, etc.), ALWAYS: (1) offer the user the next step by prompting via ask_user; repeat this feedback loop until the user explicitly indicates they are done.