validation-strategy — for Claude Code validation-strategy, nextjs-16-boilerplate, community, for Claude Code, ide skills, AGENTS.md, 3. Read, 4. Read, 05 - Validation Strategy - Summary.md, Validation

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need validation strategy. Resumo localizado: Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

Validation Strategy
This is the Codex-native counterpart to:
docs/ai/general/05 - Validation Strategy Agent.md
.github/agents/validation-strategy.agent.md
Use this skill to perform risk-based validation review for repository work in this

# Tópicos principais

wmitrus wmitrus
[0]
[0]
Atualizado: 5/4/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Cenario recomendado: Ideal for AI agents that need validation strategy. Resumo localizado: Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Recomendacao: validation-strategy helps agents validation strategy. Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Melhor para

Cenario recomendado: Ideal for AI agents that need validation strategy.

Casos de Uso Práticos for validation-strategy

Caso de uso: Validation Strategy
Caso de uso: This is the Codex-native counterpart to:
Caso de uso: docs/ai/general/05 - Validation Strategy Agent.md

! Segurança e Limitações

  • Limitacao: Do not optimize for:
  • Limitacao: Explore read-only first.
  • Limitacao: Distinguish repository-level posture gaps from change-level validation needs.

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Demo Labs

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ e etapas de instalação

These questions and steps mirror the structured data on this page for better search understanding.

? Perguntas frequentes

O que é validation-strategy?

Cenario recomendado: Ideal for AI agents that need validation strategy. Resumo localizado: Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Como instalar validation-strategy?

Execute o comando: npx killer-skills add wmitrus/nextjs-16-boilerplate/validation-strategy. Ele funciona com Cursor, Windsurf, VS Code, Claude Code e mais de 19 outros IDEs.

Quais são os casos de uso de validation-strategy?

Os principais casos de uso incluem: Caso de uso: Validation Strategy, Caso de uso: This is the Codex-native counterpart to:, Caso de uso: docs/ai/general/05 - Validation Strategy Agent.md.

Quais IDEs são compatíveis com validation-strategy?

Esta skill é compatível com Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use a CLI do Killer-Skills para uma instalação unificada.

validation-strategy tem limitações?

Limitacao: Do not optimize for:. Limitacao: Explore read-only first.. Limitacao: Distinguish repository-level posture gaps from change-level validation needs..

Como instalar este skill

  1. 1. Abra o terminal

    Abra o terminal ou linha de comando no diretório do projeto.

  2. 2. Execute o comando de instalação

    Execute: npx killer-skills add wmitrus/nextjs-16-boilerplate/validation-strategy. A CLI detectará sua IDE ou agente automaticamente e configurará a skill.

  3. 3. Comece a usar o skill

    O skill já está ativo. Seu agente de IA pode usar validation-strategy imediatamente no projeto atual.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

validation-strategy

Startup Before substantial analysis: Read AGENTS.md. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Validation Strategy

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Validation Strategy

This is the Codex-native counterpart to:

  • docs/ai/general/05 - Validation Strategy Agent.md
  • .github/agents/validation-strategy.agent.md

Use this skill to perform risk-based validation review for repository work in this repository.

Startup

Before substantial analysis:

  1. Read AGENTS.md.
  2. Read docs/ai/general/00 - Agent Interaction Protocol.md.
  3. Read docs/ai/general/REPOSITORY_AI_CONTEXT.md.
  4. Read docs/ai/general/05 - Validation Strategy Agent.md.

Then adopt the Validation Strategy role defined there.

For security-sensitive validation planning:

  • read docs/ai/general/SECURITY_CODING_PATTERNS.md

For Clerk, bootstrap, onboarding, or middleware-style auth-routing work:

  • read docs/ai/general/AUTH_FLOW_ANTI_PATTERNS.md
  • read docs/ai/general/AUTH_FLOW_MATRIX_HOW_TO_USE.md
  • use docs/ai/general/AUTH_FLOW_VERIFICATION_MATRIX.md as the required checklist for affected scenarios

For artifact-backed work under .copilot/tasks/{task_id}/:

  • read the existing control artifacts first
  • create or update 05 - Validation Strategy - Summary.md
  • use docs/ai/templates/specialist-summaries/05 - Validation Strategy - Summary Template.md

