Slash Command

/verify-workflow

Validate workflow state schema, error handling, part numbering, and quick-fix paths

From team-shinchan
Install
1
Run in your terminal
$
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchan
Command Content

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

/team-shinchan:verify-workflow

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

ValidatorWhat it checks
workflow-state-schemaWORKFLOW_STATE.yaml files follow required schema
error-handlingError handling patterns are properly defined
part-numberingMulti-part agent files have correct numbering
quick-fix-pathQuick-fix (lite mode) workflow path is valid
Stats
Stars7
Forks0
Last CommitFeb 21, 2026