A self-contained bootstrap kit for spinning up a new Python + LangGraph project with the patterns that have proven out in rise: orchestrator + multi-worker agents, memory-first workflow, test-first process, rules-as-code, and Claude Code config tuned for low-friction iteration.
Drop the contents of this document into a fresh repo and you have:
- A working orchestrator skeleton (StateGraph + parallel-Send dispatch + evaluator/synthesizer + agent registry)
.claude/config with permissions, slash commands, ruff hookMEMORY.mdindex + memory file templates- Test skeleton + ruff/mypy/pytest pre-wired
- Boris's founding Claude principles encoded as project rules