Add /capture + /reconcile rituals, credit claude-context-os - #35
Merged
Conversation
Adapt two patterns from claude-context-os (Conor Bronsdon, MIT): - /capture: a capture-now, triage-later inbox that routes each note to the lane that owns it and never becomes a second to-do list. - /reconcile: drift detection when more than one session writes the same files (you + a scheduled cloud routine). Both rituals defer to todo-single-source.md; credited in a new THIRD-PARTY-NOTICES.md and the README Credits section. Deterministic checks pass (links resolve). https://claude.ai/code/session_015mKLSwbKtYrPrxn9NpACbo
Resolve conflicts in CHANGELOG.md and README.md by keeping both sides: main's retention act-skills + /retention-report + ARR column (#39/#40) alongside this branch's /capture + /reconcile rituals. Both additive; no content dropped. Deterministic checks pass (links resolve). https://claude.ai/code/session_015mKLSwbKtYrPrxn9NpACbo
…ure/reconcile entries
Owner
Author
|
🤖 Babysit-PRs — 2026-07-01 Status: Merge conflicts resolved and pushed. What was found:
What was done:
Review comments: none unresolved. Next action for Edwin: conflict-free and CI-green — ready for review/merge when you're ready. Generated by Claude Code |
etrebels
marked this pull request as ready for review
July 5, 2026 10:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adapts two patterns from claude-context-os by Conor Bronsdon (MIT) into the kit's go-to-market motion:
/capture+inbox/— a capture-now, triage-later inbox so a passing thought doesn't cost a context switch. Triage routes each note to the lane that owns it (the one task list, notes/wiki, CRM, customer book, feedback log) and never lets the inbox become a second to-do list./reconcile— catches drift when more than one session writes the same files (you at the keyboard plus a scheduled cloud routine): mirror-vs-CRM, tasks-vs-priorities, log-vs-reality, stale open loops.Both rituals defer to
todo-single-source.mdandcrm-usage.mdrather than re-deriving their own logic. Credited in a newTHIRD-PARTY-NOTICES.mdand a README "Credits" section, per the repo's ownlegal/licensing-and-attributiondiscipline — patterns reimplemented in our own words, nothing copied.Changes
.claude/commands/capture.md,.claude/commands/reconcile.md— new ritualsinbox/notes.md— the capture staging buffer (self-documenting seed)THIRD-PARTY-NOTICES.md— new; credits claude-context-osREADME.md— commands row + Credits section.claude/rules/todo-single-source.md— both rituals added to the defer-listCHANGELOG.md— Unreleased → AddedTest plan
bash .claude/scripts/checks/growth-os-checks.sh— passes (0 hard, 0 soft); the link checker validates the new relative links./capture "test note"drops a dated line intoinbox/notes.md;/capturetriage empties it into the right lanes./reconcilereports mirror/task/log drift without auto-resolving judgment calls.https://claude.ai/code/session_015mKLSwbKtYrPrxn9NpACbo
Generated by Claude Code