framework_eng/rules/vanessa-scenario-policy/SKILL.md
When writing Vanessa features, apply authoring rules
npx skillsauth add steelmorgan/1c-agent-based-dev-framework vanessa-scenario-policyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Trigger: creating or modifying a
.featurefile. When triggered, apply thevanessa-authoringskill (framework/skills/tool-usage/vanessa/vanessa-authoring/SKILL.md).
A scenario (Vanessa) test exists to verify client behavior through the UI, imitating user actions. The division of "what we test with which test" is canonical in
tdd-policy(section "Purpose of layers"); here are only Vanessa specifics.
window opened, in the field named ... I enter, I click the ... button, I see the element, element ... is available). It is FORBIDDEN to replace the user action path with a server call (ПроверитьЗаполнение(), ЗаписатьОбъект(), direct call of a common module) - such a "scenario" is a unit test in Vanessa clothing and misses form-layer defects.And I close TestClient + a new Given I connect TestClient. You cannot assign technical roles to the business user just to pass infrastructure steps..feature file MUST contain the tag @task-<ID> (for example @task-103) at the Feature: level.# Task: <ID> - <title>.code-navigation). A discrepancy between code and test is a discovered mismatch; record it as a result.va-visual-check, not from guesses based on code or memory. Remember the difference between identifiers: the steps "contains strings" / "go to line" expect the title (Title), while "remember the field value" expects the name (name) - the exact value is learned by inspecting the form, not guessed. A discrepancy between the scenario and the real UI is a discovered mismatch; record it as a result.@exportscenarios), and one document can have several. Details - vanessa-authoring.depends_on:
development
1C server maintenance webhooks: container restart and external component cache cleanup
development
Interactive DAP debugging of a single BSL procedure
tools
Rules for using RLM tools for project search and navigation in 1C/BSL
development
Creates web applications and routes on Winow (a web server on OneScript and Autumn). Use when working with a web server on OneScript, routing, or Winow controllers.