Business Analysis

SkillDocs & knowledge

Analyze requirements, create/maintain FSD and use cases. Use for business analysis, requirements documentation, functional specs.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Business Analysis skill

What this skill tells your AI

The instructions your AI receives, as published by typv/nest-turbo-starter in .claude/skills/specs/SKILL.md and read by ahel’s review.

Create and maintain Functional Specification Documents (FSD) and use case documentation through codebase analysis and requirements engineering.

Default (No Arguments)

If invoked without arguments, use AskUserQuestion to present available operations:

OperationDescription
initAnalyze codebase & create FSD + use cases
analyzeAnalyze new feature requirements
updateSync FSD & use cases with codebase

Present as options via AskUserQuestion with header "Business Analysis", question "What would you like to do?".

Subcommands

SubcommandReferencePurpose
/specs initreferences/init-workflow.mdAnalyze codebase and create initial FSD + use cases
/specs analyze "feature"references/analyze-workflow.mdAnalyze new feature and update FSD + use cases
/specs updatereferences/update-workflow.mdSync FSD + use cases with current codebase state

Routing

Parse $ARGUMENTS first word:

  • init → Load references/init-workflow.md
  • analyze → Load references/analyze-workflow.md, pass remaining args as feature description
  • update → Load references/update-workflow.md
  • empty/unclear → AskUserQuestion

Shared Context

  • Detection script: .claude/skills/common/detect-project-type.sh
  • FSD template: references/templates/fsd-template.md
  • UC template: references/templates/use-case-template.md
  • PRD input: docs/project-overview-pdr.md
  • Output FSD: docs/project-fsd.md
  • Output UCs: docs/usecases/{module}/uc-{module}-{nnn}-{slug}.md

Note: This skill was previously named /ba. All references now use /specs.

IMPORTANT: Do not start implementing code. This skill produces documentation only.

Signals

GitHub stars
224
Forks
47
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
specs
Source
github.com/typv/nest-turbo-starter