team-ba

Generate requirement analysis artifacts from markdown-based input files.

19|1|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/DangQuangSE/team-development-skills --skill team-ba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-ba
Source: https://github.com/DangQuangSE/team-development-skills/tree/main/virtual-team-skill/skills/team-ba
Command: npx skills add https://github.com/DangQuangSE/team-development-skills --skill team-ba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation of Business Analyst artifacts in the Virtual Team Skill pipeline, automating the process of synthesizing requirements and producing comprehensive documents for a software development team.

Core Features & Use Cases

  • Requirement Analysis: Automatically analyzes provided requirements and generates 4 key artifacts: requirements.md, user-stories.md, acceptance-criteria.md, and business-rules.md.
  • Flexible Inputs: Supports requirements from both inline text and external markdown files using the --spec flag.
  • Level-Based Configuration: Offers configurable depth and quality levels through the --level flag for varying project complexities.

Quick Start

Run the team-ba agent to generate BA artifacts for your project. Example command: /team-ba --level senior

Frequently Asked Questions about team-ba

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

FAQPage Schema
How do I automate business analyst artifact generation from markdown requirements?

To automate business analyst artifact generation, you can process inline text or external markdown files using the `--spec` flag, which automatically synthesizes requirements into structured project documentation.

What specific BA documents are generated during requirements analysis?

The requirements analysis process generates four specific BA documents: requirements.md, user-stories.md, acceptance-criteria.md, and business-rules.md.

Can I configure the depth of requirement analysis for varying project complexities?

Yes, you can configure requirement analysis depth by applying the `--level` flag, allowing you to adjust the quality and scope of the generated artifacts for different project complexities.

What is the best way to produce user stories and acceptance criteria for a virtual software team?

The best way to produce user stories and acceptance criteria for a virtual software team is to run an automated pipeline that parses raw markdown specifications and outputs these standardized BA artifacts.

Do I need external markdown files to generate software development requirements?

No, you do not need external markdown files; you can supply raw inline text directly, though utilizing external files via the `--spec` flag is supported for larger requirement sets.