fix task titles in cfg

This commit is contained in:
Fabian Ehrentraud 2025-05-20 22:42:57 +02:00
parent 789fe5d975
commit c4b31e8456
1 changed files with 2 additions and 2 deletions

View File

@ -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." - Description: "Generates Architecture, Can help plan a story, and will also help update PO level epic and stories."
- Persona: "architect.md" - Persona: "architect.md"
- Tasks: - Tasks:
- [Create PRD](create-architecture.md) - [Create Architecture](create-architecture.md)
- [Create Next Story](create-next-story-task.md) - [Create Next Story](create-next-story-task.md)
- [Slice Documents](doc-sharding-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." - 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" - Persona: "design-architect.md"
- Tasks: - Tasks:
- [Create PRD](create-frontend-architecture.md) - [Create Frontend Architecture](create-frontend-architecture.md)
- [Create Next Story](create-ai-frontend-prompt.md) - [Create Next Story](create-ai-frontend-prompt.md)
- [Slice Documents](create-uxui-spec.md) - [Slice Documents](create-uxui-spec.md)