AI TALENT · CLAUDE CODE 101

Safe Development Workflow

سير عمل آمن للتطوير باستخدام Claude Code

Task: ___________________________________
Repository: ______________________________
Allowed scope: ____________________________

المهمة: ___________________________________
المستودع: _________________________________
نطاق التغيير المسموح: ____________________________

01

Explore

Ask Claude to inspect without editing. Identify structure, tests and questions.

استكشف

اطلب من Claude فحص المشروع دون تعديل. حدّد بنية المشروع واختباراته والأسئلة المفتوحة.

02

Plan

Use Plan Mode. Review files, scope, risks, tests and acceptance criteria.

خطّط

استخدم وضع التخطيط. راجع الملفات والنطاق والمخاطر والاختبارات ومعايير القبول.

03

Implement

Approve only the agreed plan. Stop before new dependencies or architecture changes.

نفّذ

وافق على الخطة المتفق عليها فقط. أوقف التنفيذ قبل إضافة تبعيات جديدة أو إجراء تغييرات معمارية.

04

Test

Run the relevant tests. Record failures and understand any proposed fix.

اختبر

شغّل الاختبارات المناسبة. سجّل حالات الفشل وافهم أي إصلاح مقترح.

05

Review

Inspect the diff for correctness, safety, complexity and scope.

راجع

افحص الفروقات من حيث صحة التنفيذ، والأمان، والتعقيد، والالتزام بالنطاق.

06

Commit

Explain the change to a partner. Record it only when tests pass and the diff is understood.

سجّل التغييرات

اشرح التغيير لزميل. لا تسجّله إلا بعد نجاح الاختبارات وفهم الفروقات.

Human review / المراجعة البشرية