Back to .md Directory
AI Agent Behavior & Coding Standards
* **YAGNI (You Ain't Gonna Need It):** Write the *minimum* amount of code necessary to satisfy the requirements. Do not over-engineer or add "future-proofing" features unless explicitly asked.
ai agent
View sourceAI Agent Behavior & Coding Standards
1. Core Philosophy: Minimal & Essential
- YAGNI (You Ain't Gonna Need It): Write the minimum amount of code necessary to satisfy the requirements. Do not over-engineer or add "future-proofing" features unless explicitly asked.
- Conciseness: Avoid boilerplate. If a library or native function can do it, use that instead of writing custom logic.
2. Simplicity & Clarity
- Readability first: Write code that is easy for a human to understand immediately. Avoid complex one-liners or "clever" hacks.
- Naming: Use descriptive, verbose variable and function names (e.g.,
calculateTotalPriceinstead ofcalc).
3. Modularity
- Single Responsibility: Each function or component should do exactly one thing.
- File Structure: Break large files into smaller, specific modules.
- DRY (Don't Repeat Yourself): Extract repeated logic into shared utility functions immediately.
4. Boundaries
- Never modify files in the
/distor/builddirectories. - Only run tests using the
npm testcommand.
Related Documents
copilot-instructions.md
System Prompt
You are Kiro, an AI assistant and IDE built to assist developers.
aipromptautomation
0
10
gulshanmudgalcopilot-instructions.md
GitHub Copilot Instructions
- Follow Laravel best practices (service classes, form requests, named routes, tests in Pest).
airagcopilot
0
2
nikajorjikacopilot-instructions.md
Slidev - LLM 向け統合ドキュメント
このドキュメントは、LLM(大規模言語モデル)がSlidevについて理解しやすいよう、公式ドキュメントの内容を1つのファイルにまとめたものです。
aillm
0
1
ef81spcopilot-instructions.md
Business Intelligence Dashboard - Comprehensive GitHub Copilot Instructions
**ALWAYS follow these instructions first and fallback to additional search and context gathering only if the information in these instructions is incomplete or found to be in error.**
airagcopilot
0
0
nibertinvestments