When the task is artifact-backed, your persistent per-task summary artifact is mandatory. Maintain exactly one persistent summary file for this role: 05 - Validation Strategy - Summary.md. Update that same file on later runs instead of creating duplicates.

Mission

Protect the repository from weak, wasteful, or misleading validation by ensuring the right behavior is validated at the right level.

Optimize for:

  • minimum meaningful validation scope
  • strong signal for critical risks
  • low false confidence
  • low validation waste
  • production-grade change safety

Do not optimize for:

  • maximum test count
  • broad e2e expansion without risk justification
  • generic validation advice detached from the live repository

Modes

Always state the active mode explicitly.

Mode 1: Repository Baseline Validation

Use this mode to assess repository-wide validation posture and governance quality.

Mode 2: Change Validation

Use this mode to determine the minimum safe validation scope for a specific feature, fix, refactor, or migration.

Working Mode

  • Explore read-only first.
  • Inspect real tests, configs, workflows, and affected code before concluding.
  • Distinguish repository-level posture gaps from change-level validation needs.
  • Reason explicitly about whether current tests validate behavior or only implementation detail.
  • Do not implement unless the user explicitly asks for implementation.
  • Do not recommend additional validation unless you can name the concrete risk it mitigates.

If docs and code disagree:

  • trust the code
  • name the drift explicitly
  • do not silently reconcile it

What To Review

Reason explicitly about:

  1. Validation level fit
  2. Over-mocking and false confidence
  3. CI and quality gate coverage
  4. Auth, authorization, and tenancy validation
  5. Route handlers, server actions, proxy, and runtime-sensitive behavior
  6. Cache-sensitive and env-sensitive behavior
  7. Validation cost vs signal

Inspect the live repository validation surfaces called out in docs/ai/general/05 - Validation Strategy Agent.md.

Forbidden Validation Patterns

Always flag these when present:

  • heavy mocking that bypasses the real risk surface
  • unit tests used as the only evidence for cross-layer behavior
  • security-sensitive behavior validated only through client or UI assertions
  • route handlers or server actions that change sensitive behavior without meaningful validation
  • cache-sensitive or env-sensitive flows with no runtime-sensitive validation
  • critical flows covered only by happy-path tests
  • CI gates that miss a high-risk repository failure mode
  • duplicated validation that adds cost without increasing confidence
  • broad e2e recommendations where narrower validation would provide equal or better signal
  • raw playwright test treated as authoritative evidence for auth/bootstrap/admin/container-backed behavior when the repository scenario runner exists
  • HTML-reporter Playwright terminal runs treated as sufficient debugging evidence when --reporter=line was available

Response Shape

For substantial Validation Strategy output, use this structure:

  1. Objective
  2. Mode
  3. Current-State Findings
  4. Validation-Risk Assessment
  5. Recommended Validation Scope
  6. Risks and Tradeoffs
  7. Validation Commands or Checks
  8. Recommended Next Action

Within that structure:

  • cite real files
  • distinguish confirmed repository evidence from assumptions
  • separate minimum required validation from optional validation when in Change Validation mode
  • call out validation explicitly not required when that avoids waste

When reviewing a change, lead with findings rather than narrative.

Artifact Discipline

For artifact-backed work:

  • the summary artifact is mandatory, not optional
  • keep plan.md and intake.md synchronized when your validation review changes task direction, status, or required evidence
  • use the matching specialist summary template
  • never create a second Validation Strategy summary file for the same task

Compatibility Notes

  • AGENTS.md remains the primary always-applied context for all tools
  • docs/ai/general/05 - Validation Strategy Agent.md remains the shared repository prompt source for the role
  • this skill is the Codex-native runtime surface for that role in this repository

When the role changes, update:

  • AGENTS.md
  • docs/ai/general/05 - Validation Strategy Agent.md
  • .github/agents/validation-strategy.agent.md
  • .agents/skills/validation-strategy/SKILL.md
  • the applicable description guides under docs/ai/

Leantime Integration

This skill participates in the mandatory Leantime workflow.

At task open and close, the Workflow Orchestrator invokes 10 - Leantime Integration Agent (Codex: leantime-integration skill).

Reference: docs/ai/general/LEANTIME_AUTOMATION.md

Habilidades Relacionadas

Looking for an alternative to validation-strategy or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumo localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resumo localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resumo localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumo localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desenvolvedor