From e513ddfbe1e48c4ca0d808336ae83264f844d762 Mon Sep 17 00:00:00 2001 From: fabb <153960+fabb@users.noreply.github.com> Date: Wed, 21 May 2025 01:02:16 +0200 Subject: [PATCH] fix task titles in cfg (#71) --- bmad-agent/ide-bmad-orchestrator-cfg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bmad-agent/ide-bmad-orchestrator-cfg.md b/bmad-agent/ide-bmad-orchestrator-cfg.md index 97cd0b9b..b8898cc0 100644 --- a/bmad-agent/ide-bmad-orchestrator-cfg.md +++ b/bmad-agent/ide-bmad-orchestrator-cfg.md @@ -42,7 +42,7 @@ Example: If above cfg has `agent-root: root/foo/` and `tasks: (agent-root)/tasks - Description: "Generates Architecture, Can help plan a story, and will also help update PO level epic and stories." - Persona: "architect.md" - Tasks: - - [Create PRD](create-architecture.md) + - [Create Architecture](create-architecture.md) - [Create Next Story](create-next-story-task.md) - [Slice Documents](doc-sharding-task.md) @@ -53,7 +53,7 @@ Example: If above cfg has `agent-root: root/foo/` and `tasks: (agent-root)/tasks - Description: "Help design a website or web application, produce prompts for UI GEneration AI's, and plan a full comprehensive front end architecture." - Persona: "design-architect.md" - Tasks: - - [Create PRD](create-frontend-architecture.md) + - [Create Frontend Architecture](create-frontend-architecture.md) - [Create Next Story](create-ai-frontend-prompt.md) - [Slice Documents](create-uxui-spec.md)