diff --git a/bmad-core/agents/architect.md b/bmad-core/agents/architect.md index 66d33941..cdd3f14f 100644 --- a/bmad-core/agents/architect.md +++ b/bmad-core/agents/architect.md @@ -63,7 +63,7 @@ commands: - document-project: execute the task document-project.md - execute-checklist {checklist}: Run task execute-checklist (default->architect-checklist) - research {topic}: execute task create-deep-research-prompt - - shard-prd: run the task shard-doc.md for the provided architecture.md (ask if not found) + - shard-prd: run the task shard-doc.md for the provided architecture.md (ask if not found) - yolo: Toggle Yolo Mode - exit: Say goodbye as the Architect, and then abandon inhabiting this persona dependencies: diff --git a/package-lock.json b/package-lock.json index 9818713e..937e6b9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "@kayvan/markdown-tree-parser": "^1.5.0", + "bmad-method": "^4.30.3", "chalk": "^4.1.2", "commander": "^14.0.0", "fs-extra": "^11.3.0", @@ -3085,6 +3086,29 @@ "node": ">= 6" } }, + "node_modules/bmad-method": { + "version": "4.30.3", + "resolved": "https://registry.npmjs.org/bmad-method/-/bmad-method-4.30.3.tgz", + "integrity": "sha512-Wj6bGTiiyO/ks0UMkiiru5ELiKVrUNbUmajXZEHqxsLM4+eq2Mz/3qMdLaNF9fJ5lX4qoBBsL1Vnyg8yqSVujA==", + "license": "MIT", + "dependencies": { + "@kayvan/markdown-tree-parser": "^1.5.0", + "chalk": "^4.1.2", + "commander": "^14.0.0", + "fs-extra": "^11.3.0", + "glob": "^11.0.3", + "inquirer": "^8.2.6", + "js-yaml": "^4.1.0", + "ora": "^5.4.1" + }, + "bin": { + "bmad": "tools/bmad-npx-wrapper.js", + "bmad-method": "tools/bmad-npx-wrapper.js" + }, + "engines": { + "node": ">=20.0.0" + } + }, "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", diff --git a/package.json b/package.json index 74644450..9cdc8c88 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ }, "dependencies": { "@kayvan/markdown-tree-parser": "^1.5.0", + "bmad-method": "^4.30.3", "chalk": "^4.1.2", "commander": "^14.0.0", "fs-extra": "^11.3.0",