├── .DS_Store ├── .claude ├── agents │ ├── abstract-thinker-engineer.md │ ├── abstract-thinker-problem-solver.md │ └── qa-manual-tester.md ├── commands │ ├── qa-manual-test-run.md │ ├── run-be-fe.md │ └── who-are-you.md └── settings.local.json ├── .mcp.json ├── CLAUDE.md ├── DEVELOPMENT_BELIEFS.md ├── DEVELOPMENT_CONVENTIONS ├── BACKEND_DEVELOPMENT_CONVENTION.md └── FRONTEND_DEVELOPMENT_CONVENTION.md ├── DOCS ├── .gitkeep └── IMPORTANT_REQUIREMENTS │ └── ARCHIVES │ └── .gitkeep ├── IMPORTANT_NOTES.md ├── MEMORY ├── KNOWLEDGE_LOG │ ├── .gitkeep │ └── CLAUDE_CODE.md └── PERSONAL_WORK_DIARY │ ├── 2025 │ ├── 01-jan │ │ └── .gitkeep │ ├── 02-feb │ │ └── .gitkeep │ ├── 03-mar │ │ └── .gitkeep │ ├── 04-apr │ │ └── .gitkeep │ ├── 05-may │ │ └── .gitkeep │ ├── 06-jun │ │ └── .gitkeep │ ├── 07-jul │ │ └── .gitkeep │ ├── 08-aug │ │ └── .gitkeep │ ├── 09-sep │ │ └── .gitkeep │ ├── 10-oct │ │ └── .gitkeep │ ├── 11-nov │ │ └── .gitkeep │ └── 12-dec │ │ └── .gitkeep │ └── 2026 │ ├── 01-jan │ └── .gitkeep │ ├── 02-feb │ └── .gitkeep │ ├── 03-mar │ └── .gitkeep │ ├── 04-apr │ └── .gitkeep │ ├── 05-may │ └── .gitkeep │ ├── 06-jun │ └── .gitkeep │ ├── 07-jul │ └── .gitkeep │ ├── 08-aug │ └── .gitkeep │ ├── 09-sep │ └── .gitkeep │ ├── 10-oct │ └── .gitkeep │ ├── 11-nov │ └── .gitkeep │ └── 12-dec │ └── .gitkeep ├── MODULAR_CONTEXT ├── .gitkeep └── ARCHIVES │ └── .gitkeep ├── README.md ├── REPOS └── PROJECT_STRUCTURE.md ├── SELF ├── ABSTRACTION_POWER │ ├── WHAT_IS_ABSTRACTION.md │ └── WHAT_IS_ABSTRACT_THINKING.md ├── BODY │ ├── COMPLETE_VOICE_HOOK_SCRIPT.js │ └── TASK_COMPLETE_VOICE.wav ├── IDENTITY.md ├── OPTIONAL │ ├── ABSTRACTION_IN_INFORMATION_GATHERING.md │ └── EMPHATY.md ├── PERSONAL_SELF.md ├── PROFESSIONAL_INSTRUCTION.md ├── SELF_PRINCIPLES │ └── GROUND_TRUTH.md ├── SHORT_IMPORTANT_MEMORY.md └── SHORT_IMPORTANT_MEMORY_EXAMPLE.md └── neuron-activation.gif /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.DS_Store -------------------------------------------------------------------------------- /.claude/agents/abstract-thinker-engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.claude/agents/abstract-thinker-engineer.md -------------------------------------------------------------------------------- /.claude/agents/abstract-thinker-problem-solver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.claude/agents/abstract-thinker-problem-solver.md -------------------------------------------------------------------------------- /.claude/agents/qa-manual-tester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.claude/agents/qa-manual-tester.md -------------------------------------------------------------------------------- /.claude/commands/qa-manual-test-run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.claude/commands/qa-manual-test-run.md -------------------------------------------------------------------------------- /.claude/commands/run-be-fe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.claude/commands/run-be-fe.md -------------------------------------------------------------------------------- /.claude/commands/who-are-you.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.claude/commands/who-are-you.md -------------------------------------------------------------------------------- /.claude/settings.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.claude/settings.local.json -------------------------------------------------------------------------------- /.mcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/.mcp.json -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /DEVELOPMENT_BELIEFS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/DEVELOPMENT_BELIEFS.md -------------------------------------------------------------------------------- /DEVELOPMENT_CONVENTIONS/BACKEND_DEVELOPMENT_CONVENTION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/DEVELOPMENT_CONVENTIONS/BACKEND_DEVELOPMENT_CONVENTION.md -------------------------------------------------------------------------------- /DEVELOPMENT_CONVENTIONS/FRONTEND_DEVELOPMENT_CONVENTION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/DEVELOPMENT_CONVENTIONS/FRONTEND_DEVELOPMENT_CONVENTION.md -------------------------------------------------------------------------------- /DOCS/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DOCS/IMPORTANT_REQUIREMENTS/ARCHIVES/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IMPORTANT_NOTES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/IMPORTANT_NOTES.md -------------------------------------------------------------------------------- /MEMORY/KNOWLEDGE_LOG/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/KNOWLEDGE_LOG/CLAUDE_CODE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/MEMORY/KNOWLEDGE_LOG/CLAUDE_CODE.md -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/01-jan/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/02-feb/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/03-mar/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/04-apr/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/05-may/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/06-jun/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/07-jul/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/08-aug/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/09-sep/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/10-oct/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/11-nov/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2025/12-dec/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/01-jan/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/02-feb/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/03-mar/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/04-apr/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/05-may/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/06-jun/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/07-jul/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/08-aug/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/09-sep/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/10-oct/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/11-nov/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MEMORY/PERSONAL_WORK_DIARY/2026/12-dec/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MODULAR_CONTEXT/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MODULAR_CONTEXT/ARCHIVES/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/README.md -------------------------------------------------------------------------------- /REPOS/PROJECT_STRUCTURE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/REPOS/PROJECT_STRUCTURE.md -------------------------------------------------------------------------------- /SELF/ABSTRACTION_POWER/WHAT_IS_ABSTRACTION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/ABSTRACTION_POWER/WHAT_IS_ABSTRACTION.md -------------------------------------------------------------------------------- /SELF/ABSTRACTION_POWER/WHAT_IS_ABSTRACT_THINKING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/ABSTRACTION_POWER/WHAT_IS_ABSTRACT_THINKING.md -------------------------------------------------------------------------------- /SELF/BODY/COMPLETE_VOICE_HOOK_SCRIPT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/BODY/COMPLETE_VOICE_HOOK_SCRIPT.js -------------------------------------------------------------------------------- /SELF/BODY/TASK_COMPLETE_VOICE.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/BODY/TASK_COMPLETE_VOICE.wav -------------------------------------------------------------------------------- /SELF/IDENTITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/IDENTITY.md -------------------------------------------------------------------------------- /SELF/OPTIONAL/ABSTRACTION_IN_INFORMATION_GATHERING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/OPTIONAL/ABSTRACTION_IN_INFORMATION_GATHERING.md -------------------------------------------------------------------------------- /SELF/OPTIONAL/EMPHATY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/OPTIONAL/EMPHATY.md -------------------------------------------------------------------------------- /SELF/PERSONAL_SELF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/PERSONAL_SELF.md -------------------------------------------------------------------------------- /SELF/PROFESSIONAL_INSTRUCTION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/PROFESSIONAL_INSTRUCTION.md -------------------------------------------------------------------------------- /SELF/SELF_PRINCIPLES/GROUND_TRUTH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/SELF_PRINCIPLES/GROUND_TRUTH.md -------------------------------------------------------------------------------- /SELF/SHORT_IMPORTANT_MEMORY.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SELF/SHORT_IMPORTANT_MEMORY_EXAMPLE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/SELF/SHORT_IMPORTANT_MEMORY_EXAMPLE.md -------------------------------------------------------------------------------- /neuron-activation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/HEAD/neuron-activation.gif --------------------------------------------------------------------------------