modify gemini template
This commit is contained in:
@@ -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}
|
||||
"""
|
||||
@@ -0,0 +1,18 @@
|
||||
description = "Create final documents under final/ after draft feedback."
|
||||
|
||||
prompt = """
|
||||
Use the document-harness Skill. Read docs/DraftFeedback.md and create final deliverables under final/.
|
||||
|
||||
If docs/DraftFeedback.md contains no actionable feedback or approval, mark the relevant phase step blocked instead of creating final documents. Do not overwrite drafts/. Preserve feedback files.
|
||||
|
||||
Additional user instructions:
|
||||
{{args}}
|
||||
|
||||
Required context:
|
||||
@{GEMINI.md}
|
||||
@{docs/PRD.md}
|
||||
@{docs/ResearchNote.md}
|
||||
@{docs/DraftFeedback.md}
|
||||
@{docs/FinalFeedback.md}
|
||||
@{docs/UI_GUIDE.md}
|
||||
"""
|
||||
@@ -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}
|
||||
"""
|
||||
@@ -0,0 +1,18 @@
|
||||
description = "Research PRD keywords and update docs/ResearchNote.md."
|
||||
|
||||
prompt = """
|
||||
Use the document-harness Skill. Research the topics required by docs/PRD.md and update docs/ResearchNote.md.
|
||||
|
||||
Prefer official, academic, government, institutional, or other primary sources. Record search date, search terms, source URLs, source quality notes, core findings, conflicts, unresolved questions, and intended document usage.
|
||||
|
||||
Use @doc-researcher when the task benefits from a focused research subagent.
|
||||
|
||||
Additional user instructions:
|
||||
{{args}}
|
||||
|
||||
Required context:
|
||||
@{GEMINI.md}
|
||||
@{docs/PRD.md}
|
||||
@{docs/ResearchNote.md}
|
||||
@{docs/UI_GUIDE.md}
|
||||
"""
|
||||
@@ -0,0 +1,18 @@
|
||||
description = "Review harness documents for PRD alignment, evidence, structure, and feedback coverage."
|
||||
|
||||
prompt = """
|
||||
Use the document-review Skill. Review the current Markdown document harness outputs.
|
||||
|
||||
Lead with findings. Check PRD alignment, source traceability, heading structure, feedback preservation, draft/final separation, style quality, and validation readiness. Use @doc-reviewer or @evidence-checker if a focused subagent would improve the review.
|
||||
|
||||
Review target or extra instructions:
|
||||
{{args}}
|
||||
|
||||
Required context:
|
||||
@{GEMINI.md}
|
||||
@{docs/PRD.md}
|
||||
@{docs/ResearchNote.md}
|
||||
@{docs/DraftFeedback.md}
|
||||
@{docs/FinalFeedback.md}
|
||||
@{docs/UI_GUIDE.md}
|
||||
"""
|
||||
@@ -0,0 +1,18 @@
|
||||
description = "Summarize the current harness state and next required action."
|
||||
|
||||
prompt = """
|
||||
Summarize the current Gemini CLI Markdown Document Harness state and identify the next required action.
|
||||
|
||||
Check PRD completeness, ResearchNote status, draft/final outputs, feedback files, and phase status files if present. Do not modify files unless explicitly requested.
|
||||
|
||||
Additional user instructions:
|
||||
{{args}}
|
||||
|
||||
Required context:
|
||||
@{GEMINI.md}
|
||||
@{docs/PRD.md}
|
||||
@{docs/ResearchNote.md}
|
||||
@{docs/DraftFeedback.md}
|
||||
@{docs/FinalFeedback.md}
|
||||
@{docs/ARCHITECTURE.md}
|
||||
"""
|
||||
Reference in New Issue
Block a user