Learning Timeline
Key Insights
Advantages of Local Context vs. Browser
When working in a local folder (terminal), you aren't tied to browser 'Vendor Lock-in.' You can copy that folder anywhere, and all project decisions and memory stay with you.
Automated Documentation
Don't rely on your memory. Use AI-generated Git commits to track progress. This is incredibly helpful when resuming work the next day—the AI can tell you exactly where you left off.
Use AI as a Critic
Don't just ask the AI to praise your work. Build or use a 'brutal' AI persona to identify creative weaknesses you might miss due to your own bias.
Prompts
Specific Hook Writing Instructions
Target:
Claude
Write a hook for this video authority angle. Write it to AuthorityHook.md
Roast & Review Instructions
Target:
Custom Agent/Codex
Use the brutal critic to absolutely roast and verify my stuff is good in this script [reference script file].
Step by Step
Unified Context Project Folder Setup
- Open the terminal or command prompt on your computer.
- Create a specific directory (folder) for your project using 'mkdir [nama_projek]'.
- Navigate into the directory with the command 'cd [nama_projek]'.
- Launch the CLI tools for Claude, Gemini, and Codex (or other custom agents) within the same directory.
- Ensure each AI is opened in a separate terminal window but refers to the same folder path.
- Prepare three main markdown files in the folder: 'gemini.md', 'claude.md', and 'agents.md' (or relevant .md files).
- Ensure the initial content in each markdown file is synced to establish a consistent context baseline.
Executing a Simultaneous Multi-AI Workflow
- Assign specific tasks to Claude (e.g., writing the Hook script) and instruct it to write the output directly to a specific '.md' file.
- Assign a different task to Gemini (e.g., writing from a 'discovery' perspective) in another terminal window.
- Use a Custom Agent (Codex) to observe and provide a real-time critique of the work produced by Claude and Gemini.
- Monitor your folder to see new files being created automatically without needing to copy-paste between browsers.
'Script Session Closer' & Git Synchronization Procedure
- Run the 'Session Closer' script (Custom Agent) once you're done working for the day.
- Let the Agent collect all conversation logs and activities to generate a comprehensive summary.
- Ensure the Agent updates the 'session summary' file for future reference.
- Instruct the Agent to update all context files (Claude, Gemini, Agents) so the latest information is synchronized.
- Perform a 'Git Commit' to save all project changes to a GitHub repo as an automated documentation system.