https://github.com/node0/walk-with-me--climbing-gear
This is the public facing tools and techniques repository that accompanies "Walk With Me" the book.
https://github.com/node0/walk-with-me--climbing-gear
Last synced: 5 months ago
JSON representation
This is the public facing tools and techniques repository that accompanies "Walk With Me" the book.
- Host: GitHub
- URL: https://github.com/node0/walk-with-me--climbing-gear
- Owner: Node0
- License: agpl-3.0
- Created: 2025-07-17T18:02:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-17T21:07:35.000Z (12 months ago)
- Last Synced: 2026-01-20T20:46:19.498Z (5 months ago)
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Walk With Me: Climbing Gear
> *"Every ascent requires tools. Some you forge, some you find, others you inherit. "* This repo contains the gear we packed for the climb."*
This is the **toolkit repository** for the book *Walk With Me: A Humanβs Guide to Cognitive Ascent*.
Where the book serves as trail guide and expedition journal, this repo houses the **field tools** used along the wayβfrom system prompts to Socratic analyzers, from generative simulators to debugging rituals.
Everything here was used in practice, refined through metacognitive recursion, and shared so you too can climb with intention.
---
## ποΈ Repository Structure
This repo is organized by **tool type** at the top level. Each folder contains submodules or toolkits targeting specific functions, platforms, or model families.
```
.
βββ prompting/
β βββ system_prompts/
β βββ chatgpt/
β βββ ITPS_system_prompt_design.md
β βββ claude/
β βββ (forthcoming)
β
βββ generators/
β βββ prompt_generation/
β βββ ...
β
βββ analyzers/
β βββ socratic_analyzers/
β βββ ...
β βββ corpus_analyzers/
β βββ ...
β
βββ simulators/
β βββ generation_simulators/
β βββ ...
β
βββ debuggers/
β βββ chat_debug_tools/
β βββ ...
β
βββ visualizers/
β βββ generative_system_visualizers/
β βββ ...
```
---
## π Folder Index
### `prompting/`
Core prompts, prompt engineering scaffolds, and interaction design patterns.
- `system_prompts/`: Persistent identity, tone, and mode configuration prompts.
- `task_prompts/`: Disposable task-specific prompts and roleplay scaffolds.
### `generators/`
Prompt generators and template-based scaffolds.
- `prompt_generation/`: DSL-style prompt expansion tools, combinators, and hybrid templates.
### `analyzers/`
Recursive thought tools for evaluating ideas and outputs.
- `socratic_analyzers/`: Dialectical scaffolds like the Chapter Scrutiny Template.
- `corpus_analyzers/`: Tools for evaluating prompt sets, logs, or output batches.
- `cleaners/`, `prompt_qualifiers/`, `corpora_tools/`: For grooming and qualifying input sets.
### `simulators/`
Multi-agent simulators, generation rituals, and modeling aids.
- `generation_simulators/`: Prompt rituals for emulating recursive cognition or roleplay frames.
### `debuggers/`
Prompts and workflows for unblocking, tracing, and refining failing outputs.
- `chat_debug_tools/`: LLM-to-LLM self-debug, fail-mode classifiers, and recovery techniques.
### `visualizers/`
Tools for conceptual mapping, semantic topology, and prompt flow visualization.
- `generative_system_visualizers/`: Latent map renderers, recursive diff visualizers, prompt tree renderers.
---
## π οΈ Featured Tools
| Tool | Type | Location |
|------|------|----------|
| ITPS (Inflection-Tuned Persona Switching) | system prompt | `prompting/system_prompts/chatgpt/ITPS_system_prompt_design.md` |
| Chapter Scrutiny Template | Socratic analyzer | `analyzers/socratic_analyzers/chapter_scrutiny_template.md` |
| Prompt Drift Visualizer | visualizer (planned) | `visualizers/generative_system_visualizers/` |
---
## πΏ License
All contents licensed under **CC BY-NC-SA 4.0** unless otherwise noted.
Use, remix, adapt β but please credit the climb.
---
## π Guiding Principle
> *"Every cognitive ascent leaves traces.
> These are mine. You're welcome to use them for yours."*