Ydun Docs Library
Production-tested methodology, open-source templates, and project documentation — all in one place.
What’s Inside
Section titled “What’s Inside” AI Workflow Methodology Templates, validation workflows, multi-agent coordination, and 11 core principles for AI-assisted development.
0k-sync Protocol Zero-knowledge encrypted sync for local-first apps. The relay never sees your data.
Project Templates AGENTS.md, CLAUDE.md, session continuity files — copy into any project and go.
Prompt Frameworks Composable audit prompts, the CAP methodology, and a testing guide for validating AI outputs.
AI Workflow
Section titled “AI Workflow”A complete system for working with AI coding assistants — not just prompts, but the structure around them. Project templates, a validation workflow, and coordination patterns that turn AI tools into reliable development partners.
What you get:
- Project templates — AGENTS.md, CLAUDE.md, and session continuity files that give AI assistants full context from the first message
- A validation workflow — Jimmy’s Workflow: a four-phase system (PRE-FLIGHT, IMPLEMENT, VALIDATE, CHECKPOINT) that catches errors before they compound
- 11 core principles — Battle-tested rules like documentation-first, measure twice cut once, and no shortcuts
- Multi-agent coordination — Patterns for running multiple AI instances as a team, with role cards, handoff protocols, and dead drop file routing
- Prompt frameworks — Composable audit prompts, the CAP methodology, and a testing guide for validating AI outputs
Built over eighteen months across blockchain, web, desktop, cryptography, and cross-platform mobile — from Rust and TypeScript to Kotlin and Swift. Language-agnostic, works with Claude Code, Cursor, GitHub Copilot, and any AI tool that reads markdown.
Recommended reading order
Section titled “Recommended reading order”| You are… | Read this | Then this | Then this |
|---|---|---|---|
| New to AI workflows | Philosophy | Jimmy’s Workflow | Templates |
| Building an AI team | All of the above | Multi-Agent Setup | Role Cards |
| Scaling large prompts | All of the above | CAP Methodology | Prompt Testing |
Getting Started
Section titled “Getting Started” Overview What Ydun AI Workflow is, what you get, and how to start using it in your projects.
Installation Clone the repo, copy templates into your project, and configure your AI assistants.
Philosophy Why documentation-first, local-first, and test-driven matter. The thinking behind the workflow.
Methodology
Section titled “Methodology” Project Templates AGENTS.md, CLAUDE.md, Jimmy's Workflow, and session continuity files. Copy into any project and fill the placeholders.
11 Core Principles KISS, TDD, SOC, DRY, Documentation Standards, Jimmy's Workflow, YAGNI, Fix Now, Measure Twice, No Shortcuts, Rules Persist.
Prompt Frameworks Multi-lens audit prompts, CAP methodology for composable prompts, and a testing guide with Python, TypeScript, and Rust examples.
Multi-Agent Guides How to coordinate multiple AI instances across machines. Role cards, handoff protocols, and the journey from single IDE to multi-agent team.
Project Documentation
Section titled “Project Documentation”Technical documentation for Ydun projects.
0k-sync Zero-knowledge sync protocol for local-first apps. E2E encrypted, relay never sees your data. 23 pages covering specification, security, architecture, and testing.