# Examples This directory contains sample files demonstrating ralph-vibe output. ## Files ### `test-idea.txt` A sample idea file that can be used with the `--idea-file` flag: ```bash ralph-vibe new md2pdf --idea-file examples/test-idea.txt ``` ### `sample-PROMPT.md` An example of a generated PROMPT.md file for a markdown-to-PDF converter CLI tool. Shows: - Project structure - User flow diagram - Feature specifications with acceptance criteria - Phase-based implementation plan - Completion criteria with verification commands - Promise tags for Ralph loop integration ### `sample-prd.json` An example prd.json file showing the feature tracking structure. ## Usage To test validation on the sample file: ```bash ralph-vibe validate examples/sample-PROMPT.md ``` To generate a new project using the test idea: ```bash ralph-vibe new test-project --idea-file examples/test-idea.txt --skip-confirm ```