modify gemini template

This commit is contained in:
NINI
2026-04-28 01:51:20 +09:00
parent 949e0ab13c
commit 38291723f0
32 changed files with 523 additions and 320 deletions
@@ -0,0 +1,19 @@
description = "Create review drafts under drafts/ from PRD and ResearchNote."
prompt = """
Use the document-harness Skill. Create all PRD deliverables under drafts/.
Drafts must stay inside PRD scope, answer the key questions, use the requested tone, and connect external factual claims to docs/ResearchNote.md. Mark weak or missing evidence instead of inventing support.
Use @doc-drafter when a focused drafting subagent is useful.
Additional user instructions:
{{args}}
Required context:
@{GEMINI.md}
@{docs/PRD.md}
@{docs/ResearchNote.md}
@{docs/DraftFeedback.md}
@{docs/UI_GUIDE.md}
"""