workflow tracking evolved to bmad-help

This commit is contained in:
Brian Madison
2026-01-21 14:05:57 -06:00
parent aae7923d5d
commit ec8ab0c638
11 changed files with 59 additions and 42 deletions

View File

@@ -51,7 +51,7 @@ Examples:
- Agent: bmad:bmm:agents:pm.md
- Agent: bmad:core:agents:dev.md
- Workflow: bmad:bmm:workflows:correct-course.md
- Task: bmad:bmm:tasks:whats-after.md
- Task: bmad:bmm:tasks:bmad-help.md
- Tool: bmad:core:tools:code-review.md
- Custom: bmad:custom:agents:fred-commit-poet.md
```
@@ -66,7 +66,7 @@ Format: bmad-{module}-{type}-{name}.md
Examples:
- Agent: bmad-bmm-agents-pm.md
- Workflow: bmad-bmm-workflows-correct-course.md
- Task: bmad-bmm-tasks-whats-after.md
- Task: bmad-bmm-tasks-bmad-help.md
- Custom: bmad-custom-agents-fred-commit-poet.md
```

View File

@@ -118,7 +118,7 @@ Follow all instructions in the ${type} file exactly as written.
/**
* Generate task and tool commands using COLON format (for folder-based IDEs)
* Creates flat files like: bmad:bmm:whats-after.md
* Creates flat files like: bmad:bmm:bmad-help.md
*
* @param {string} projectDir - Project directory
* @param {string} bmadDir - BMAD installation directory
@@ -166,7 +166,7 @@ Follow all instructions in the ${type} file exactly as written.
/**
* Generate task and tool commands using DASH format (for flat IDEs)
* Creates flat files like: bmad-bmm-whats-after.md
* Creates flat files like: bmad-bmm-bmad-help.md
*
* @param {string} projectDir - Project directory
* @param {string} bmadDir - BMAD installation directory
@@ -214,7 +214,7 @@ Follow all instructions in the ${type} file exactly as written.
/**
* Write task/tool artifacts using COLON format (for folder-based IDEs)
* Creates flat files like: bmad:bmm:whats-after.md
* Creates flat files like: bmad:bmm:bmad-help.md
*
* @param {string} baseCommandsDir - Base commands directory for the IDE
* @param {Array} artifacts - Task/tool artifacts with relativePath
@@ -240,7 +240,7 @@ Follow all instructions in the ${type} file exactly as written.
/**
* Write task/tool artifacts using DASH format (for flat IDEs)
* Creates flat files like: bmad-bmm-whats-after.md
* Creates flat files like: bmad-bmm-bmad-help.md
*
* @param {string} baseCommandsDir - Base commands directory for the IDE
* @param {Array} artifacts - Task/tool artifacts with relativePath