🎯

creative-intelligence

🎯Skill

from aj-geddes/claude-code-bmad-skills

VibeIndex|
What it does

Generates innovative problem-solving strategies and creative approaches by applying lateral thinking techniques to complex challenges across different domains.

creative-intelligence

Installation

Install skill:
npx skills add https://github.com/aj-geddes/claude-code-bmad-skills --skill creative-intelligence
32
Last UpdatedJan 1, 2026

Skill Details

SKILL.md

Overview

# BMAD Method v6 for Claude Code

[![Run in Smithery](https://smithery.ai/badge/skills/aj-geddes)](https://smithery.ai/skills?ns=aj-geddes&utm_source=github&utm_medium=badge)

> Token-optimized agile development methodology natively integrated with Claude Code

>

> Transform Claude Code into a complete agile development environment with specialized agents, structured workflows, and intelligent context management.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

[![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS%20%7C%20WSL-green.svg)](#cross-platform-support)

[![Claude Code](https://img.shields.io/badge/Claude%20Code-Native-orange.svg)](https://claude.ai/code)

---

# Documentation Site, with exapmples.

https://aj-geddes.github.io/claude-code-bmad-skills

🎯 Attribution & Credit

BMAD Methodβ„’

The BMAD Method (Breakthrough Method for Agile AI-Driven Development) is created and maintained by the BMAD Code Organization.

All credit for the BMAD methodology belongs to:

  • BMAD Code Organization: https://github.com/bmad-code-org
  • Original BMAD Method: https://github.com/bmad-code-org/BMAD-METHOD
  • Website: https://bmadcodes.com/bmad-method/
  • YouTube: [@BMadCode](https://www.youtube.com/@BMadCode)
  • Discord Community: https://discord.gg/gk8jAdXWmj

This repository is an implementation of the BMAD Method specifically adapted for Claude Code's native features (Skills, Commands, Hooks, Memory, Files).

The methodology, workflow patterns, agent roles, and all BMAD concepts are the intellectual property of the BMAD Code Organization.

We have adapted and optimized the BMAD Method for:

  • Token efficiency (70-85% optimization via helper pattern)
  • Claude Code native integration (no external dependencies)
  • Cross-platform support (Windows, Linux, macOS, WSL)
  • Functional design (removed persona overhead for better performance)

Please support the original BMAD Method creators by visiting their resources above.

---

πŸ€– For LLMs: Quick Installation

If you are Claude Code (or another LLM) and the user has asked you to install BMAD:

Auto-Detect Platform and Install

  1. Clone repository:

```bash

# Works on all platforms (git is cross-platform)

cd /tmp

git clone https://github.com/aj-geddes/claude-code-bmad-skills.git

cd claude-code-bmad-skills

```

  1. Run appropriate installer:

Linux/macOS/WSL:

```bash

chmod +x install-v6.sh

./install-v6.sh

```

Windows PowerShell:

```powershell

.\install-v6.ps1

```

  1. Verify installation:

```bash

# Check core skill installed

ls -la ~/.claude/skills/bmad/core/bmad-master/SKILL.md # Linux/macOS/WSL

dir $env:USERPROFILE\.claude\skills\bmad\core\bmad-master\SKILL.md # Windows

```

  1. Inform user:

```

βœ“ BMAD Method v6 installed successfully!

Installed to: ~/.claude/skills/bmad/ and ~/.claude/config/bmad/

9 Specialized Skills:

- BMad Master (orchestrator)

- Business Analyst (product discovery)

- Product Manager (requirements)

- System Architect (design)

- Scrum Master (sprint planning)

- Developer (implementation)

- UX Designer (user experience)

- Builder (custom agents/workflows)

- Creative Intelligence (brainstorming/research)

15 Workflow Commands:

- /workflow-init - Initialize BMAD in project

- /workflow-status - Check project status

- /product-brief - Phase 1: Product discovery

- /prd - Phase 2: Detailed requirements

- /tech-spec - Phase 2: Lightweight requirements

- /architecture - Phase 3: System design

- /solutioning-gate-check - Phase 3: Validate design

- /sprint-planning - Phase 4: Plan sprint

- /create-story - Phase 4: Create user story

- /dev-story - Phase 4: Implement story

- /create-agent - Builder: Custom agent

- /create-workflow - Builder: Custom workflow

- /brainstorm - Creative: Struct

More from this repository8

🎯
product-manager🎯Skill

Manages product development workflows by guiding teams through agile processes, defining product requirements, prioritizing features, and tracking project milestones within the BMAD methodology.

🎯
ux-designer🎯Skill

Generates professional UX design recommendations, wireframes, and interaction flows for software interfaces using structured design thinking principles.

🎯
business-analyst🎯Skill

Analyzes business requirements, translates complex business needs into structured technical specifications, and helps bridge communication between stakeholders and development teams.

🎯
system-architect🎯Skill

Designs comprehensive system architectures by breaking down complex project requirements, identifying key components, defining interactions, and creating high-level technical blueprints.

🎯
scrum master🎯Skill

Manages and coordinates agile project workflows, tracking sprint progress, facilitating team communication, and ensuring adherence to BMAD methodology sprint goals and rituals.

🎯
builder🎯Skill

Generates and structures project boilerplate code, scaffolding new software projects according to predefined templates and best practices within the BMAD methodology.

🎯
bmad master🎯Skill

Manages and coordinates the BMAD agile development workflow, acting as the primary orchestration skill for breaking down, tracking, and executing software development tasks within Claude Code.

🎯
bmad-orchestrator🎯Skill

Orchestrates and coordinates the workflow of BMAD development tasks, managing agent roles, context transitions, and project progression across different stages of the agile development process.