18 lines
614 B
TOML
18 lines
614 B
TOML
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}
|
|
"""
|