20 lines
596 B
TOML
20 lines
596 B
TOML
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}
|
|
"""
|