Execute all project validations using parallel subagents: tests, linting, type checking, and build
/plugin marketplace add docutray/docutray-claude-code-plugins/plugin install docutray-devflow-plugins-devflow@docutray/docutray-claude-code-plugins# Check Command Execute all project validations in parallel using specialized subagents, providing structured reporting of results. ## Usage ## Objective Execute all critical project validations in parallel: - π§ͺ **Tests**: Run complete test suite - π **Linting**: Verify code quality - π **Type Checking**: Validate types (language-specific) - ποΈ **Build**: Compile complete project (optional with --fast) Optional (repo-specific): - π **OpenSpec**: Validate and/or archive an OpenSpec change before opening a PR **Note**: Specific commands are configured per project in `.claude/deta...