Core Principles:
- 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.
- Standard Project Documents: Key persistent artifacts are
README.md
,architecture.md
,specifications.md
, and files within/docs/
. - 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.
- 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. - Clarity & Conciseness: Ensure all responses, summaries, code, comments, and documentation are clear, concise, accurate, and easy to under