Catalog
affaan-m/ai-first-engineering

affaan-m

ai-first-engineering

Engineering operating model for teams where AI agents generate a large share of implementation output. Use when setting team process, review gates, or ownership rules for a codebase largely written by agents.

NewUpdated Sep 9, 2026

AI-First Engineering

Use this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation.

Process Shifts

  1. Planning quality matters more than typing speed.
  2. Eval coverage matters more than anecdotal confidence.
  3. Review focus shifts from syntax to system behavior.

Architecture Requirements

Prefer architectures that are agent-friendly:

  • explicit boundaries
  • stable contracts
  • typed interfaces
  • deterministic tests

Avoid implicit behavior spread across hidden conventions.

Code Review in AI-First Teams

Review for:

  • behavior regressions
  • security assumptions
  • data integrity
  • failure handling
  • rollout safety

Minimize time spent on style issues already covered by automation.

Hiring and Evaluation Signals

Strong AI-first engineers:

  • decompose ambiguous work cleanly
  • define measurable acceptance criteria
  • produce high-signal prompts and evals
  • enforce risk controls under delivery pressure

Testing Standard

Raise testing bar for generated code:

  • required regression coverage for touched domains
  • explicit edge-case assertions
  • integration checks for interface boundaries
Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

62/100

Grade

C

Adequate

Grades are signals, not a certification. Always review a skill yourself before use.

Safety

90

Quality

52

Clarity

78

Completeness

45

Summary

This skill provides guidance on organizational practices and team processes for AI-assisted software development. It outlines how teams should shift planning priorities, architecture decisions, code review practices, and testing standards when working with AI-generated code. The skill is process-oriented rather than operational—it does not execute code, access filesystems, or perform automated tasks.

Trigger Keywords

Phrases that agents use to match this skill to user intent.

ai-first team processcode review for aiai-generated code testingai engineering architectureteam process with agents

Use Cases

  • Establishing code review practices for AI-generated code
  • Designing testing strategies for agent-assisted development
  • Setting team processes and ownership models with AI tooling
  • Architecting systems optimized for AI code generation
  • Evaluating engineer competencies in AI-first workflows

Quality Notes

  • Skill provides high-level organizational guidance without actionable implementation steps or examples
  • No concrete checklists, templates, or runbooks for code review, testing, or hiring processes
  • Lacks reference to specific tools, frameworks, or CI/CD systems teams should use
  • Does not address common pain points: how to integrate AI tools into existing workflows, handling edge cases in generated code, or managing technical debt from rapid generation
  • Architecture requirements section is generic ('explicit boundaries', 'stable contracts') without concrete patterns or anti-patterns specific to agent-generated code
  • Testing standard raises the bar but does not provide concrete examples of what 'high-signal prompts and evals' look like in practice
  • No guidance on rollout risk, A/B testing, or monitoring for systems with significant AI-generated components
Model: claude-haiku-4-5-20251001Analyzed: Sep 9, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Version History

  1. v2.0

    Contract changed: description

    ✦ AIDescription scope expanded to cover team process, review gates, and ownership rules

    triggering2026-09-09

    LATEST
  2. v1.2

    Content updated

    ✦ AINo behavioral changes detected between versions.

    2026-07-14

    View This Version
  3. v1.1

    Content updated

    ✦ AIAdds LICENSE file.

    2026-04-20

    View This Version
  4. v1.0

    Seeded from github.com/affaan-m/everything-claude-code

    2026-03-16

    View This VersionInitial version

Use affaan-m/ai-first-engineering in your dev environment

Command Palette

Search for a command to run...