mcpbeat Sign in

Quality Engineering Business Analysis Agent Skill

Investigate requirements via atomic AC decomposition, actor/permission matrices, and truth-table edge cases; enforce User Story standards (scope fences, platform tags, toggles). Use when writing/reviewing Stories or AC with multi-condition logic, feature toggles, or market variants (VN/MY/SG).

3k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
536
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill quality-engineering-business-analysis

What comes with it

6 433 bytes besides the instruction
references/analysis_patterns.md
references/logic_truth_tables.md
references/user_story_template.md

The instruction itself

10 sections, as written by the author

Business Analysis Standards (Deep Analysis + Story Authoring)

Priority: P0 (CRITICAL)

1. Deep Investigation Protocol

  • Atomic AC Decomposition: Split Acceptance Criteria (AC) into 1-Condition logic units (e.g., "User can X and Y" -> "User can X", "User can Y").
  • Variable Identification: Extract all Feature Toggles, Market Rules (VN/MY/SG), and User Roles.
  • Platform Parity: Verify if logic applies to both Web and Mobile; Flag divergent behavior early.
  • Truth Table Verification: Map complex multi-condition logic to Logic Truth Table.

2. Dynamic Actor & Permission Mapping

  • Identify all Actors (e.g., Customer, Sales Rep, Admin).
  • Use Actor/Permission Matrix to map specific constraints per Actor.
  • Permissions Patterns

3. Edge Case & Boundary Analysis

  • State Validation: Verify behavior across all entity (e.g., Active, Suspended) and network states.
  • Boundary Detection: Analyze currency, date, and count limits.
  • Negative Testing: Identify flows for Unauthorized Access, Invalid Input, and Null-safety.

4. Anti-Patterns (Analysis)

  • No Surface Reading: investigate _implications_, don't restate.
  • No Assumption: Flag undefined states (e.g., Offline) as P0 blockers.
  • No Loose Mapping: Ensure AC aligns 100% with Technical Impact notes.

5. User Story Authoring Standards

  • Story Structure: Every story must use As a [Actor], I want [Goal], so that [Value].
  • AC Format: Each AC must one Given / When / Then block — one condition per block.
  • Platform Tag: Prefix each AC with [WEB], [MOBILE], or [BOTH] — never mix platforms in one AC block.
  • Toggle Contract: Each feature flag AC must name flag and state: Toggle: <FlagName> = ON/OFF.
  • Market Isolation: Any market-specific AC must prefixed [Market: VN], [Market: MY], etc.
  • Scope Fence: Include explicit ## In Scope, ## Out of Scope, and ## Deferred sections. Deferred items must link to Jira ticket — never write "to discuss".
  • Translation AC: Language/locale behavior separate AC, not inline note.

See User Story Template for full authoring template.

6. Anti-Patterns (Story Authoring)

  • No mixed-platform AC: [MOBILE ONLY] buried inline hides parity gaps — use platform tags.
  • No "to discuss": Replace with linked Jira ticket in ## Deferred.
  • No implicit toggle states: Always declare both ON and OFF behavior per AC.
  • No bundled AC: "User sees X and Y and Z" → split into three separate AC blocks.

7. Validation Checklist

Run after authoring or reviewing any User Story before marking it ready for development:

  • [ ] Every AC [WEB], [MOBILE], or [BOTH] platform tag
  • [ ] Every toggle AC declares both = ON and = OFF states explicitly
  • [ ] No AC block contains more than one And condition (split if it )
  • [ ] No "to discuss" text anywhere — replaced by Jira link in ## Deferred
  • [ ] Story ## In Scope, ## Out of Scope, and ## Deferred sections
  • [ ] Story uses As a / I want / So that header
  • [ ] Market-specific ACs prefixed [Market: VN], [Market: MY], etc.
  • [ ] Translation / locale behavior its own AC or deferred with Jira link

Canonical response anchors

When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:

  • Actor
  • Mobile
  • Variable
  • Additional task-grounded exact anchors: Truth table

Other skills for the same job

different authors, same section of the catalogue
Doc Coauthoring
by anthropics
vendor ×10

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

4k tokens
Changelog Generator
by frostant
×9

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

774 tokens
Test Driven Development
by w95
×7

Use when implementing any feature or bugfix, before writing implementation code

2k tokens
Writing Plans
by ZhanlinCui
×4

Use when you have a spec or requirements for a multi-step task, before touching code

816 tokens
Writing Skills
by ZhanlinCui
×4

Use when creating new skills, editing existing skills, or verifying skills work before deployment

26k tokens scripts
Crafting Effective Readmes
by softaworks
×3

Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.

15k tokens
Humanizer
by softaworks
×3

| Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

6k tokens
Opentrons Integration
by christophacham
×3

Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.

9k tokens scripts

How to use it

Copy the folder

Take hoangnguyen0403/quality-engineering-business-analysis from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.