diff --git a/README.md b/README.md index 75a3dc32..4073e137 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ Current Version: V3 Release Preview "Bmad Agent" Demos of the BMad Agent and the entire workflow can be found soon in [Demos](./demos/). -If you want to jump right in, here are the [Setup and Usage Instructions](/docs/instruction.md) for IDE, WEB and Task setup. +## Quickstart Project Setup + +Orchestrator Uber BMad Agent that does it all - already [pre-built](./web-build-sample/agent-prompt.txt)! Just copy to a Gemini Gem or custom GPT as instructions, and atach the remaining files in the folder to the agent! + +If you are going to use the IDE Agents in your project, after cloning the repo, you can copy the bmad-agent folder to your project as is if you like - this is the easiest. You can also from this cloned repo root folder execute the command with nodeJS to build and bundle your assets to easily program an ultra powerful Web Agent to handle all agile process from ideation to ready to develop (Recommended). + +So if you want to jump right in, here are the [Setup and Usage Instructions](./docs/instruction.md) for IDE, WEB and Task setup. ## Advancing AI-Driven Development diff --git a/docs/instruction.md b/docs/instruction.md index 8b683a2e..d3aedc64 100644 --- a/docs/instruction.md +++ b/docs/instruction.md @@ -12,6 +12,8 @@ The Agent Orchestrator in V3 utilizes a build script to package various agent as The build process is managed by the `build-bmad-orchestrator.js` Node.js script. This script reads its configuration from `build-agent-cfg.js`, processes files from an asset directory, and outputs the bundled assets into a designated build directory. +Quickstart: see [this below](#running-the-build-script) + ### Prerequisites - **Node.js**: Ensure you have Node.js installed to run the build script. Python version coming soon...