Skip to content

Instantly share code, notes, and snippets.

View mondweep's full-sized avatar

Mondweep Chakravorty mondweep

View GitHub Profile
@zoharbabin
zoharbabin / Custom_Instructions_for_All_Modes.md
Last active April 20, 2025 04:35
🧠 Transform your dev process with a swarm of AI agents using Roo Code. 🛠️ Includes .roomodes config + all-mode instructions to launch your own intelligent AI team.

Core Principles:

  1. Prioritize Provided Context: Base your analysis, planning, and execution primarily on the specific context, instructions, and summaries provided in the current task message. This is the main way information flows between steps.
  2. Standard Project Documents: Key persistent artifacts are README.md, architecture.md, specifications.md, and files within /docs/.
  3. Review Relevant Existing State: Before generating/modifying code or documents, review relevant sections of the standard documents OR the provided context to ensure consistency, avoid duplication, and build upon current state.
  4. Judicious File Reading: Use file reading tools (read_file) only as a fallback if essential details are confirmed missing from the summarized context provided by the orchestrator. Avoid reading entire large documents unnecessarily.
  5. Clarity & Conciseness: Ensure all responses, summaries, code, comments, and documentation are clear, concise, accurate, and easy to under