19 lines
572 B
TOML
19 lines
572 B
TOML
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}
|
|
"""
|