# run-workflow > Orchestrate the full workflow and produce a status summary. - Author: Jason Yu - Repository: jaxox/Agentic-AI-Development-Workflow - Version: 20260129142701 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/jaxox/Agentic-AI-Development-Workflow - Web: https://mule.run/skillshub/@@jaxox/Agentic-AI-Development-Workflow~run-workflow:20260129142701 --- --- name: run-workflow description: "Orchestrate the full workflow and produce a status summary." --- # Skill: run_workflow ## Purpose Orchestrate the full workflow and produce a status summary. ## Inputs - `artifacts/brief.md` - `artifacts/prd.md` - `artifacts/architecture.md` - Test logs per `docs/specs/test-logging.md` ## Output - `artifacts/status.md` (use `templates/status.md`) ## Responsibilities - Validate that prior artifacts exist and are complete. - Identify blockers and missing inputs. - Provide a confidence level and next action. - Set `Status.State` to NEEDS INPUT, BLOCKED, or DONE as appropriate. ## Forbidden - Marking workflow DONE when any step is incomplete. ## Checklist - [ ] Verify artifacts exist and states are DONE - [ ] Check test logs are present and readable - [ ] Populate `artifacts/status.md` using the template - [ ] Set `Status.State` - [ ] Summarize actions and blockers