ai-native-workflow

ai-native-workflow is a skill for Claude Code, Codex from idavidov13/agentic-playwright. It costs 188 tokens per session (2,862 once invoked), scanned A, original, MIT.

The main workflow for AI-assisted changes in this Playwright test project. It routes a request through exploration, planning, approval, implementation, verification, and reporting, while requiring evidence before making uncertain changes.

In plain words
What is it for?
Use it as the starting point for non-trivial test work, such as deciding which specialist rules apply, exploring the application, planning a change, and checking the result.
Why use it?
It prevents the agent from guessing file paths, selectors, messages, credentials, or other project details. It also adds a review point before changes are applied when confidence is low.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/idavidov13/agentic-playwright/ai-native-workflow
Any agent
npx skills add idavidov13/agentic-playwright --skill ai-native-workflow
Clone the repo
git clone --depth 1 https://github.com/idavidov13/agentic-playwright

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-native-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/idavidov13/agentic-playwright/ai-native-workflow.svg)](https://agentmods.dev/skills/idavidov13/agentic-playwright/ai-native-workflow)
Your own site
<a href="https://agentmods.dev/skills/idavidov13/agentic-playwright/ai-native-workflow"><img src="https://agentmods.dev/badge/skills/idavidov13/agentic-playwright/ai-native-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 188 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,862 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00188 $0.02862
Opus 5 $0.00094 $0.01431
Sonnet 5 $0.00038 $0.00572
Haiku 4.5 $0.00019 $0.00286

Measured 4d ago against content hash ea5fc5941267, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ai-native-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/ai-native-workflow/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI-Native Workflow

Routing layer between user intent and the specialized skills that own the rules. Load first on every non-trivial task.

For deeper context: see references/three-layer-model.md, references/conversation-contract.md, references/principles.md, references/examples.md, references/troubleshooting.md.

Critical

  • Low confidence means Phase 3 is incomplete. Would-be confidence < 5 → do NOT emit Phase 4; return to Phase 3 and ASK the user. Full thresholds live in one place — "Phase 4 — Confidence-Gate Format" below; other docs link there and never restate them. This rule is the most leveraged in the workflow: it stops plausible-looking plans built on guesses.
  • Ask, don't invent. Never guess folder names, file paths, env-var names, enum values, credentials, or message strings. ls, grep, playwright-cli, OpenAPI — or ask.
  • Refuse placeholders. Guessed selectors, unverified message strings, made-up enum values, secret-shaped strings — refuse and re-explore. TODO / skeleton / "to fill in later" outputs count as placeholders too — offering a "skeleton page object with TODO locators while we wait for playwright-cli" is the same failure mode as inventing locators outright; don't.
  • Verify the user's premise even in Direct Mode. Before applying a one-line fix, confirm the reported defect actually exists (the typo on the cited line, the import the user wants removed, the value the user says is currently set). If the premise doesn't match the file, switch out of Direct Mode and ASK — applying a "fix" to a defect that isn't there invents a change.
  • Specialized skills own the rules. This skill never restates rules from api-testing, page-objects, etc. It tells you which skill to load and in what order.
  • CLAUDE.md Constitution is the safety floor. MUST/SHOULD/WON'T tables are hard stops; they take precedence over any prose, template, or example.
  • Audit-then-edit by default. For any non-trivial change, follow the 8-phase workflow below. Phase 4 (Plan + Confidence) is mandatory before Phase 6 (Apply).
  • Confidence gate is required. Every Plan output must include a 1-10 confidence + rationale + unknowns block. See "Phase 4" below.
  • Exploration is non-negotiable. UI → playwright-cli only (no IDE browser MCP, no Cursor browser, no playwright codegen). API → OpenAPI/docs first, live HTTP only as fallback.
  • One skill at a time. Load skills sequentially per the routing table. Don't stack 5 skills' Critical blocks before starting work.
  • After any test edit, run the affected tests. On red, load debugging — never suppress, never bump timeouts.

Read the full file on GitHub · 124 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 124 lines · 188 tokens per session scan A ea5fc5941267

Subscribe to this mod's changes

ai-native-workflow is a skill published in the GitHub repository idavidov13/agentic-playwright (159 stars, last pushed today), licensed MIT. It adds 188 tokens to every session and 2,862 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

vindicate

Use when the user wants to write, add, fix, stabilize (flaky), refactor, run, or audit Playwright browser tests, draft requirements/stories from a recording (no tests), find test-coverage gaps, scaffold a Playwright project, or set up Playwright CI. Vindicate's guided workflow for grounded, conformant Playwright test…

OpenEvident/vindicate · 77 tokens

ac-qa-playwright-cli

Browser automation via playwright-cli. Token-efficient alternative to Playwright MCP - uses CLI commands through Bash instead of MCP tool schemas. Supports navigation, interaction, screenshots, video recording, and session management. Triggers on keywords: browser, e2e, playwright, screenshot, navigate, click, type…

WaterplanAI/agentic-config · 72 tokens

ac-qa-e2e-review

Reviews spec implementation with E2E visual browser validation via Playwright. Triggers on keywords: e2e review, visual review, spec review, browser validation.

WaterplanAI/agentic-config · 40 tokens

ac-qa-test-e2e

Executes E2E tests from definition files with Playwright browser automation. Triggers on keywords: test e2e, run e2e, execute e2e test, e2e test runner.

WaterplanAI/agentic-config · 49 tokens

ac-qa-browser

Opens browser at URL for E2E testing via playwright-cli. Provides CLI commands for navigation, screenshots, and interaction. Triggers on keywords: browser, open browser, playwright browser, e2e browser.

WaterplanAI/agentic-config · 47 tokens

Playwright Test Builder

Generates robust Playwright end-to-end tests for web pages and user flows.

Notysoty/openagentskills · 21 tokens