aibdd-core

Centralize cross-skill reference documentation for the AIBDD workflow.

77|15|Updated May 12, 2026
One-click install
npx skills add https://github.com/Waterball-Software-Academy/aixbdd --skill aibdd-core-waterball-software-academy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aibdd-core
Source: https://github.com/Waterball-Software-Academy/aixbdd/tree/main/.agents/skills/aibdd-core
Command: npx skills add https://github.com/Waterball-Software-Academy/aixbdd --skill aibdd-core-waterball-software-academy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AIBDD skills often need consistent shared reference material, but copying the same content across multiple skills leads to drift and hard-to-audit differences.

Core Features & Use Cases

  • Shared reference hub (LOAD-only): Provides cross-skill reference documentation as a single source of truth.
  • Consistent spec path references: Centralizes common spec package paths and any other shared discovery inputs used by sibling skills.
  • Multi-language guidance references: Offers i18n rules (en-us, ja-jp, ko-kr, zh-hans, zh-hant) to keep user-facing text consistent across skills.

Quick Start

Ask your agent to load the sibling reference file aibdd-core::references/spec-package-paths.md and use it to locate the canonical specs directory structure for subsequent AIBDD steps.

Frequently Asked Questions about aibdd-core

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

FAQPage Schema
How do I prevent shared documentation drift across multiple AI skills?

To prevent shared documentation drift across multiple AI skills, use a centralized reference hub that acts as a single source of truth, exposing YAML frontmatter discovery metadata while keeping operational instructions non-executable.

How do I standardize spec package paths for AI workflow generation?

You can standardize spec package paths for AI workflow generation by loading a centralized reference file, which provides consistent directory structure definitions for subsequent sibling skill steps.

How do I keep i18n rules consistent across different AI generation skills?

To keep i18n rules consistent across different AI generation skills, reference a shared hub offering multi-language guidance for locales like en-us, ja-jp, ko-kr, zh-hans, and zh-hant.

Does aibdd-core execute operational instructions during skill discovery?

No, aibdd-core does not execute operational instructions during skill discovery; it uses a LOAD-only design that only exposes YAML frontmatter metadata while keeping operational guidance non-executable.

What is the best way to manage cross-skill reference material for AIBDD workflows?

The best way to manage cross-skill reference material for AIBDD workflows is centralizing shared SSOT resources, preventing duplicated and diverging guidance by referencing a single hub.

When should I not use a shared reference hub for AI documentation?

You should not use a shared reference hub for AI documentation if your sibling skills require independently evolving operational instructions, as this approach enforces strict consistency through a single source of truth.