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,17 @@
description = "Inspect docs/PRD.md and design or update a document harness phase."
prompt = """
Use the document-harness Skill.
Read the project context and determine whether docs/PRD.md is complete enough to start document work. If it is materially incomplete, explain the missing fields and stop. If it is complete enough, create or update an appropriate phase under phases/ using the template in .agents/skills/document-harness/references/phase-templates.md.
Additional user instructions:
{{args}}
Required context:
@{GEMINI.md}
@{docs/PRD.md}
@{docs/ARCHITECTURE.md}
@{docs/ADR.md}
@{docs/UI_GUIDE.md}
"""