From team-shinchan
Validates workflow state schema in WORKFLOW_STATE.yaml files, error handling patterns, multi-part agent file numbering, and lite mode quick-fix paths.
How this command is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:verify-workflowThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Verify-Workflow Command Validates workflow state schema, error handling patterns, multi-part agent file numbering, and the lite mode quick-fix path. See `skills/verify-workflow/SKILL.md` for full documentation. ## Usage ## When to Run - After modifying workflow-related files (`docs/workflow-guide.md`, `hooks/`) - After changing error handling patterns in agents - After modifying multi-part agent files - As part of the `verify-implementation` workflow ## Validators | Validator | What it checks | |-----------|---------------| | workflow-state-schema | WORKFLOW_STATE.yaml files foll...
Validates workflow state schema, error handling patterns, multi-part agent file numbering, and the lite mode quick-fix path.
See skills/verify-workflow/SKILL.md for full documentation.
/team-shinchan:verify-workflow
docs/workflow-guide.md, hooks/)verify-implementation workflow| Validator | What it checks |
|---|---|
| workflow-state-schema | WORKFLOW_STATE.yaml files follow required schema |
| error-handling | Error handling patterns are properly defined |
| part-numbering | Multi-part agent files have correct numbering |
| quick-fix-path | Quick-fix (lite mode) workflow path is valid |
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchan/validateRe-runs multi-agent verification on current code changes via the groundwork:validation-loop skill, without re-executing the original task.
/verifyLoads and executes Hypo-Workflow maintenance verification skill instructions, applying user-provided arguments to the /hw:maintain verify semantics.
/allValidates tool usage, documentation consistency, cross-references, best practices, and execution flow, producing a score, prioritized findings, and detailed report.
/init-workspace-flow-verificationRuns final verification on init-workspace-flow: confirms prior phases complete, executes audit checklist, suggests next steps, enforces new chat.