一键导入
gentle-ai-integration
Registers and integrates the gentle-ai CLI with BMAD as an optional workflow. Use when the user asks to integrate, diagnose, or run gentle-ai.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Registers and integrates the gentle-ai CLI with BMAD as an optional workflow. Use when the user asks to integrate, diagnose, or run gentle-ai.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Registers and runs AI-First CLI as a BMAD-invocable workflow. Use when the user asks to generate or verify ai-context, get task context, run MCP doctor, or configure AI-First integration.
Conventions and structural patterns for authoring BMAD agents — roles, triggers, persona rules, task boundaries, and output contracts. Covers SKILL.md frontmatter format, 8-step activation sequence, customize.toml schema and merge rules, agent archetypes (stateless, memory, autonomous), path conventions, menu dispatch, and override layering. Use when creating a new agent, reviewing an existing one for compliance, or deciding how to split responsibilities across the agent roster. Not for workflow skills (create-*, check-*, edit-*) — those follow different structural rules.
Registers and runs Graphify CLI as a BMAD-invocable workflow. Use when the user asks to run graphify, build/update the graph report, or configure graphify integration.
Registers and integrates the gentle-ai CLI with BMAD as an optional workflow. Use when the user asks to integrate, diagnose, or run gentle-ai.
Agile AI-driven development framework with specialized agent personas, structured workflows, and scale-adaptive intelligence. Use when setting up BMad Method in a project, installing agent skills, or running BMad workflows. Not for general agile consulting or non-BMad methodologies.
Design a skill scope through guided discovery. Use when the user requests to "create a skill brief" or "brief a skill".
| name | gentle-ai-integration |
| description | Registers and integrates the gentle-ai CLI with BMAD as an optional workflow. Use when the user asks to integrate, diagnose, or run gentle-ai. |
Optional integration wrapper around the external gentle-ai CLI.
This skill supports four modes:
setup / configure / install: register this module into project _bmad config and help menu.diagnose: detect gentle-ai, show compatibility notes, and recommend next steps.sync: run gentle-ai sync (or user-provided args) to align configs.run: run any gentle-ai command explicitly provided by the user.setup, configure, or install, load ./assets/module-setup.md and complete registration.{project-root}/_bmad/config.yaml contains module section gai. If missing, load ./assets/module-setup.md first.{project-root}/_bmad/config.yaml and {project-root}/_bmad/config.user.yaml, read gai.gentle_ai_bin and gai.gentle_ai_default_args.gentle_ai_bin=gentle-ai, gentle_ai_default_args="".command -v <gentle_ai_bin>.<gentle_ai_bin> --version to surface the version../assets/install-guide.md and present the commands verbatim.gentle-ai syncskill-registry/sdd-init (if the agent supports it)diagnose: no further action.sync: run <gentle_ai_bin> sync or <gentle_ai_bin> <user-args> if provided.run: run <gentle_ai_bin> <user-args> (required).configure:
./assets/module-setup.md.diagnose:
sync:
run: