verify-validate-phase

Solid

Stage ④ verify sub-workflow — GSD /gsd-validate-phase Nyquist 覆盖审计 (requires_coverage_audit 触发, 可选 conditional; 补 TDD 前向写测试之外的后向 requirement→test 覆盖查漏). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (gsd-validate-phase) + 1 phase (gate ref requires_coverage_audit conditional)。 Triggered by slash command `/verify-validate-phase` after `harnessed setup`.

AI & Automation 2 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# verify-validate-phase workflow (v3) ## Overview 1-phase sub-workflow auditing requirement→test coverage gaps (v13.0 P43 upstream re-sync — D-04 Stage ④ Verify conditional sub + GSD validate-phase wire)。回溯审计 phase 完成后的 requirement→test 覆盖缺口,为未覆盖 requirement 生成测试 (gsd-nyquist-auditor agent), 补 TDD 前向写测试之外的后向查漏。 | phase | id | upstream | model | capability | gate | | ----- | -- | -------- | ----- | ---------- | ---- | | 1 | `01-validate-phase` | gsd | sonnet | `{{ capabilities.gsd-validate-phase.cmd }}` | `judgments.stage-routing.verify-validate-phase-coverage.fires` | Per-phase config loads from `workflows/verify/validate-phase/workflow.yaml`; engine 4-level gate resolver evaluates `phase.requires_coverage_audit == true` via expr-eval — true 则 invoke GSD `/gsd-validate-phase` (Nyquist 覆盖审计 → VALIDATION.md), false 则 skip。 ## Capability refs Sister `workflows/capabilities.yaml` entries: - `gsd-validate-phase` — Bucket 2 special-purpose (impl: gsd, cmd: /gsd-validate-phase, fires_when: requires_coverage_audit) ## Gate ref Sister `workflows/judgments/stage-routing.yaml`: - `verify-validate-phase-coverage.fires` — `phase.stage == 'verify' and phase.requires_coverage_audit == true` ## How to invoke !`harnessed checkpoint intent verify-validate-phase` > The banner above (when present) means this invocation is REGISTERED with the engine (an intent marker) — not yet compliant: the steps below (prompt → spawn → checkpoint complete) resolve it, and a per-turn `<workflow-inten...

Details

Author
easyinplay
Repository
easyinplay/harnessed
Created
2 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

verify-eval-review

Stage ④ verify sub-workflow — GSD /gsd-eval-review AI phase eval 覆盖审计 (has_ai_phase 触发, 可选 conditional; pairs with plan 侧 gsd-ai-integration-phase AI-SPEC eval strategy). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (gsd-eval-review) + 1 phase (gate ref has_ai_phase conditional)。 Triggered by slash command `/verify-eval-review` after `harnessed setup`.

2 Updated today
easyinplay
AI & Automation Solid

verify-progress

Stage ④.a verify sub-workflow — gsd-verify-work + gsd-progress 必跑串行 (verify-work 起点) + planning-with-files progress.md 持久化 (bundled verify-stage cadence — mandatory serial: gsd-verify-work UAT-driven acceptance + gsd-progress 状态同步 顺序不可调换)。 schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (gsd-verify-work + gsd-progress + planning-with-files) + 3 phases (serial 01→02 + persist progress.md sink)。Triggered by harnessed CLI `harnessed verify-progress --phase <num>` or slash command `/verify-progress` after `harnessed setup`.

2 Updated today
easyinplay
AI & Automation Solid

verify-security

Stage ④.e verify sub-workflow — gstack /cso 安全审查 OWASP/auth/secrets (has_auth_or_secrets 触发, 可选 conditional; bundled verify-stage optional /cso step). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (gstack-cso) + 1 phase (gate ref has_auth_or_secrets conditional)。 Triggered by slash command `/verify-security` after `harnessed setup`.

2 Updated today
easyinplay