Create Notes.prompt
---
id: "01"
phase: 1
name: "Create repo notes"
targets:
- "alpha"
- "beta"
commit: "docs: add repo notes"
verify:
files_exist:
- repo: "alpha"
path: "NOTES.md"
- repo: "beta"
path: "NOTES.md"
contains:
- repo: "alpha"
path: "NOTES.md"
text: "alpha ok"
- repo: "beta"
path: "NOTES.md"
text: "beta ok"
changed_paths_only:
- repo: "alpha"
path: "NOTES.md"
- repo: "beta"
path: "NOTES.md"
---
# Create repo notes
## Mission
You are running in the `alpha` repository. The sibling `beta` repository is
available at `../beta`.
Do the following:
1. In the current repo, create or update `NOTES.md` with exactly one line:
`alpha ok`
2. In the sibling repo, create or update `../beta/NOTES.md` with exactly one
line: `beta ok`
Do not modify any other files. Do not run tests. Respond with exactly `ok`.when to use it
Community prompt sourced from the open-source GitHub repo nshkrdotcom/prompt_runner_sdk (MIT). A "Create Notes.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
nshkrdotcom/prompt_runner_sdk · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions