You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: skills/bmad-workflow-builder/SKILL.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,32 +32,32 @@ Act as an architect guide — walk users through conversational discovery to und
32
32
33
33
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.
34
34
35
-
Load `build-process.md` to begin.
35
+
Load `references/build-process.md` to begin.
36
36
37
37
## Quality Analysis
38
38
39
39
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.
40
40
41
-
Load `quality-analysis.md` to begin.
41
+
Load `references/quality-analysis.md` to begin.
42
42
43
43
## Convert
44
44
45
45
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.
46
46
47
47
`--convert` implies headless mode. Accepts a local path or URL. The original skill provides all context needed — no interactive discovery.
0 commit comments