.agents/skills/implementation-verify/SKILL.md
Verifies implementation against specifications by checking requirement fulfillment, task completion, and contract implementation. Generates a fulfillment report with coverage metrics. Always run after /speckit.implement completes.
npx skillsauth add drillan/mixseek-plus implementation-verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Verifies implementation against specifications after /speckit.implement completes.
This skill automatically verifies that your implementation fulfills the specified requirements. It checks:
The skill outputs a Fulfillment Report with:
This skill runs automatically after /speckit.implement. You can also run it manually:
npx skills run implementation-verify
| Code | Status | Meaning | |------|--------|---------| | 0 | Complete | 100% fulfillment | | 1 | Partial | >80% fulfillment | | 2 | Low | <80% fulfillment | | 3 | Error | Required files missing |
| Metric | Formula | Interpretation | |--------|---------|----------------| | FR Coverage | Implemented FRs / Total FRs | Requirements addressed | | Task Completion | Completed Tasks / Total Tasks | Work progress | | Contract Coverage | Implemented Endpoints / Total Endpoints | API completeness |
After receiving low coverage:
/speckit.implement for remaining workimplementation-verify again to verify progresstools
MixSeekワークスペースを初期化し、設定ファイル用ディレクトリ構造を作成します。「ワークスペースを初期化」「mixseekのセットアップ」「設定ディレクトリを作成」「新しいプロジェクトを始める」といった依頼で使用してください。
development
MixSeekのチーム設定ファイル(team.toml)を生成します。「チームを作成」「エージェント設定を生成」「Web検索チームを作って」「分析チームを設定」といった依頼で使用してください。Leader AgentとMember Agentの構成を定義します。
development
MixSeekのプロンプトビルダー設定ファイル(prompt_builder.toml)を生成します。「プロンプトを設定」「プロンプトビルダーを作成」「ラウンド別プロンプト」といった依頼で使用してください。
data-ai
MixSeekのオーケストレーター設定ファイル(orchestrator.toml)を生成します。「オーケストレーターを設定」「チーム競合設定」「複数チームで競わせる」「マルチチーム実行設定」といった依頼で使用してください。複数チームを並列実行して最良の結果を選択する設定を定義します。