npx claudepluginhub urso/claudev --plugin bmadThis skill uses the workspace's default tool permissions.
**Goal:** Display current project status and recommend next workflow.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Goal: Display current project status and recommend next workflow.
Check for BMAD initialization:
bmad/config.yaml/bmad:initLoad configuration:
bmad/config.yaml for project infoplanning-artifacts/workflow-status.yaml for progressDisplay status:
Project: {project_name} ({project_type}, Level {project_level})
✓ Phase 1: Analysis
✓ product-brief (planning-artifacts/product-brief-{date}.md)
- research (optional)
→ Phase 2: Planning [CURRENT]
⚠ prd (required - NOT STARTED)
- ux-design (optional)
Phase 3: Solutioning
- architecture (required)
- epics-stories (not started)
Phase 4: Implementation
- sprint-planning (not started)
Determine recommendations based on:
Recommend next step:
Recommended: Create PRD with /bmad:create-prd
Why? For Level 2+ projects, PRD ensures all requirements are
captured before architecture and implementation.
Offer to execute:
Would you like to start /bmad:create-prd now?
/bmad:status
Run anytime to check progress and get recommendations.