diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-15 16:56:39 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-15 16:56:39 -0500 |
| commit | c1d4e3c4a42abd01bc7ef83b1d6ae036ee32ef1d (patch) | |
| tree | 3e6dcc682cbf2311409e7f71d83a7d4088392068 /claude-templates/.ai/retrospectives | |
| parent | 2b471da4bab014a2e096f63edc7aac235fc40fdd (diff) | |
| parent | 69c5e4ace81586c05dea6a9a3afd54dafa61a73b (diff) | |
| download | rulesets-c1d4e3c4a42abd01bc7ef83b1d6ae036ee32ef1d.tar.gz rulesets-c1d4e3c4a42abd01bc7ef83b1d6ae036ee32ef1d.zip | |
Merge commit '69c5e4ace81586c05dea6a9a3afd54dafa61a73b' as 'claude-templates'
Diffstat (limited to 'claude-templates/.ai/retrospectives')
| -rw-r--r-- | claude-templates/.ai/retrospectives/PRINCIPLES.org | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/claude-templates/.ai/retrospectives/PRINCIPLES.org b/claude-templates/.ai/retrospectives/PRINCIPLES.org new file mode 100644 index 0000000..f5b81dd --- /dev/null +++ b/claude-templates/.ai/retrospectives/PRINCIPLES.org @@ -0,0 +1,51 @@ +#+TITLE: Working Principles +#+DESCRIPTION: Behavioral lessons learned from retrospectives. Read at session start. + +* How We Work Together + +** Sync Before Action +- Confirm before destructive or irreversible actions +- State what I'm about to do and wait for go-ahead +- "Wait, wait, wait" is valid and important feedback +- Don't assume the next step - ask or confirm + +** Verify Assumptions +- When something "should work" but doesn't, question the assumption +- Test one variable at a time to isolate causes +- Don't stack fixes - apply one, test, then apply next + +** Clean Up After Yourself +- Reset temporary changes before finishing +- Verify system is in expected state before moving on +- Don't leave debug flags, temp files, or test configurations + +** Research Before Guessing +- Check community forums, release notes, known issues +- External sources often have answers +- The obvious fix isn't always the right fix + +** Patience Over Speed +- Taking time to sync improves effectiveness +- Rushing creates mistakes that cost more time +- Working together > working fast + +* Checklists + +** (Add project-specific checklists here) + +* Revision History + +| Date | Change | +|------+--------| +| | | + +* Notes + +This is a template. Copy to your project's .ai/ directory and customize. + +Add principles learned from retrospectives. Keep them: +- Short and actionable +- Focused on behavior, not technical facts +- Easy to remember and apply + +Review at session start, especially after updates. |
