feat(KB-218): add workflow steps for post-implementation review
- Add core data model for workflow step definitions with AI-assisted prompt refinement - Create API routes for CRUD operations and prompt refinement via /api/workflow-steps - Add WorkflowStepManager dashboard UI for defining and managing workflow steps - Integrate workflow step selection into NewTaskModal for per-task enablement - Execute workflow steps sequentially in executor after task_done() with readonly tools - Run workflow step agents before moving tasks to in-review, failing on step errors - Add comprehensive tests for store, API routes, components, and executor integration
This commit is contained in:
5
.changeset/add-workflow-steps.md
Normal file
5
.changeset/add-workflow-steps.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Add workflow steps feature for post-implementation review. Define reusable workflow steps globally with AI-assisted prompt refinement, enable them per-task, and execute them as separate agents after task implementation completes. Examples: Documentation Review, QA Check, Security Audit.
|
||||
Reference in New Issue
Block a user