bmad-method 4.39.1 → 4.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +1 -1
- package/LICENSE +6 -1
- package/README.md +11 -7
- package/bmad-core/agent-teams/team-all.yaml +1 -0
- package/bmad-core/agent-teams/team-fullstack.yaml +1 -0
- package/bmad-core/agent-teams/team-ide-minimal.yaml +1 -0
- package/bmad-core/agent-teams/team-no-ui.yaml +1 -0
- package/bmad-core/agents/analyst.md +2 -0
- package/bmad-core/agents/architect.md +2 -0
- package/bmad-core/agents/bmad-master.md +2 -0
- package/bmad-core/agents/bmad-orchestrator.md +2 -0
- package/bmad-core/agents/dev.md +2 -0
- package/bmad-core/agents/pm.md +2 -0
- package/bmad-core/agents/po.md +2 -0
- package/bmad-core/agents/qa.md +2 -0
- package/bmad-core/agents/sm.md +2 -0
- package/bmad-core/agents/ux-expert.md +2 -0
- package/bmad-core/checklists/architect-checklist.md +2 -0
- package/bmad-core/checklists/change-checklist.md +2 -0
- package/bmad-core/checklists/pm-checklist.md +2 -0
- package/bmad-core/checklists/po-master-checklist.md +2 -0
- package/bmad-core/checklists/story-dod-checklist.md +2 -0
- package/bmad-core/checklists/story-draft-checklist.md +2 -0
- package/bmad-core/core-config.yaml +1 -0
- package/bmad-core/data/bmad-kb.md +9 -7
- package/bmad-core/data/brainstorming-techniques.md +2 -0
- package/bmad-core/data/elicitation-methods.md +2 -0
- package/bmad-core/data/technical-preferences.md +2 -0
- package/bmad-core/data/test-levels-framework.md +2 -0
- package/bmad-core/data/test-priorities-matrix.md +2 -0
- package/bmad-core/tasks/advanced-elicitation.md +2 -0
- package/bmad-core/tasks/apply-qa-fixes.md +2 -0
- package/bmad-core/tasks/brownfield-create-epic.md +2 -0
- package/bmad-core/tasks/brownfield-create-story.md +2 -0
- package/bmad-core/tasks/correct-course.md +2 -0
- package/bmad-core/tasks/create-brownfield-story.md +2 -0
- package/bmad-core/tasks/create-deep-research-prompt.md +2 -0
- package/bmad-core/tasks/create-next-story.md +2 -0
- package/bmad-core/tasks/document-project.md +2 -0
- package/bmad-core/tasks/facilitate-brainstorming-session.md +3 -1
- package/bmad-core/tasks/generate-ai-frontend-prompt.md +2 -0
- package/bmad-core/tasks/index-docs.md +2 -0
- package/bmad-core/tasks/kb-mode-interaction.md +2 -0
- package/bmad-core/tasks/nfr-assess.md +2 -0
- package/bmad-core/tasks/qa-gate.md +2 -0
- package/bmad-core/tasks/review-story.md +2 -0
- package/bmad-core/tasks/risk-profile.md +2 -0
- package/bmad-core/tasks/shard-doc.md +2 -0
- package/bmad-core/tasks/test-design.md +2 -0
- package/bmad-core/tasks/trace-requirements.md +2 -0
- package/bmad-core/tasks/validate-next-story.md +2 -0
- package/bmad-core/templates/architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/brainstorming-output-tmpl.yaml +1 -1
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/brownfield-prd-tmpl.yaml +1 -0
- package/bmad-core/templates/competitor-analysis-tmpl.yaml +1 -0
- package/bmad-core/templates/front-end-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/front-end-spec-tmpl.yaml +1 -0
- package/bmad-core/templates/fullstack-architecture-tmpl.yaml +1 -0
- package/bmad-core/templates/market-research-tmpl.yaml +1 -0
- package/bmad-core/templates/prd-tmpl.yaml +1 -0
- package/bmad-core/templates/project-brief-tmpl.yaml +1 -0
- package/bmad-core/templates/qa-gate-tmpl.yaml +1 -0
- package/bmad-core/templates/story-tmpl.yaml +1 -0
- package/bmad-core/workflows/brownfield-fullstack.yaml +1 -0
- package/bmad-core/workflows/brownfield-service.yaml +1 -0
- package/bmad-core/workflows/brownfield-ui.yaml +1 -0
- package/bmad-core/workflows/greenfield-fullstack.yaml +1 -0
- package/bmad-core/workflows/greenfield-service.yaml +1 -0
- package/bmad-core/workflows/greenfield-ui.yaml +1 -0
- package/common/tasks/create-doc.md +2 -0
- package/common/tasks/execute-checklist.md +2 -0
- package/common/utils/bmad-doc-template.md +2 -0
- package/common/utils/workflow-management.md +2 -0
- package/dist/agents/analyst.txt +26 -9
- package/dist/agents/architect.txt +16 -0
- package/dist/agents/bmad-master.txt +65 -8
- package/dist/agents/bmad-orchestrator.txt +19 -12
- package/dist/agents/dev.txt +8 -0
- package/dist/agents/pm.txt +22 -0
- package/dist/agents/po.txt +13 -0
- package/dist/agents/qa.txt +16 -0
- package/dist/agents/sm.txt +9 -0
- package/dist/agents/ux-expert.txt +9 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +15 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +7 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +7 -0
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +64 -7
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +19 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +19 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +6 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +9 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +82 -7
- package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +97 -47
- package/dist/expansion-packs/bmad-creative-writing/agents/book-critic.txt +7 -4
- package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +84 -37
- package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +59 -17
- package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +90 -49
- package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +109 -47
- package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +74 -28
- package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +56 -9
- package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +98 -48
- package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +1404 -810
- package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +12 -0
- package/dist/teams/team-all.txt +92 -14
- package/dist/teams/team-fullstack.txt +71 -14
- package/dist/teams/team-ide-minimal.txt +56 -12
- package/dist/teams/team-no-ui.txt +64 -14
- package/docs/versioning-and-releases.md +1 -1
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +2 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +1 -0
- package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +2 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +1 -0
- package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/README.md +15 -1
- package/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +2 -1
- package/expansion-packs/bmad-creative-writing/agents/beta-reader.md +14 -11
- package/expansion-packs/bmad-creative-writing/agents/book-critic.md +7 -2
- package/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +14 -11
- package/expansion-packs/bmad-creative-writing/agents/cover-designer.md +5 -0
- package/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +14 -11
- package/expansion-packs/bmad-creative-writing/agents/editor.md +14 -11
- package/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +15 -12
- package/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +14 -11
- package/expansion-packs/bmad-creative-writing/agents/plot-architect.md +14 -11
- package/expansion-packs/bmad-creative-writing/agents/world-builder.md +14 -11
- package/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +16 -10
- package/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +16 -9
- package/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +16 -9
- package/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +19 -12
- package/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +12 -2
- package/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +16 -9
- package/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +17 -10
- package/expansion-packs/bmad-creative-writing/config.yaml +3 -2
- package/expansion-packs/bmad-creative-writing/data/bmad-kb.md +13 -1
- package/expansion-packs/bmad-creative-writing/data/story-structures.md +10 -1
- package/expansion-packs/bmad-creative-writing/docs/brief.md +30 -1
- package/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +3 -1
- package/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +14 -2
- package/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +23 -16
- package/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/build-world.md +18 -11
- package/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +16 -9
- package/expansion-packs/bmad-creative-writing/tasks/create-doc.md +3 -1
- package/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +19 -12
- package/expansion-packs/bmad-creative-writing/tasks/critical-review.md +20 -13
- package/expansion-packs/bmad-creative-writing/tasks/develop-character.md +18 -11
- package/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +3 -8
- package/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/final-polish.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +19 -12
- package/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +20 -13
- package/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +19 -12
- package/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +18 -11
- package/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +16 -9
- package/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +17 -10
- package/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +14 -1
- package/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +1 -1
- package/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +1 -1
- package/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +1 -0
- package/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +107 -65
- package/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +1 -3
- package/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +1 -2
- package/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +2 -2
- package/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +2 -3
- package/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +1 -2
- package/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +1 -2
- package/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +1 -2
- package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +2 -0
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +1 -0
- package/package.json +1 -1
- package/release_notes.md +23 -0
- package/tools/cli.js +2 -2
- package/tools/flattener/main.js +1 -6
- package/tools/installer/bin/bmad.js +1 -1
- package/tools/installer/config/install.config.yaml +1 -1
- package/tools/installer/package.json +1 -1
- package/tools/shared/bannerArt.js +3 -3
- /package/{sync-version.sh → tools/sync-version.sh} +0 -0
|
@@ -1,15 +1,27 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# Book Cover Design Assets
|
|
4
|
+
|
|
2
5
|
# ============================================================
|
|
6
|
+
|
|
3
7
|
# This canvas file contains:
|
|
8
|
+
|
|
4
9
|
# 1. Agent definition (cover-designer)
|
|
10
|
+
|
|
5
11
|
# 2. Three tasks
|
|
12
|
+
|
|
6
13
|
# 3. One template
|
|
14
|
+
|
|
7
15
|
# 4. One checklist
|
|
16
|
+
|
|
8
17
|
# ------------------------------------------------------------
|
|
9
18
|
|
|
10
19
|
# ------------------------------------------------------------
|
|
20
|
+
|
|
11
21
|
# agents/cover-designer.md
|
|
22
|
+
|
|
12
23
|
# ------------------------------------------------------------
|
|
24
|
+
|
|
13
25
|
```yaml
|
|
14
26
|
agent:
|
|
15
27
|
name: Iris Vega
|
|
@@ -50,81 +62,103 @@ dependencies:
|
|
|
50
62
|
```
|
|
51
63
|
|
|
52
64
|
# ------------------------------------------------------------
|
|
65
|
+
|
|
53
66
|
# tasks/generate-cover-brief.md
|
|
67
|
+
|
|
54
68
|
# ------------------------------------------------------------
|
|
69
|
+
|
|
55
70
|
---
|
|
71
|
+
|
|
56
72
|
task:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
73
|
+
id: generate-cover-brief
|
|
74
|
+
name: Generate Cover Brief
|
|
75
|
+
description: Interactive questionnaire that captures all creative and technical parameters for the cover.
|
|
76
|
+
persona_default: cover-designer
|
|
61
77
|
steps:
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
78
|
+
|
|
79
|
+
- Ask for title, subtitle, author name, series info.
|
|
80
|
+
- Ask for genre, target audience, comparable titles.
|
|
81
|
+
- Ask for trim size (e.g., 6"x9"), page count, paper color.
|
|
82
|
+
- Ask for mood keywords, primary imagery, color palette.
|
|
83
|
+
- Ask what should appear on back cover (blurb, reviews, author bio, ISBN location).
|
|
84
|
+
- Fill cover-design-brief-tmpl with collected info.
|
|
85
|
+
output: cover-brief.md
|
|
86
|
+
...
|
|
70
87
|
|
|
71
88
|
# ------------------------------------------------------------
|
|
89
|
+
|
|
72
90
|
# tasks/generate-cover-prompts.md
|
|
91
|
+
|
|
73
92
|
# ------------------------------------------------------------
|
|
93
|
+
|
|
74
94
|
---
|
|
95
|
+
|
|
75
96
|
task:
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
97
|
+
id: generate-cover-prompts
|
|
98
|
+
name: Generate Cover Prompts
|
|
99
|
+
description: Produce AI image generator prompts for front cover artwork plus typography guidance.
|
|
100
|
+
persona_default: cover-designer
|
|
80
101
|
inputs:
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
102
|
+
|
|
103
|
+
- cover-brief.md
|
|
104
|
+
steps:
|
|
105
|
+
- Extract mood, genre, imagery from brief.
|
|
106
|
+
- Draft 3‑5 alternative stable diffusion / DALL·E prompts (include style, lens, color keywords).
|
|
107
|
+
- Specify safe negative prompts.
|
|
108
|
+
- Provide font pairing suggestions (Google Fonts) matching genre.
|
|
109
|
+
- Output prompts and typography guidance to cover-prompts.md.
|
|
110
|
+
output: cover-prompts.md
|
|
111
|
+
...
|
|
90
112
|
|
|
91
113
|
# ------------------------------------------------------------
|
|
114
|
+
|
|
92
115
|
# tasks/assemble-kdp-package.md
|
|
116
|
+
|
|
93
117
|
# ------------------------------------------------------------
|
|
118
|
+
|
|
94
119
|
---
|
|
120
|
+
|
|
95
121
|
task:
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
122
|
+
id: assemble-kdp-package
|
|
123
|
+
name: Assemble KDP Cover Package
|
|
124
|
+
description: Compile final instructions, assets list, and compliance checklist for Amazon KDP upload.
|
|
125
|
+
persona_default: cover-designer
|
|
100
126
|
inputs:
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
127
|
+
|
|
128
|
+
- cover-brief.md
|
|
129
|
+
- cover-prompts.md
|
|
130
|
+
steps:
|
|
131
|
+
- Calculate full‑wrap cover dimensions (front, spine, back) using trim size & page count.
|
|
132
|
+
- List required bleed and margin values.
|
|
133
|
+
- Provide layout diagram (ASCII or Mermaid) labeling zones.
|
|
134
|
+
- Insert ISBN placeholder or user‑supplied barcode location.
|
|
135
|
+
- Populate back‑cover content sections (blurb, reviews, author bio).
|
|
136
|
+
- Export combined PDF instructions (design-package.md) with link placeholders for final JPEG/PNG.
|
|
137
|
+
- Execute kdp-cover-ready-checklist; flag any unmet items.
|
|
138
|
+
output: design-package.md
|
|
139
|
+
...
|
|
113
140
|
|
|
114
141
|
# ------------------------------------------------------------
|
|
142
|
+
|
|
115
143
|
# templates/cover-design-brief-tmpl.yaml
|
|
144
|
+
|
|
116
145
|
# ------------------------------------------------------------
|
|
146
|
+
|
|
117
147
|
---
|
|
148
|
+
|
|
118
149
|
template:
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
150
|
+
id: cover-design-brief-tmpl
|
|
151
|
+
name: Cover Design Brief
|
|
152
|
+
description: Structured form capturing creative + technical details for cover design.
|
|
153
|
+
whenToUse: During generate-cover-brief task.
|
|
154
|
+
exampleOutput: cover-brief.md
|
|
155
|
+
|
|
124
156
|
---
|
|
157
|
+
|
|
125
158
|
# Cover Design Brief – {{title}}
|
|
126
159
|
|
|
127
160
|
## Book Metadata
|
|
161
|
+
|
|
128
162
|
- **Title:** {{title}}
|
|
129
163
|
- **Subtitle:** {{subtitle}}
|
|
130
164
|
- **Author:** {{author}}
|
|
@@ -133,21 +167,24 @@ template:
|
|
|
133
167
|
- **Target Audience:** {{audience}}
|
|
134
168
|
|
|
135
169
|
## Technical Specs
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
|
139
|
-
|
|
|
140
|
-
|
|
|
141
|
-
|
|
|
142
|
-
|
|
|
170
|
+
|
|
171
|
+
| Item | Value |
|
|
172
|
+
| ------------ | --------------- |
|
|
173
|
+
| Trim Size | {{trim_size}} |
|
|
174
|
+
| Page Count | {{page_count}} |
|
|
175
|
+
| Paper Color | {{paper_color}} |
|
|
176
|
+
| Print Type | {{print_type}} |
|
|
177
|
+
| Matte/Glossy | {{finish}} |
|
|
143
178
|
|
|
144
179
|
## Creative Direction
|
|
180
|
+
|
|
145
181
|
- **Mood / Tone Keywords:** {{mood_keywords}}
|
|
146
182
|
- **Primary Imagery:** {{imagery}}
|
|
147
183
|
- **Color Palette:** {{colors}}
|
|
148
184
|
- **Font Style Preferences:** {{fonts}}
|
|
149
185
|
|
|
150
186
|
## Back Cover Content
|
|
187
|
+
|
|
151
188
|
- **Blurb:** {{blurb}}
|
|
152
189
|
- **Review Snippets:** {{reviews}}
|
|
153
190
|
- **Author Bio:** {{author_bio}}
|
|
@@ -157,20 +194,25 @@ template:
|
|
|
157
194
|
...
|
|
158
195
|
|
|
159
196
|
# ------------------------------------------------------------
|
|
197
|
+
|
|
160
198
|
# checklists/kdp-cover-ready-checklist.md
|
|
199
|
+
|
|
161
200
|
# ------------------------------------------------------------
|
|
201
|
+
|
|
162
202
|
---
|
|
203
|
+
|
|
163
204
|
checklist:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
205
|
+
id: kdp-cover-ready-checklist
|
|
206
|
+
name: KDP Cover Ready Checklist
|
|
207
|
+
description: Ensure final cover meets Amazon KDP print specs.
|
|
167
208
|
items:
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
209
|
+
|
|
210
|
+
- "[ ] Correct trim size & bleed margins applied"
|
|
211
|
+
- "[ ] 300 DPI images"
|
|
212
|
+
- "[ ] CMYK color profile for print PDF"
|
|
213
|
+
- "[ ] Spine text ≥ 0.0625" away from edges"
|
|
214
|
+
- "[ ] Barcode zone clear of critical art"
|
|
215
|
+
- "[ ] No transparent layers"
|
|
216
|
+
- "[ ] File size < 40MB PDF"
|
|
217
|
+
- "[ ] Front & back text legible at thumbnail size"
|
|
218
|
+
...
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
# <!-- Powered by BMAD™ Core -->
|
|
2
2
|
# workflows/novel-writing.yaml
|
|
3
3
|
name: novel-writing
|
|
4
4
|
title: Novel Writing Workflow
|
|
5
5
|
description: |
|
|
6
6
|
End‑to‑end pipeline for drafting, revising, and polishing a full‑length novel
|
|
7
|
-
using the BMAD Creative Writing team.
|
|
7
|
+
using the BMAD™ Creative Writing team.
|
|
8
8
|
|
|
9
9
|
triggers:
|
|
10
10
|
- command: /novel
|
|
@@ -89,4 +89,3 @@ steps:
|
|
|
89
89
|
|
|
90
90
|
outputs:
|
|
91
91
|
- final_manuscript
|
|
92
|
-
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
1
3
|
# Infrastructure Change Validation Checklist
|
|
2
4
|
|
|
3
5
|
This checklist serves as a comprehensive framework for validating infrastructure changes before deployment to production. The DevOps/Platform Engineer should systematically work through each item, ensuring the infrastructure is secure, compliant, resilient, and properly implemented according to organizational standards.
|
package/package.json
CHANGED
package/release_notes.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## 🚀 What's New in v4.40.0
|
|
2
|
+
|
|
3
|
+
### 🐛 Bug Fixes
|
|
4
|
+
- fix: update installer version display to show 4.39.0
|
|
5
|
+
- fix: prettier fixes
|
|
6
|
+
- fix: previous merge set wrong default install location
|
|
7
|
+
- fix: documentation and trademark updates
|
|
8
|
+
- fix: remove incorrect else branch causing flatten command regression (#452)
|
|
9
|
+
|
|
10
|
+
### 📦 Other Changes
|
|
11
|
+
- patch: move script to tools folder
|
|
12
|
+
|
|
13
|
+
### 🔧 Maintenance
|
|
14
|
+
- chore: bump to 4.39.1 to fix installer version display
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 📦 Installation
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
npx bmad-method install
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v4.39.0...v4.40.0
|
package/tools/cli.js
CHANGED
|
@@ -8,7 +8,7 @@ const program = new Command();
|
|
|
8
8
|
|
|
9
9
|
program
|
|
10
10
|
.name('bmad-build')
|
|
11
|
-
.description('
|
|
11
|
+
.description('BMAD-METHOD™ build tool for creating web bundles')
|
|
12
12
|
.version('4.0.0');
|
|
13
13
|
|
|
14
14
|
program
|
|
@@ -136,7 +136,7 @@ program
|
|
|
136
136
|
|
|
137
137
|
program
|
|
138
138
|
.command('upgrade')
|
|
139
|
-
.description('Upgrade a
|
|
139
|
+
.description('Upgrade a BMAD-METHOD™ V3 project to V4')
|
|
140
140
|
.option('-p, --project <path>', 'Path to V3 project (defaults to current directory)')
|
|
141
141
|
.option('--dry-run', 'Show what would be changed without making changes')
|
|
142
142
|
.option('--no-backup', 'Skip creating backup (not recommended)')
|
package/tools/flattener/main.js
CHANGED
|
@@ -68,7 +68,7 @@ const program = new Command();
|
|
|
68
68
|
|
|
69
69
|
program
|
|
70
70
|
.name('bmad-flatten')
|
|
71
|
-
.description('
|
|
71
|
+
.description('BMAD-METHOD™ codebase flattener tool')
|
|
72
72
|
.version('1.0.0')
|
|
73
73
|
.option('-i, --input <path>', 'Input directory to flatten', process.cwd())
|
|
74
74
|
.option('-o, --output <path>', 'Output file path', 'flattened-codebase.xml')
|
|
@@ -115,11 +115,6 @@ program
|
|
|
115
115
|
path.join(inputDir, 'flattened-codebase.xml'),
|
|
116
116
|
);
|
|
117
117
|
}
|
|
118
|
-
} else {
|
|
119
|
-
console.error(
|
|
120
|
-
'Could not auto-detect a project root and no arguments were provided. Please specify -i/--input and -o/--output.',
|
|
121
|
-
);
|
|
122
|
-
process.exit(1);
|
|
123
118
|
}
|
|
124
119
|
|
|
125
120
|
// Ensure output directory exists
|
|
@@ -216,7 +216,7 @@ async function promptInstallation() {
|
|
|
216
216
|
type: 'input',
|
|
217
217
|
name: 'directory',
|
|
218
218
|
message: 'Enter the full path to your project directory where BMad should be installed:',
|
|
219
|
-
default:
|
|
219
|
+
default: path.resolve('.'),
|
|
220
220
|
validate: (input) => {
|
|
221
221
|
if (!input.trim()) {
|
|
222
222
|
return 'Please enter a valid project path';
|
|
@@ -105,7 +105,7 @@ ide-configurations:
|
|
|
105
105
|
format: custom-modes
|
|
106
106
|
file: .kilocodemodes
|
|
107
107
|
instructions: |
|
|
108
|
-
# To use BMAD agents in Kilo Code:
|
|
108
|
+
# To use BMAD™ agents in Kilo Code:
|
|
109
109
|
# 1. Open the mode selector in VSCode
|
|
110
110
|
# 2. Select a bmad-{agent} mode (e.g. "bmad-dev")
|
|
111
111
|
# 3. The AI adopts that agent's persona and capabilities
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ASCII banner art definitions extracted from banners.js to separate art from logic
|
|
2
2
|
|
|
3
|
-
const BMAD_TITLE = 'BMAD-METHOD';
|
|
3
|
+
const BMAD_TITLE = 'BMAD-METHOD™';
|
|
4
4
|
const FLATTENER_TITLE = 'FLATTENER';
|
|
5
5
|
const INSTALLER_TITLE = 'INSTALLER';
|
|
6
6
|
|
|
@@ -65,7 +65,7 @@ const INSTALLER_MEDIUM = `
|
|
|
65
65
|
// Width: 30 columns total (28 inner)
|
|
66
66
|
const BMAD_SMALL = `
|
|
67
67
|
╭──────────────────────────╮
|
|
68
|
-
│
|
|
68
|
+
│ BMAD-METHOD™ │
|
|
69
69
|
╰──────────────────────────╯
|
|
70
70
|
`;
|
|
71
71
|
|
|
@@ -82,7 +82,7 @@ const INSTALLER_SMALL = `
|
|
|
82
82
|
`;
|
|
83
83
|
|
|
84
84
|
// Tiny (compact brackets)
|
|
85
|
-
const BMAD_TINY = `[ BMAD-METHOD ]`;
|
|
85
|
+
const BMAD_TINY = `[ BMAD-METHOD™ ]`;
|
|
86
86
|
const FLATTENER_TINY = `[ FLATTENER ]`;
|
|
87
87
|
const INSTALLER_TINY = `[ INSTALLER ]`;
|
|
88
88
|
|
|
File without changes
|