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