# Feature Validation

> Deprecated alias for validation. Use when older prompts ask for feature-validation; route the work to the validation skill instead of running the legacy transcript-heavy workflow.

- Skill: `wolverin0/feature-validation` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds add wolverin0/feature-validation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wolverin0/feature-validation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: wolverin0 (https://skillmd.com/u/wolverin0)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/wolverin0/feature-validation

---


# Feature Validation

This skill is deprecated. Use `validation` for evidence-based browser
validation of implemented web apps, UI features, and user workflows.

## Route

1. Load `../validation/SKILL.md`.
2. Run the validation workflow there.
3. Prefer `agent-browser` by default, with `playwright-local` as the first
   fallback when the target project already has Playwright installed.
4. Write evidence under the target project's `test-manifest/` directory, not
   this repo.

## Why

The legacy workflow required reading Claude transcript files from
`~/.claude/projects/*.jsonl` and bundled retrospective/auto-healing behavior
into normal validation. That made it provider-specific, fragile, and expensive
in context. The current `validation` skill is CLI-agnostic and keeps state,
evidence, adapters, and reporting explicit.

## Legacy Reference

The old body is kept only for archaeology:

- `references/legacy-feature-validation.md`

Do not copy its transcript-reading or auto-healing phases into new skills.

