Getting Started
Ydun AI Workflow is a set of project templates and development patterns for AI-assisted development. You clone the repo, copy templates into your project, fill in the placeholders, and your AI assistants immediately understand your project’s context, principles, and workflow.
What you get
Section titled “What you get”| Template | Purpose |
|---|---|
| AGENTS.md | Primary AI guidelines — 11 principles, project context, documentation standards |
| CLAUDE.md | Quick-reference for Claude Code sessions |
| JIMMYS-WORKFLOW.md | Validation checkpoint system (PRE-FLIGHT → IMPLEMENT → VALIDATE → CHECKPOINT) |
| STATUS.md | Project phase tracking and session history |
| NEXT-SESSION-START-HERE.md | Session continuity — context for new AI sessions |
What you also get
Section titled “What you also get”- init-project.md — 14-step project initialization checklist
- AGENTS-TEMPLATE-GUIDE.md — Deep-dive guide to filling every section of AGENTS.md
- DOCUMENTATION-STANDARDS.md — AI-optimized documentation principles
- Audit prompts — Multi-lens code review frameworks
- CAP methodology — Composable, Auditable, Portable prompt design
- Tech-specific templates — Cardano/Aiken and Solidity development
Quick start
Section titled “Quick start”# 1. Clone the repogit clone https://github.com/ydun-code-library/Ydun_ai_workflow.gitcd Ydun_ai_workflow
# 2. Copy core templates into your projectcp templates/core/AGENTS.md.template /path/to/your-project/AGENTS.mdcp templates/core/CLAUDE.md.template /path/to/your-project/CLAUDE.mdcp templates/core/JIMMYS-WORKFLOW.md /path/to/your-project/
# 3. Fill in the placeholders# Open AGENTS.md and replace all [BRACKETED_PLACEHOLDERS]# See the init-project.md checklist for the full walkthroughNext steps
Section titled “Next steps”- Installation — Detailed setup instructions
- Philosophy — Why these templates exist
- Templates Overview — What each template does
- Jimmy’s Workflow — The validation system explained