Skip to main content
مستودع GitHub

build-like-amazon-agent-skills

يحتوي build-like-amazon-agent-skills على 28 من skills المجمعة من robisson، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
28
Stars
13
محدث
2026-05-28
Forks
3
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

raising-the-bar-in-code-review
محللو ضمان جودة البرمجيات والمختبرون

Applying Amazon's raise-the-bar principle to every code review. What reviewers look for — clarity, correctness, design, reuse, operational readiness. "Ship It" means the change raises or maintains the quality bar.

2026-05-28
correction-of-errors
محللو الإدارة

Blameless post-incident analysis focused on timeline, 5 Whys, mechanisms over people, and concrete action items with owners.

2026-05-28
implementation-memory
مطوّرو البرمجيات

Internal /build flow mechanism that maintains fixed-size procedural memory of durable implementation-quality lessons.

2026-05-28
design-review
مطوّرو البرمجيات

Review a technical design before specs or implementation. Evaluate problem clarity, requirements, alternatives, trade-offs, architecture, dependency behavior, security, operations, cost, testability, and simplicity.

2026-05-26
spec-driven-implementation
مطوّرو البرمجيات

Bridge between an approved Design Document and code. Decompose the system-level blueprint into N vertical specs (requirements → design → tasks), each independently deliverable. Fail fast by ordering hardest-first. Execute wave-by-wave with approval gates.

2026-05-26
wb-refine
متخصصو إدارة المشاريع

Stage 4 of Working Backwards: Write the PR/FAQ — a press release announcing the product as if it already exists, plus a comprehensive FAQ addressing hard questions. This is the core Amazon mechanism that forces clarity, customer-centric thinking, and rigorous pre-mortems before any code is written.

2026-05-20
brownfield-discovery
محللو أنظمة الحاسوب

Reverse-engineer an existing project to produce a Design Doc, API contracts, and a Threat Model anchored in the real code, IaC, and observability. Run once per project. Output anchors all subsequent /spec and /build invocations.

2026-05-19
design-document
محللو أنظمة الحاسوب

Writing a technical design document that translates a Working Backwards output into a concrete, reviewable engineering plan with architecture, trade-offs, cost estimation, and operational concerns.

2026-05-19
using-amazon-skills
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Meta-skill for navigating and applying the complete skills library. Routing flow chart, core operating behaviors, and skill discovery logic.

2026-05-19
operational-code
مطوّرو البرمجيات

Writing code with built-in observability from day one. Structured logging (JSON), metrics emission (latency p50/p99, error rates), alarm-ready code, request tracing, graceful degradation.

2026-05-19
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Red-Green-Refactor cycle with Amazon's test pyramid (80% unit, 15% integration, 5% e2e). Coverage gates, DAMP over DRY in tests, canary tests in production.

2026-05-19
metrics-review
محللو أبحاث السوق ومتخصصو التسويق

Reviewing operational and business metrics for continuous improvement, trend analysis, and proactive issue detection.

2026-05-18
operational-excellence
مديرو الشبكات وأنظمة الحاسوب

Dashboards, alarms, and runbooks that make a service operable. Covers latency, error rate, availability, throughput, and severity-based alarming.

2026-05-18
operational-readiness-review
متخصصو إدارة المشاريع

The ORR process — a self-assessment checklist covering monitoring, alarming, runbooks, on-call, scaling, security, deployment safety, cost, and dependencies. Must pass before launch.

2026-05-18
pipeline-safety
مديرو الشبكات وأنظمة الحاسوب

CI/CD pipeline safety with automated gates, deployment blockers, alarm checks, and one-click rollback.

2026-05-18
progressive-deployment
مطوّرو البرمجيات

Deploy changes incrementally through expanding blast radius stages with bake time and automatic rollback on alarm.

2026-05-18
incremental-implementation
مطوّرو البرمجيات

Implementing features in thin vertical slices that each deliver value independently. Feature flags, safe defaults, rollback-friendly changes. Never a big-bang deployment.

2026-05-18
infrastructure-as-code
مديرو الشبكات وأنظمة الحاسوب

CDK/CloudFormation design principles for immutable infrastructure, environment parity, least privilege, tagging strategy, and cost optimization. Infrastructure is code—it deserves the same rigor as application code.

2026-05-18
mechanism-creation
محللو الإدارة

Turning lessons learned into automated mechanisms that prevent recurrence of problems.

2026-05-18
contract-first-api-design
مطوّرو البرمجيات

Designing APIs contract-first with backward compatibility guarantees, clear versioning strategy, error semantics, idempotency, and pagination. The API is a promise—never break existing clients.

2026-05-18
dependency-management
مطوّرو البرمجيات

Managing external dependencies safely with circuit breakers, timeouts, retries with exponential backoff, bulkhead pattern, graceful degradation, and dependency isolation.

2026-05-18
feature-flag-lifecycle
مطوّرو البرمجيات

Complete lifecycle of feature flags from creation through gradual rollout to cleanup, including kill switches and A/B testing.

2026-05-18
threat-modeling
محللو أمن المعلومات

Security threat modeling using STRIDE methodology adapted for cloud services. Covers data classification, IAM boundaries, encryption requirements, blast radius analysis, and systematic identification of attack vectors before code is written.

2026-05-18
wb-define
محللو أبحاث السوق ومتخصصو التسويق

Stage 2 of Working Backwards: Articulate the customer's problem or opportunity with precision, using data to quantify impact and framing it in the customer's language — not engineering jargon.

2026-05-18
wb-invent
متخصصو إدارة المشاريع

Stage 3 of Working Backwards: Generate multiple solution approaches, classify decisions as one-way vs two-way doors, evaluate alternatives against customer benefit and feasibility, and select the recommended solution with clear rationale.

2026-05-18
wb-listen
محللو أبحاث السوق ومتخصصو التسويق

Stage 1 of Working Backwards: Identify who the customer is and gather deep insights about their current experience, pain points, and unmet needs through systematic observation and data collection.

2026-05-18
wb-test-and-iterate
متخصصو إدارة المشاريع

Stage 5 of Working Backwards: Define how success will be measured using input and output metrics, set specific numeric targets, design experiments to validate assumptions, and plan iteration cycles based on data feedback.

2026-05-18
working-backwards
محللو أبحاث السوق ومتخصصو التسويق

Entry point for developing new products, features, or initiatives using Amazon's Working Backwards process. Orchestrates 5 stages from customer insight to measurable success, starting with the 5 Customer Questions as a lightweight on-ramp before committing to a full PR/FAQ.

2026-05-18