plan-project gone, and all level 1-3 workflows are dynamic from the workflow in suggesting what is next

This commit is contained in:
Brian Madison
2025-10-24 23:16:08 -05:00
parent f37c960a4d
commit 92bff333b1
25 changed files with 210 additions and 160 deletions

View File

@@ -668,10 +668,8 @@ Enforcement: "All agents MUST follow this pattern"
<check if="success == true">
<output>✅ Decision Architecture workflow complete!
Status updated. Next steps:
- Review the architecture.md document
- {{next_workflow_suggestion}} ({{next_agent}} agent)
</output>
Status updated.
</output>
</check>
@@ -686,6 +684,13 @@ Enforcement: "All agents MUST follow this pattern"
{{/if_starter_template}}
The architecture is ready to guide AI agents through consistent implementation.
**Next Steps:**
- **Next required:** {{next_workflow}} ({{next_agent}} agent)
- Review the architecture.md document before proceeding
Check status anytime with: `workflow-status`
</output>
<template-output>completion_summary</template-output>