feat(KB-268): add workflow step templates
- Define 5 built-in workflow step templates (Documentation Review, QA Check, Security Audit, Performance Review, Accessibility Check) - Add API endpoints GET /api/workflow-step-templates and POST /api/workflow-step-templates/:id/create - Add templates tab to Workflow Step Manager with one-click add functionality - Include high-quality agent prompts for each template category - Add changeset for the new feature
This commit is contained in:
5
.changeset/add-workflow-step-templates.md
Normal file
5
.changeset/add-workflow-step-templates.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Add workflow step templates for common quality gates. Users can now add pre-defined workflow steps (Documentation Review, QA Check, Security Audit, Performance Review, Accessibility Check) with one click instead of creating from scratch.
|
||||
Reference in New Issue
Block a user