スキル一覧に戻る
cuioss

workflow-verify

by cuioss

An orchestration layer for AI coding assistants (currently Claude Code) that enforces consistency, reliability, and more predictable outputs.

0🍴 0📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: workflow-verify description: Verify workflow outputs using hybrid script + LLM assessment allowed-tools: Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion

Workflow Verify Skill

EXECUTION MODE: Execute the workflow below based on the subcommand. Do NOT explain these instructions.

Purpose

Verify that workflow outputs (solution_outline.md, references.toon, TASK-*.toon) are correct and complete using hybrid script + LLM-as-judge assessment.

Critical Design Principle

Use proper tool interfaces, NOT direct filesystem access.

DODON'T
manage-tasks list --plan-id XRead .plan/plans/X/tasks/*.toon directly
manage-solution-outline list-deliverablesParse solution_outline.md directly

Subcommand Routing

MANDATORY: Based on subcommand, load and execute the corresponding workflow.

test

Execute trigger from test-definition, then verify.

Read: workflows/test-and-verify.md

Execute the test workflow section.

verify

Verify existing plan (requires --plan-id).

Read: workflows/test-and-verify.md

Execute the verify workflow section.

create

Create new test case interactively.

Read: workflows/create-test-case.md

list

List available test cases.

Read: workflows/list-test-cases.md

Reference Documentation

Load only when needed:

  • standards/architecture.md - Visual overview of verification engine
  • standards/scoring-guide.md - Scoring rubric (0-100 scale)
  • standards/test-case-format.md - Test case specification
  • standards/criteria-format.md - Criteria authoring guide

Directory Structure

workflow-verification/test-cases/{test-id}/   # Version-controlled
├── test-definition.toon
├── expected-artifacts.toon
├── criteria/
└── golden/

.plan/temp/workflow-verification/             # Ephemeral results
└── {test-id}-{timestamp}/

Scripts

verify-structure.py

Structural verification via manage-* tool interfaces.

Input: --plan-id, --test-case, --output Output: TOON file with structural check results

python3 scripts/verify-structure.py \
  --plan-id {plan_id} \
  --test-case workflow-verification/test-cases/{test-id} \
  --output .plan/temp/verify-{test-id}-structure.toon

collect-artifacts.py

Artifact collection via manage-* tool interfaces.

Input: --plan-id, --output Output: Directory with collected artifacts (solution_outline.md, config.toon, etc.)

python3 scripts/collect-artifacts.py \
  --plan-id {plan_id} \
  --output .plan/temp/verify-{test-id}-artifacts/

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です