Skip to content

Commit abff8bb

Browse files
nhortonclaude
andcommitted
fix: restore reference to example review prompt files
The previous consolidation commit (1994f94) removed the duplicated rule-YAML blocks but also removed the pointers to plugins/claude/example_reviews/*.md, which contain the full detailed prompts that the inline YAML condenses. Those pointers are legitimately useful — they tell an agent writing condensed inline versions where to read for tone, intent, and checklist context. Restored as a "Reference material" section that clearly resolves the original inline-vs-file-based contradiction: always emit the inline form (target projects don't have the example files), and use the example files only as reference when deciding what the condensed inline text should say. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 16d38b3 commit abff8bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • src/deepwork/standard_jobs/deepwork_reviews

src/deepwork/standard_jobs/deepwork_reviews/job.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ workflows:
4949
5050
Ensure the project's top-level `.deepreview` file contains the two built-in DeepWork review rules: `suggest_new_reviews` and `prompt_best_practices`. These are general-purpose rules that benefit any project using DeepWork Reviews.
5151
52+
## Reference material
53+
54+
The DeepWork plugin ships full, detailed versions of these two review prompts at:
55+
- `plugins/claude/example_reviews/prompt_best_practices.md`
56+
- `plugins/claude/example_reviews/suggest_new_reviews.md`
57+
58+
Read these for context on each review's intent, checklist, and tone. The inline YAML rules in steps 2 and 3 below are condensed versions suitable for emitting into the target project's `.deepreview` file — always emit the inline form (not `instructions: { file: ... }`), since target projects don't have the example files. Use the example files only as reference when deciding what the condensed inline text should say.
59+
5260
## Task
5361
5462
### 1. Check the existing `.deepreview` file

0 commit comments

Comments
 (0)