Skip to content

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.

TemplatePurpose
AGENTS.mdPrimary AI guidelines — 11 principles, project context, documentation standards
CLAUDE.mdQuick-reference for Claude Code sessions
JIMMYS-WORKFLOW.mdValidation checkpoint system (PRE-FLIGHT → IMPLEMENT → VALIDATE → CHECKPOINT)
STATUS.mdProject phase tracking and session history
NEXT-SESSION-START-HERE.mdSession continuity — context for new AI sessions
  • 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
Terminal window
# 1. Clone the repo
git clone https://github.com/ydun-code-library/Ydun_ai_workflow.git
cd Ydun_ai_workflow
# 2. Copy core templates into your project
cp templates/core/AGENTS.md.template /path/to/your-project/AGENTS.md
cp templates/core/CLAUDE.md.template /path/to/your-project/CLAUDE.md
cp 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 walkthrough