Generate Test Plan

Use when a QA engineer needs a test plan generated from an FRS document or raw application code — NOT from user stories. Walks every structured section of the FRS (Functional Requirements, Acceptance Criteria, Main Flow, Alternative Flows, Exception Flows, Edge Cases, Business Rules, Notifications, Form Fields), auto-generates implicit TCs the source leaves unstated (validation, cross-field rules, state transitions, modal/view interactions, session edge cases, multi-tenancy, authorization, concurrency), AND populates a per-TC Test Data section with concrete or templated values derived from each field's constraints. Produces TC files in the docs/wiki repo at {docs_repo}/test-plans/{feature}/{use-case}/{feature}-TC-NNN.md, with each TC tracing back to its FR-ID / AC-ID / BR-ID / EC-ID / matrix row so coverage is auditable. The skill auto-discovers the docs/wiki repo (sibling lookup, then grandparent lookup, then asks). FRS input → placeholder selectors; raw-code input → selectors extracted from code. Test Data

thapaliyabikendra f927b20 2 files · 53.6 KB Updated

File contents

thapaliyabikendra/agentic-dev-flow/tree/main/plugins/agentic-flow/skills/generate-test-plan commit f927b20e32

Frequently asked questions

npx skillmds@latest add thapaliyabikendra/generate-test-plan