Writing Probitas scenarios. MUST BE USED when writing/editing E2E tests, creating scenarios, or working with *.probitas.ts files.
Automates writing Probitas E2E test scenarios by delegating to a specialized agent. Triggers when you write/edit `*.probitas.ts` files or request test creation.
/plugin marketplace add probitas-test/claude-plugins/plugin install probitas@probitas-testThis skill inherits all available tools. When active, it can use any tool Claude has access to.
ALWAYS delegate to the scenario-writer agent using the Task tool.
CRITICAL - Language:
Steps:
subagent_type: "probitas:scenario-writer"Example:
User asks: "ユーザー認証APIのテストを書いて"
Your response:
I'll use the probitas:scenario-writer agent to write this Probitas test scenario.
Then invoke Task tool:
subagent_type: "probitas:scenario-writer"prompt: "Write an E2E test for the user authentication API that:
description: "Write auth test scenario"probitas.jsonc → run /probitas:probitas-init firstprobitas:scenario-writer agent with English prompt/probitas:probitas-expect-methods InterfaceName to find correct expect methods before writing assertions/probitas:probitas-check to verify/probitas:probitas-run to testNote: All coding rules and assertion guidelines are defined in the scenario-writer agent itself.
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.