framework-orientation

Explains the test-genesis QA framework and routes users to the correct skill.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/ahuaracab/test-genesis --skill framework-orientation-ahuaracab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework-orientation
Source: https://github.com/ahuaracab/test-genesis/tree/main/.agents/skills/framework-orientation
Command: npx skills add https://github.com/ahuaracab/test-genesis --skill framework-orientation-ahuaracab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? New users and fresh AI agent sessions opening the test-genesis QA framework face eleven skills, six MCP servers, and a layered automation architecture with no obvious starting point. This Skill answers "what is all this and which piece do I need right now" in plain language, without executing any testing work itself. ## Core Features & Use Cases - Framework explanation: Describes what each of the eleven skills does, what the six configured MCP servers (context7, tavily, playwright, dbhub, openapi, postman) are for, and how the STLC, Shift-Left/Shift-Right, and Risk-Based Testing lifecycle fits together. - Skill routing: Maps a task described in plain words to the one or two skills that answer it, explaining why not a similarly named neighbor (e.g., sprint-testing vs. test-documentation). - Boundary enforcement: Explicitly distinguishes onboarding a person to the framework from project-discovery, which onboards a target repository's business and codebase context. - Use Case: A developer clones the repo and asks "I don't understand how this works, where do I start?" The Skill gives a short tour of the skill map, MCP roster, and lifecycle primer, then routes them to the specific skill matching their actual task. ## Quick Start Ask the agent to explain this repository and walk you through which skill to use for your first testing task.

Frequently Asked Questions about framework-orientation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get started with the test-genesis QA framework?

Ask for a framework orientation to get a plain-language tour of the eleven skills, the six MCP servers, and the testing lifecycle. The Skill then routes you to the specific skill matching your first task, such as shift-left-testing or sprint-testing.

Which skill should I use for testing a story in the current sprint?

Use sprint-testing, which plans, executes, and reports manual QA for one in-sprint ticket. The framework-orientation skill's decision table maps plain-language tasks like "test this story" to the correct skill.

What is the difference between framework-orientation and project-discovery?

framework-orientation onboards a person to the test-genesis framework itself, while project-discovery onboards a target repository's business and codebase context into the framework by producing PRD, SRS, and glossary documents. They use the same verb in opposite directions.

What MCP servers does the test-genesis framework configure?

Six MCP servers are declared in .mcp.json: context7 for current library documentation, tavily for web search, playwright for browser automation, dbhub for database access, openapi for API spec tooling, and postman for hosted API collections.

When should I not use framework-orientation?

Do not use it to onboard a target project's codebase (that is project-discovery), to answer deep doctrine questions owned by a specific skill, or to make actual QA decisions like verdicts or test case selection. It only explains and routes.