asaf-shitrit

AI Native Sdlc Skills — Testing skill for Claude Code

Testing community

Unofficial Claude Code skills adapted from Anthropic's The AI-Native SDLC playbook — the committed-artifact chain from intent.md through spec, plan, self-verifying build, agentic review, and a closed.

How to install AI Native Sdlc Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open asaf-shitrit/ai-native-sdlc-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Native Sdlc Skills does

Unofficial Claude Code skills adapted from Anthropic's The AI-Native SDLC playbook — the committed-artifact chain from intent.md through spec, plan, self-verifying build, agentic review, and a closed maintenance loop.

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Maestro Spec — Intent-driven spec precipitation — state a constraint in natural language (加一条规范:禁止用 any / 记录架构约束:服务间走 gRPC / 530 ★
  • Cc10x — The Loop Engine for Claude Code — engineer the loop, not the prompt 163 ★

README

AI-Native SDLC skills

**Unofficial.** This repository repackages Anthropic's **[The AI-Native SDLC playbook](https://claude.com/blog/the-ai-native-sdlc-playbook)** (Louis Claxton, August 2026) as [Claude Code skills](https://code.claude.com/docs/en/skills), so the guidance loads at the moment it applies. The ideas, structure and examples are Anthropic's, not mine. See [NOTICE](NOTICE.md).

The playbook's premise, in one line: **code is no longer the bottleneck — the human-speed steps to the left and right of it are.** Plan, review, test and deploy become the constraint once an agent writes most of the diff, and controls designed around a person reading every line stop matching reality. The answer isn't less process. It's the same control objectives with new enforcement.

Eleven skills carry that into a session.

The artifact chain

idea / ticket / alert
   ↓  intent.md      what is wanted, why, under what constraints   [sdlc-intent]
   ↓  spec.md        requirements + design, concerns flagged       [sdlc-spec]
   ↓  plan.md        files, order, risks, proof                    [sdlc-plan]
   ↓  diff + tests   implementation that verified itself           [sdlc-feedback-loop]
   ↓  PR + findings  agentic review passes, human judges risk      [sdlc-pr-review]
   ↓  production     control bands watch it                        [sdlc-close-loop]
   ↺  breach → new intent.md

Every stage ends by committing something the next stage reads, so the chain of commits *is* the audit trail: who asked for what, what the agent produced, who approved it. Humans stay accountable for every judgment call — what changes is which artifact they read.

The skills

Skill What it carries
ai-native-sdlc Router. The artifact chain, which skill fits which situation, adoption order by dependency, and how to read leading vs lagging metrics as a pair
sdlc-intent Capture an idea, ticket or alert as intent.md — brainstorm-first interview, the tem