スキル一覧に戻る
venturo-id

plan-document

by venturo-id

0🍴 1📅 2025年12月4日
GitHubで見るManusで実行

SKILL.md


name: plan-document description: Use this skill every user want to create test plan.

Plan Document

Purpose

  • Create test plan document from the given context

Test Step Rules

  1. Every UI action must reference data-testid.
  2. Example:
    • Click data-testid="add_user"
    • Fill data-testid="full_name" with ""
    • Verify data-testid="dialog_user" closes
  3. Always resolve selectors using the collect-selector skill rules.

Test plan must following template

# Scenario Planning

- Code: [SCN-1]
- Feature: <Feature Name>
- Scenario: <Short Title>
- Date: <YYYY-MM-DD>
- Environment: // Check from tests/.env
    - BASE_URL,
    - AUTH_EMAIL,
    - AUTH_PASSWORD

## Context
- Product area: User Management - Core Module
- Goals: Ensure basic user creation functionality works correctly with valid data
- Risks: Form submission failure, network issues, permission validation

## Scenario Details
### Goal: 
  1. <outcome>
### Test File To Generate: 
  1. <plan_test_file_path rule : tests/{feature_name}/{scenario-code}-{kebab-case-scenario}.spec.ts>
### Preconditions: 
  1. <auth/seed/flags>
### Component Path: 
  1. <src all component and sub component that use on test steps>
### Page Route: 
  1. </pageroute>
### API Route: 
  1. </apiroute>
### Test Data: 
  1. <constant data>
### Steps:
  1. <step>
  2. <step>
  ...
### Expected Results:
  - <assert URL/UI/effect>
### Notes: <logs/analytics/cleanup>

Output Format

Return a markdown string containing the generated test plan with the template below.

スコア

総合スコア

35/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です