aboutsummaryrefslogtreecommitdiff
path: root/.ai/retrospectives
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-06 21:59:52 -0500
committerCraig Jennings <c@cjennings.net>2026-05-06 21:59:52 -0500
commitd81b23ad6b6e437dfe3c338a00a4be39bc555146 (patch)
tree2d4b0d7890fd1fc70d81282b81fed2808c28a106 /.ai/retrospectives
parent201377f57430ef28d02e703a2191434bbee55c75 (diff)
downloadrulesets-d81b23ad6b6e437dfe3c338a00a4be39bc555146.tar.gz
rulesets-d81b23ad6b6e437dfe3c338a00a4be39bc555146.zip
chore(ai): initialize project notes and Claude tooling surfaces
Replace the seed notes.org with project-specific context (layout, install modes, task tracker location, recent inflection point). Bring in the synced template surfaces (protocols, workflows, scripts, references, retrospectives, someday-maybe) as tracked content for this content/documentation project.
Diffstat (limited to '.ai/retrospectives')
-rw-r--r--.ai/retrospectives/PRINCIPLES.org51
1 files changed, 51 insertions, 0 deletions
diff --git a/.ai/retrospectives/PRINCIPLES.org b/.ai/retrospectives/PRINCIPLES.org
new file mode 100644
index 0000000..f5b81dd
--- /dev/null
+++ b/.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.