What it does
QA Test Planner is an Agent Skills–format resource in softaworks/agent-toolkit that works with multiple AI coding agents. It generates QA documentation rather than automation code: test plans, structured manual test cases with preconditions, numbered steps, expected results, test data, and edge cases, plus tiered regression suites. It also generates Figma design validations via the Figma MCP and bug reports formatted for tracking systems like Jira, Linear, or GitHub Issues.
How QA teams use it
- Generate a standardized test plan and manual test case set from a feature description, ready to paste into a test management tool.
- Produce a tiered regression suite scoped to the time available before a release — smoke, targeted, full, or sanity.
- Turn a design in Figma into a validation checklist, or a bug description into a tracker-ready report for Jira, Linear, or GitHub Issues.
Notes
Targets manual QA artifacts and documentation — it does not generate automation code.
Setup
Install the toolkit with npx skills add softaworks/agent-toolkit.
