Skip to content

Commit b7b967a

Browse files
committed
Move workflow-builder process and scan files into references/
Relocate build-process, quality-analysis, quality-scan-*, and report-quality-scan-creator docs from the skill root into references/ where non-SKILL reference files belong. Update SKILL.md load paths accordingly and normalize ./references/ to references/ for consistency.
1 parent 96b30f3 commit b7b967a

10 files changed

Lines changed: 7 additions & 7 deletions

skills/bmad-workflow-builder/SKILL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,32 @@ Act as an architect guide — walk users through conversational discovery to und
3232

3333
The core creative path — where workflow and skill ideas become reality. Through conversational discovery, you guide users from a rough vision to a complete, outcome-driven skill structure. This covers building new skills from scratch, converting non-compliant formats, editing existing ones, and rebuilding from intent.
3434

35-
Load `build-process.md` to begin.
35+
Load `references/build-process.md` to begin.
3636

3737
## Quality Analysis
3838

3939
Comprehensive quality analysis toward outcome-driven design. Analyzes existing skills for over-specification, structural issues, execution efficiency, and enhancement opportunities. Uses deterministic lint scripts and parallel LLM scanner subagents. Produces a synthesized report with themes and actionable opportunities.
4040

41-
Load `quality-analysis.md` to begin.
41+
Load `references/quality-analysis.md` to begin.
4242

4343
## Convert
4444

4545
One-command conversion of any existing skill into a BMad-compliant, outcome-driven equivalent. Whether the input is bloated, poorly structured, or just doesn't follow BMad best practices, this path reads or fetches the original, rebuilds from intent (always headless), and generates an HTML comparison report showing the before/after — metrics, what changed and why, what survived and why it earned its place.
4646

4747
`--convert` implies headless mode. Accepts a local path or URL. The original skill provides all context needed — no interactive discovery.
4848

49-
Load `./references/convert-process.md` to begin.
49+
Load `references/convert-process.md` to begin.
5050

5151
---
5252

5353
## Skill Intent Routing Reference
5454

5555
| Intent | Trigger Phrases | Route |
5656
| --------------------------- | ----------------------------------------------------- | ------------------------------------------------ |
57-
| **Build new** | "build/create/design a workflow/skill/tool" | Load `build-process.md` |
58-
| **Convert** | `--convert path-or-url` | Load `./references/convert-process.md` |
57+
| **Build new** | "build/create/design a workflow/skill/tool" | Load `references/build-process.md` |
58+
| **Convert** | `--convert path-or-url` | Load `references/convert-process.md` |
5959
| **Existing skill provided** | Path to existing skill, or "edit/fix/analyze" | Ask the 3-way question below, then route |
60-
| **Quality analyze** | "quality check", "validate", "review workflow/skill" | Load `quality-analysis.md` |
60+
| **Quality analyze** | "quality check", "validate", "review workflow/skill" | Load `references/quality-analysis.md` |
6161
| **Unclear** || Present options and ask |
6262

6363
### When given an existing skill, ask:
@@ -66,6 +66,6 @@ Load `./references/convert-process.md` to begin.
6666
- **Edit** — Modify specific behavior while keeping the current approach
6767
- **Rebuild** — Rethink from core outcomes using this as reference material, full discovery process
6868

69-
Analyze routes to `quality-analysis.md`. Edit and Rebuild both route to `build-process.md` with the chosen intent.
69+
Analyze routes to `references/quality-analysis.md`. Edit and Rebuild both route to `references/build-process.md` with the chosen intent.
7070

7171
Regardless of path, respect headless mode if requested.
File renamed without changes.

skills/bmad-workflow-builder/quality-analysis.md renamed to skills/bmad-workflow-builder/references/quality-analysis.md

File renamed without changes.

skills/bmad-workflow-builder/quality-scan-enhancement-opportunities.md renamed to skills/bmad-workflow-builder/references/quality-scan-enhancement-opportunities.md

File renamed without changes.

skills/bmad-workflow-builder/quality-scan-execution-efficiency.md renamed to skills/bmad-workflow-builder/references/quality-scan-execution-efficiency.md

File renamed without changes.

skills/bmad-workflow-builder/quality-scan-prompt-craft.md renamed to skills/bmad-workflow-builder/references/quality-scan-prompt-craft.md

File renamed without changes.

skills/bmad-workflow-builder/quality-scan-script-opportunities.md renamed to skills/bmad-workflow-builder/references/quality-scan-script-opportunities.md

File renamed without changes.

skills/bmad-workflow-builder/quality-scan-skill-cohesion.md renamed to skills/bmad-workflow-builder/references/quality-scan-skill-cohesion.md

File renamed without changes.

skills/bmad-workflow-builder/quality-scan-workflow-integrity.md renamed to skills/bmad-workflow-builder/references/quality-scan-workflow-integrity.md

File renamed without changes.

skills/bmad-workflow-builder/report-quality-scan-creator.md renamed to skills/bmad-workflow-builder/references/report-quality-scan-creator.md

File renamed without changes.

0 commit comments

Comments
 (0)