@captain_z/zsk-skills 1.8.6 → 1.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +68 -44
- package/acceptance/SKILL.md +174 -32
- package/acceptance/harness/POLICY.md +22 -0
- package/acceptance/harness/README.md +4 -3
- package/acceptance/harness/THIS_SKILL.md +19 -3
- package/acceptance/harness/constraints/filesystem-boundaries.md +19 -8
- package/acceptance/harness/constraints/issue-taxonomy.md +1 -1
- package/acceptance/harness/constraints/skill-role-contract.md +25 -12
- package/acceptance/harness/constraints/stage-gates.md +14 -2
- package/acceptance/harness/contracts/dispatch-runtime.yaml +119 -0
- package/acceptance/harness/contracts/profile-strategy.yaml +178 -0
- package/acceptance/harness/contracts/quality-roles.yaml +281 -0
- package/acceptance/harness/contracts/readiness-packs.yaml +169 -0
- package/acceptance/harness/contracts/repository-layout.yaml +129 -0
- package/acceptance/harness/contracts/requirements-grilling.yaml +153 -0
- package/acceptance/harness/contracts/skill-classification.yaml +366 -0
- package/acceptance/harness/contracts/stage-output-readiness.yaml +123 -0
- package/acceptance/harness/contracts/work-management.yaml +250 -0
- package/acceptance/harness/contracts/workspace-layout.yaml +97 -0
- package/acceptance/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/acceptance/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/acceptance/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/acceptance/harness/examples/dispatch/emit-ledger.json +22 -0
- package/acceptance/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/acceptance/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/acceptance/harness/examples/dispatch/staffing-plan.json +47 -0
- package/acceptance/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/acceptance/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/acceptance/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/acceptance/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/acceptance/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/acceptance/harness/profiles/enterprise.yaml +65 -27
- package/acceptance/harness/profiles/entry.yaml +68 -0
- package/acceptance/harness/profiles/frontend.yaml +61 -27
- package/acceptance/harness/profiles/lite.yaml +51 -13
- package/acceptance/harness/profiles/sdlc.yaml +60 -29
- package/acceptance/harness/workflow/completion-contract.yaml +10 -12
- package/acceptance/harness/workflow/skill-io-contract.yaml +12 -1
- package/acceptance/harness/workflow/skill-quality-standards.yaml +25 -3
- package/archive/SKILL.md +174 -32
- package/archive/harness/POLICY.md +22 -0
- package/archive/harness/README.md +4 -3
- package/archive/harness/THIS_SKILL.md +23 -7
- package/archive/harness/constraints/filesystem-boundaries.md +19 -8
- package/archive/harness/constraints/issue-taxonomy.md +1 -1
- package/archive/harness/constraints/skill-role-contract.md +25 -12
- package/archive/harness/constraints/stage-gates.md +14 -2
- package/archive/harness/contracts/dispatch-runtime.yaml +119 -0
- package/archive/harness/contracts/profile-strategy.yaml +178 -0
- package/archive/harness/contracts/quality-roles.yaml +281 -0
- package/archive/harness/contracts/readiness-packs.yaml +169 -0
- package/archive/harness/contracts/repository-layout.yaml +129 -0
- package/archive/harness/contracts/requirements-grilling.yaml +153 -0
- package/archive/harness/contracts/skill-classification.yaml +366 -0
- package/archive/harness/contracts/stage-output-readiness.yaml +123 -0
- package/archive/harness/contracts/work-management.yaml +250 -0
- package/archive/harness/contracts/workspace-layout.yaml +97 -0
- package/archive/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/archive/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/archive/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/archive/harness/examples/dispatch/emit-ledger.json +22 -0
- package/archive/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/archive/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/archive/harness/examples/dispatch/staffing-plan.json +47 -0
- package/archive/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/archive/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/archive/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/archive/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/archive/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/archive/harness/profiles/enterprise.yaml +65 -27
- package/archive/harness/profiles/entry.yaml +68 -0
- package/archive/harness/profiles/frontend.yaml +61 -27
- package/archive/harness/profiles/lite.yaml +51 -13
- package/archive/harness/profiles/sdlc.yaml +60 -29
- package/archive/harness/workflow/completion-contract.yaml +10 -12
- package/archive/harness/workflow/skill-io-contract.yaml +12 -1
- package/archive/harness/workflow/skill-quality-standards.yaml +28 -5
- package/bundles.yaml +5 -40
- package/coding/SKILL.md +227 -46
- package/coding/harness/POLICY.md +22 -0
- package/coding/harness/README.md +4 -3
- package/coding/harness/THIS_SKILL.md +19 -3
- package/coding/harness/constraints/filesystem-boundaries.md +19 -8
- package/coding/harness/constraints/issue-taxonomy.md +1 -1
- package/coding/harness/constraints/skill-role-contract.md +25 -12
- package/coding/harness/constraints/stage-gates.md +14 -2
- package/coding/harness/contracts/dispatch-runtime.yaml +119 -0
- package/coding/harness/contracts/profile-strategy.yaml +178 -0
- package/coding/harness/contracts/quality-roles.yaml +281 -0
- package/coding/harness/contracts/readiness-packs.yaml +169 -0
- package/coding/harness/contracts/repository-layout.yaml +129 -0
- package/coding/harness/contracts/requirements-grilling.yaml +153 -0
- package/coding/harness/contracts/skill-classification.yaml +366 -0
- package/coding/harness/contracts/stage-output-readiness.yaml +123 -0
- package/coding/harness/contracts/work-management.yaml +250 -0
- package/coding/harness/contracts/workspace-layout.yaml +97 -0
- package/coding/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/coding/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/coding/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/coding/harness/examples/dispatch/emit-ledger.json +22 -0
- package/coding/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/coding/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/coding/harness/examples/dispatch/staffing-plan.json +47 -0
- package/coding/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/coding/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/coding/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/coding/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/coding/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/coding/harness/profiles/enterprise.yaml +65 -27
- package/coding/harness/profiles/entry.yaml +68 -0
- package/coding/harness/profiles/frontend.yaml +61 -27
- package/coding/harness/profiles/lite.yaml +51 -13
- package/coding/harness/profiles/sdlc.yaml +60 -29
- package/coding/harness/workflow/completion-contract.yaml +10 -12
- package/coding/harness/workflow/skill-io-contract.yaml +12 -1
- package/coding/harness/workflow/skill-quality-standards.yaml +25 -3
- package/commit/SKILL.md +184 -34
- package/commit/harness/POLICY.md +22 -0
- package/commit/harness/README.md +4 -3
- package/commit/harness/THIS_SKILL.md +19 -3
- package/commit/harness/constraints/filesystem-boundaries.md +19 -8
- package/commit/harness/constraints/issue-taxonomy.md +1 -1
- package/commit/harness/constraints/skill-role-contract.md +25 -12
- package/commit/harness/constraints/stage-gates.md +14 -2
- package/commit/harness/contracts/dispatch-runtime.yaml +119 -0
- package/commit/harness/contracts/profile-strategy.yaml +178 -0
- package/commit/harness/contracts/quality-roles.yaml +281 -0
- package/commit/harness/contracts/readiness-packs.yaml +169 -0
- package/commit/harness/contracts/repository-layout.yaml +129 -0
- package/commit/harness/contracts/requirements-grilling.yaml +153 -0
- package/commit/harness/contracts/skill-classification.yaml +366 -0
- package/commit/harness/contracts/stage-output-readiness.yaml +123 -0
- package/commit/harness/contracts/work-management.yaml +250 -0
- package/commit/harness/contracts/workspace-layout.yaml +97 -0
- package/commit/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/commit/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/commit/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/commit/harness/examples/dispatch/emit-ledger.json +22 -0
- package/commit/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/commit/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/commit/harness/examples/dispatch/staffing-plan.json +47 -0
- package/commit/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/commit/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/commit/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/commit/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/commit/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/commit/harness/profiles/enterprise.yaml +65 -27
- package/commit/harness/profiles/entry.yaml +68 -0
- package/commit/harness/profiles/frontend.yaml +61 -27
- package/commit/harness/profiles/lite.yaml +51 -13
- package/commit/harness/profiles/sdlc.yaml +60 -29
- package/commit/harness/workflow/completion-contract.yaml +10 -12
- package/commit/harness/workflow/skill-io-contract.yaml +12 -1
- package/commit/harness/workflow/skill-quality-standards.yaml +25 -3
- package/defect/SKILL.md +197 -35
- package/defect/harness/POLICY.md +22 -0
- package/defect/harness/README.md +4 -3
- package/defect/harness/THIS_SKILL.md +28 -6
- package/defect/harness/constraints/filesystem-boundaries.md +19 -8
- package/defect/harness/constraints/issue-taxonomy.md +1 -1
- package/defect/harness/constraints/skill-role-contract.md +25 -12
- package/defect/harness/constraints/stage-gates.md +14 -2
- package/defect/harness/contracts/dispatch-runtime.yaml +119 -0
- package/defect/harness/contracts/profile-strategy.yaml +178 -0
- package/defect/harness/contracts/quality-roles.yaml +281 -0
- package/defect/harness/contracts/readiness-packs.yaml +169 -0
- package/defect/harness/contracts/repository-layout.yaml +129 -0
- package/defect/harness/contracts/requirements-grilling.yaml +153 -0
- package/defect/harness/contracts/skill-classification.yaml +366 -0
- package/defect/harness/contracts/stage-output-readiness.yaml +123 -0
- package/defect/harness/contracts/work-management.yaml +250 -0
- package/defect/harness/contracts/workspace-layout.yaml +97 -0
- package/defect/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/defect/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/defect/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/defect/harness/examples/dispatch/emit-ledger.json +22 -0
- package/defect/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/defect/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/defect/harness/examples/dispatch/staffing-plan.json +47 -0
- package/defect/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/defect/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/defect/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/defect/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/defect/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/defect/harness/profiles/enterprise.yaml +65 -27
- package/defect/harness/profiles/entry.yaml +68 -0
- package/defect/harness/profiles/frontend.yaml +61 -27
- package/defect/harness/profiles/lite.yaml +51 -13
- package/defect/harness/profiles/sdlc.yaml +60 -29
- package/defect/harness/workflow/completion-contract.yaml +10 -12
- package/defect/harness/workflow/skill-io-contract.yaml +16 -1
- package/defect/harness/workflow/skill-quality-standards.yaml +31 -3
- package/demo/SKILL.md +181 -32
- package/demo/harness/POLICY.md +22 -0
- package/demo/harness/README.md +4 -3
- package/demo/harness/THIS_SKILL.md +19 -3
- package/demo/harness/constraints/filesystem-boundaries.md +19 -8
- package/demo/harness/constraints/issue-taxonomy.md +1 -1
- package/demo/harness/constraints/skill-role-contract.md +25 -12
- package/demo/harness/constraints/stage-gates.md +14 -2
- package/demo/harness/contracts/dispatch-runtime.yaml +119 -0
- package/demo/harness/contracts/profile-strategy.yaml +178 -0
- package/demo/harness/contracts/quality-roles.yaml +281 -0
- package/demo/harness/contracts/readiness-packs.yaml +169 -0
- package/demo/harness/contracts/repository-layout.yaml +129 -0
- package/demo/harness/contracts/requirements-grilling.yaml +153 -0
- package/demo/harness/contracts/skill-classification.yaml +366 -0
- package/demo/harness/contracts/stage-output-readiness.yaml +123 -0
- package/demo/harness/contracts/work-management.yaml +250 -0
- package/demo/harness/contracts/workspace-layout.yaml +97 -0
- package/demo/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/demo/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/demo/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/demo/harness/examples/dispatch/emit-ledger.json +22 -0
- package/demo/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/demo/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/demo/harness/examples/dispatch/staffing-plan.json +47 -0
- package/demo/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/demo/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/demo/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/demo/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/demo/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/demo/harness/profiles/enterprise.yaml +65 -27
- package/demo/harness/profiles/entry.yaml +68 -0
- package/demo/harness/profiles/frontend.yaml +61 -27
- package/demo/harness/profiles/lite.yaml +51 -13
- package/demo/harness/profiles/sdlc.yaml +60 -29
- package/demo/harness/workflow/completion-contract.yaml +10 -12
- package/demo/harness/workflow/skill-io-contract.yaml +12 -1
- package/demo/harness/workflow/skill-quality-standards.yaml +25 -3
- package/deploy/SKILL.md +180 -33
- package/deploy/harness/POLICY.md +22 -0
- package/deploy/harness/README.md +4 -3
- package/deploy/harness/THIS_SKILL.md +19 -3
- package/deploy/harness/constraints/filesystem-boundaries.md +19 -8
- package/deploy/harness/constraints/issue-taxonomy.md +1 -1
- package/deploy/harness/constraints/skill-role-contract.md +25 -12
- package/deploy/harness/constraints/stage-gates.md +14 -2
- package/deploy/harness/contracts/dispatch-runtime.yaml +119 -0
- package/deploy/harness/contracts/profile-strategy.yaml +178 -0
- package/deploy/harness/contracts/quality-roles.yaml +281 -0
- package/deploy/harness/contracts/readiness-packs.yaml +169 -0
- package/deploy/harness/contracts/repository-layout.yaml +129 -0
- package/deploy/harness/contracts/requirements-grilling.yaml +153 -0
- package/deploy/harness/contracts/skill-classification.yaml +366 -0
- package/deploy/harness/contracts/stage-output-readiness.yaml +123 -0
- package/deploy/harness/contracts/work-management.yaml +250 -0
- package/deploy/harness/contracts/workspace-layout.yaml +97 -0
- package/deploy/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/deploy/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/deploy/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/deploy/harness/examples/dispatch/emit-ledger.json +22 -0
- package/deploy/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/deploy/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/deploy/harness/examples/dispatch/staffing-plan.json +47 -0
- package/deploy/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/deploy/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/deploy/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/deploy/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/deploy/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/deploy/harness/profiles/enterprise.yaml +65 -27
- package/deploy/harness/profiles/entry.yaml +68 -0
- package/deploy/harness/profiles/frontend.yaml +61 -27
- package/deploy/harness/profiles/lite.yaml +51 -13
- package/deploy/harness/profiles/sdlc.yaml +60 -29
- package/deploy/harness/workflow/completion-contract.yaml +10 -12
- package/deploy/harness/workflow/skill-io-contract.yaml +12 -1
- package/deploy/harness/workflow/skill-quality-standards.yaml +25 -3
- package/design/SKILL.md +269 -50
- package/design/harness/POLICY.md +22 -0
- package/design/harness/README.md +4 -3
- package/design/harness/THIS_SKILL.md +38 -9
- package/design/harness/constraints/filesystem-boundaries.md +19 -8
- package/design/harness/constraints/issue-taxonomy.md +1 -1
- package/design/harness/constraints/skill-role-contract.md +25 -12
- package/design/harness/constraints/stage-gates.md +14 -2
- package/design/harness/contracts/dispatch-runtime.yaml +119 -0
- package/design/harness/contracts/profile-strategy.yaml +178 -0
- package/design/harness/contracts/quality-roles.yaml +281 -0
- package/design/harness/contracts/readiness-packs.yaml +169 -0
- package/design/harness/contracts/repository-layout.yaml +129 -0
- package/design/harness/contracts/requirements-grilling.yaml +153 -0
- package/design/harness/contracts/skill-classification.yaml +366 -0
- package/design/harness/contracts/stage-output-readiness.yaml +123 -0
- package/design/harness/contracts/work-management.yaml +250 -0
- package/design/harness/contracts/workspace-layout.yaml +97 -0
- package/design/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/design/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/design/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/design/harness/examples/dispatch/emit-ledger.json +22 -0
- package/design/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/design/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/design/harness/examples/dispatch/staffing-plan.json +47 -0
- package/design/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/design/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/design/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/design/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/design/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/design/harness/profiles/enterprise.yaml +65 -27
- package/design/harness/profiles/entry.yaml +68 -0
- package/design/harness/profiles/frontend.yaml +61 -27
- package/design/harness/profiles/lite.yaml +51 -13
- package/design/harness/profiles/sdlc.yaml +60 -29
- package/design/harness/workflow/completion-contract.yaml +10 -12
- package/design/harness/workflow/skill-io-contract.yaml +16 -1
- package/design/harness/workflow/skill-quality-standards.yaml +48 -5
- package/dispatch/SKILL.md +196 -32
- package/dispatch/harness/POLICY.md +22 -0
- package/dispatch/harness/README.md +4 -3
- package/dispatch/harness/THIS_SKILL.md +19 -3
- package/dispatch/harness/constraints/filesystem-boundaries.md +19 -8
- package/dispatch/harness/constraints/issue-taxonomy.md +1 -1
- package/dispatch/harness/constraints/skill-role-contract.md +25 -12
- package/dispatch/harness/constraints/stage-gates.md +14 -2
- package/dispatch/harness/contracts/dispatch-runtime.yaml +119 -0
- package/dispatch/harness/contracts/profile-strategy.yaml +178 -0
- package/dispatch/harness/contracts/quality-roles.yaml +281 -0
- package/dispatch/harness/contracts/readiness-packs.yaml +169 -0
- package/dispatch/harness/contracts/repository-layout.yaml +129 -0
- package/dispatch/harness/contracts/requirements-grilling.yaml +153 -0
- package/dispatch/harness/contracts/skill-classification.yaml +366 -0
- package/dispatch/harness/contracts/stage-output-readiness.yaml +123 -0
- package/dispatch/harness/contracts/work-management.yaml +250 -0
- package/dispatch/harness/contracts/workspace-layout.yaml +97 -0
- package/dispatch/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/dispatch/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/dispatch/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/dispatch/harness/examples/dispatch/emit-ledger.json +22 -0
- package/dispatch/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/dispatch/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/dispatch/harness/examples/dispatch/staffing-plan.json +47 -0
- package/dispatch/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/dispatch/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/dispatch/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/dispatch/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/dispatch/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/dispatch/harness/profiles/enterprise.yaml +65 -27
- package/dispatch/harness/profiles/entry.yaml +68 -0
- package/dispatch/harness/profiles/frontend.yaml +61 -27
- package/dispatch/harness/profiles/lite.yaml +51 -13
- package/dispatch/harness/profiles/sdlc.yaml +60 -29
- package/dispatch/harness/workflow/completion-contract.yaml +10 -12
- package/dispatch/harness/workflow/skill-io-contract.yaml +12 -1
- package/dispatch/harness/workflow/skill-quality-standards.yaml +25 -3
- package/fix/SKILL.md +197 -32
- package/fix/harness/POLICY.md +22 -0
- package/fix/harness/README.md +4 -3
- package/fix/harness/THIS_SKILL.md +19 -3
- package/fix/harness/constraints/filesystem-boundaries.md +19 -8
- package/fix/harness/constraints/issue-taxonomy.md +1 -1
- package/fix/harness/constraints/skill-role-contract.md +25 -12
- package/fix/harness/constraints/stage-gates.md +14 -2
- package/fix/harness/contracts/dispatch-runtime.yaml +119 -0
- package/fix/harness/contracts/profile-strategy.yaml +178 -0
- package/fix/harness/contracts/quality-roles.yaml +281 -0
- package/fix/harness/contracts/readiness-packs.yaml +169 -0
- package/fix/harness/contracts/repository-layout.yaml +129 -0
- package/fix/harness/contracts/requirements-grilling.yaml +153 -0
- package/fix/harness/contracts/skill-classification.yaml +366 -0
- package/fix/harness/contracts/stage-output-readiness.yaml +123 -0
- package/fix/harness/contracts/work-management.yaml +250 -0
- package/fix/harness/contracts/workspace-layout.yaml +97 -0
- package/fix/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/fix/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/fix/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/fix/harness/examples/dispatch/emit-ledger.json +22 -0
- package/fix/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/fix/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/fix/harness/examples/dispatch/staffing-plan.json +47 -0
- package/fix/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/fix/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/fix/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/fix/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/fix/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/fix/harness/profiles/enterprise.yaml +65 -27
- package/fix/harness/profiles/entry.yaml +68 -0
- package/fix/harness/profiles/frontend.yaml +61 -27
- package/fix/harness/profiles/lite.yaml +51 -13
- package/fix/harness/profiles/sdlc.yaml +60 -29
- package/fix/harness/workflow/completion-contract.yaml +10 -12
- package/fix/harness/workflow/skill-io-contract.yaml +12 -1
- package/fix/harness/workflow/skill-quality-standards.yaml +25 -3
- package/flow/SKILL.md +195 -32
- package/flow/harness/POLICY.md +22 -0
- package/flow/harness/README.md +4 -3
- package/flow/harness/THIS_SKILL.md +19 -3
- package/flow/harness/constraints/filesystem-boundaries.md +19 -8
- package/flow/harness/constraints/issue-taxonomy.md +1 -1
- package/flow/harness/constraints/skill-role-contract.md +25 -12
- package/flow/harness/constraints/stage-gates.md +14 -2
- package/flow/harness/contracts/dispatch-runtime.yaml +119 -0
- package/flow/harness/contracts/profile-strategy.yaml +178 -0
- package/flow/harness/contracts/quality-roles.yaml +281 -0
- package/flow/harness/contracts/readiness-packs.yaml +169 -0
- package/flow/harness/contracts/repository-layout.yaml +129 -0
- package/flow/harness/contracts/requirements-grilling.yaml +153 -0
- package/flow/harness/contracts/skill-classification.yaml +366 -0
- package/flow/harness/contracts/stage-output-readiness.yaml +123 -0
- package/flow/harness/contracts/work-management.yaml +250 -0
- package/flow/harness/contracts/workspace-layout.yaml +97 -0
- package/flow/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/flow/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/flow/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/flow/harness/examples/dispatch/emit-ledger.json +22 -0
- package/flow/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/flow/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/flow/harness/examples/dispatch/staffing-plan.json +47 -0
- package/flow/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/flow/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/flow/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/flow/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/flow/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/flow/harness/profiles/enterprise.yaml +65 -27
- package/flow/harness/profiles/entry.yaml +68 -0
- package/flow/harness/profiles/frontend.yaml +61 -27
- package/flow/harness/profiles/lite.yaml +51 -13
- package/flow/harness/profiles/sdlc.yaml +60 -29
- package/flow/harness/workflow/completion-contract.yaml +10 -12
- package/flow/harness/workflow/skill-io-contract.yaml +12 -1
- package/flow/harness/workflow/skill-quality-standards.yaml +25 -3
- package/issue/SKILL.md +191 -35
- package/issue/harness/POLICY.md +22 -0
- package/issue/harness/README.md +4 -3
- package/issue/harness/THIS_SKILL.md +19 -3
- package/issue/harness/constraints/filesystem-boundaries.md +19 -8
- package/issue/harness/constraints/issue-taxonomy.md +1 -1
- package/issue/harness/constraints/skill-role-contract.md +25 -12
- package/issue/harness/constraints/stage-gates.md +14 -2
- package/issue/harness/contracts/dispatch-runtime.yaml +119 -0
- package/issue/harness/contracts/profile-strategy.yaml +178 -0
- package/issue/harness/contracts/quality-roles.yaml +281 -0
- package/issue/harness/contracts/readiness-packs.yaml +169 -0
- package/issue/harness/contracts/repository-layout.yaml +129 -0
- package/issue/harness/contracts/requirements-grilling.yaml +153 -0
- package/issue/harness/contracts/skill-classification.yaml +366 -0
- package/issue/harness/contracts/stage-output-readiness.yaml +123 -0
- package/issue/harness/contracts/work-management.yaml +250 -0
- package/issue/harness/contracts/workspace-layout.yaml +97 -0
- package/issue/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/issue/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/issue/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/issue/harness/examples/dispatch/emit-ledger.json +22 -0
- package/issue/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/issue/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/issue/harness/examples/dispatch/staffing-plan.json +47 -0
- package/issue/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/issue/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/issue/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/issue/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/issue/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/issue/harness/profiles/enterprise.yaml +65 -27
- package/issue/harness/profiles/entry.yaml +68 -0
- package/issue/harness/profiles/frontend.yaml +61 -27
- package/issue/harness/profiles/lite.yaml +51 -13
- package/issue/harness/profiles/sdlc.yaml +60 -29
- package/issue/harness/workflow/completion-contract.yaml +10 -12
- package/issue/harness/workflow/skill-io-contract.yaml +12 -1
- package/issue/harness/workflow/skill-quality-standards.yaml +25 -3
- package/learn/SKILL.md +201 -46
- package/learn/harness/POLICY.md +22 -0
- package/learn/harness/README.md +4 -3
- package/learn/harness/THIS_SKILL.md +33 -15
- package/learn/harness/constraints/filesystem-boundaries.md +19 -8
- package/learn/harness/constraints/issue-taxonomy.md +1 -1
- package/learn/harness/constraints/skill-role-contract.md +25 -12
- package/learn/harness/constraints/stage-gates.md +14 -2
- package/learn/harness/contracts/dispatch-runtime.yaml +119 -0
- package/learn/harness/contracts/profile-strategy.yaml +178 -0
- package/learn/harness/contracts/quality-roles.yaml +281 -0
- package/learn/harness/contracts/readiness-packs.yaml +169 -0
- package/learn/harness/contracts/repository-layout.yaml +129 -0
- package/learn/harness/contracts/requirements-grilling.yaml +153 -0
- package/learn/harness/contracts/skill-classification.yaml +366 -0
- package/learn/harness/contracts/stage-output-readiness.yaml +123 -0
- package/learn/harness/contracts/work-management.yaml +250 -0
- package/learn/harness/contracts/workspace-layout.yaml +97 -0
- package/learn/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/learn/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/learn/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/learn/harness/examples/dispatch/emit-ledger.json +22 -0
- package/learn/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/learn/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/learn/harness/examples/dispatch/staffing-plan.json +47 -0
- package/learn/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/learn/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/learn/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/learn/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/learn/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/learn/harness/profiles/enterprise.yaml +65 -27
- package/learn/harness/profiles/entry.yaml +68 -0
- package/learn/harness/profiles/frontend.yaml +61 -27
- package/learn/harness/profiles/lite.yaml +51 -13
- package/learn/harness/profiles/sdlc.yaml +60 -29
- package/learn/harness/workflow/completion-contract.yaml +10 -12
- package/learn/harness/workflow/skill-io-contract.yaml +12 -1
- package/learn/harness/workflow/skill-quality-standards.yaml +46 -18
- package/package.json +1 -1
- package/prepare/SKILL.md +227 -51
- package/prepare/harness/POLICY.md +22 -0
- package/prepare/harness/README.md +4 -3
- package/prepare/harness/THIS_SKILL.md +27 -5
- package/prepare/harness/constraints/filesystem-boundaries.md +19 -8
- package/prepare/harness/constraints/issue-taxonomy.md +1 -1
- package/prepare/harness/constraints/skill-role-contract.md +25 -12
- package/prepare/harness/constraints/stage-gates.md +14 -2
- package/prepare/harness/contracts/dispatch-runtime.yaml +119 -0
- package/prepare/harness/contracts/profile-strategy.yaml +178 -0
- package/prepare/harness/contracts/quality-roles.yaml +281 -0
- package/prepare/harness/contracts/readiness-packs.yaml +169 -0
- package/prepare/harness/contracts/repository-layout.yaml +129 -0
- package/prepare/harness/contracts/requirements-grilling.yaml +153 -0
- package/prepare/harness/contracts/skill-classification.yaml +366 -0
- package/prepare/harness/contracts/stage-output-readiness.yaml +123 -0
- package/prepare/harness/contracts/work-management.yaml +250 -0
- package/prepare/harness/contracts/workspace-layout.yaml +97 -0
- package/prepare/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/prepare/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/prepare/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/prepare/harness/examples/dispatch/emit-ledger.json +22 -0
- package/prepare/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/prepare/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/prepare/harness/examples/dispatch/staffing-plan.json +47 -0
- package/prepare/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/prepare/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/prepare/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/prepare/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/prepare/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/prepare/harness/profiles/enterprise.yaml +65 -27
- package/prepare/harness/profiles/entry.yaml +68 -0
- package/prepare/harness/profiles/frontend.yaml +61 -27
- package/prepare/harness/profiles/lite.yaml +51 -13
- package/prepare/harness/profiles/sdlc.yaml +60 -29
- package/prepare/harness/workflow/completion-contract.yaml +10 -12
- package/prepare/harness/workflow/skill-io-contract.yaml +17 -1
- package/prepare/harness/workflow/skill-quality-standards.yaml +28 -3
- package/preproposal/SKILL.md +321 -61
- package/preproposal/harness/POLICY.md +22 -0
- package/preproposal/harness/README.md +4 -3
- package/preproposal/harness/THIS_SKILL.md +43 -10
- package/preproposal/harness/constraints/filesystem-boundaries.md +19 -8
- package/preproposal/harness/constraints/issue-taxonomy.md +1 -1
- package/preproposal/harness/constraints/skill-role-contract.md +25 -12
- package/preproposal/harness/constraints/stage-gates.md +14 -2
- package/preproposal/harness/contracts/dispatch-runtime.yaml +119 -0
- package/preproposal/harness/contracts/profile-strategy.yaml +178 -0
- package/preproposal/harness/contracts/quality-roles.yaml +281 -0
- package/preproposal/harness/contracts/readiness-packs.yaml +169 -0
- package/preproposal/harness/contracts/repository-layout.yaml +129 -0
- package/preproposal/harness/contracts/requirements-grilling.yaml +153 -0
- package/preproposal/harness/contracts/skill-classification.yaml +366 -0
- package/preproposal/harness/contracts/stage-output-readiness.yaml +123 -0
- package/preproposal/harness/contracts/work-management.yaml +250 -0
- package/preproposal/harness/contracts/workspace-layout.yaml +97 -0
- package/preproposal/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/preproposal/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/preproposal/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/preproposal/harness/examples/dispatch/emit-ledger.json +22 -0
- package/preproposal/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/preproposal/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/preproposal/harness/examples/dispatch/staffing-plan.json +47 -0
- package/preproposal/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/preproposal/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/preproposal/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/preproposal/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/preproposal/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/preproposal/harness/profiles/enterprise.yaml +65 -27
- package/preproposal/harness/profiles/entry.yaml +68 -0
- package/preproposal/harness/profiles/frontend.yaml +61 -27
- package/preproposal/harness/profiles/lite.yaml +51 -13
- package/preproposal/harness/profiles/sdlc.yaml +60 -29
- package/preproposal/harness/workflow/completion-contract.yaml +10 -12
- package/preproposal/harness/workflow/skill-io-contract.yaml +21 -1
- package/preproposal/harness/workflow/skill-quality-standards.yaml +56 -5
- package/proposal/SKILL.md +264 -56
- package/proposal/harness/POLICY.md +22 -0
- package/proposal/harness/README.md +4 -3
- package/proposal/harness/THIS_SKILL.md +33 -6
- package/proposal/harness/constraints/filesystem-boundaries.md +19 -8
- package/proposal/harness/constraints/issue-taxonomy.md +1 -1
- package/proposal/harness/constraints/skill-role-contract.md +25 -12
- package/proposal/harness/constraints/stage-gates.md +14 -2
- package/proposal/harness/contracts/dispatch-runtime.yaml +119 -0
- package/proposal/harness/contracts/profile-strategy.yaml +178 -0
- package/proposal/harness/contracts/quality-roles.yaml +281 -0
- package/proposal/harness/contracts/readiness-packs.yaml +169 -0
- package/proposal/harness/contracts/repository-layout.yaml +129 -0
- package/proposal/harness/contracts/requirements-grilling.yaml +153 -0
- package/proposal/harness/contracts/skill-classification.yaml +366 -0
- package/proposal/harness/contracts/stage-output-readiness.yaml +123 -0
- package/proposal/harness/contracts/work-management.yaml +250 -0
- package/proposal/harness/contracts/workspace-layout.yaml +97 -0
- package/proposal/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/proposal/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/proposal/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/proposal/harness/examples/dispatch/emit-ledger.json +22 -0
- package/proposal/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/proposal/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/proposal/harness/examples/dispatch/staffing-plan.json +47 -0
- package/proposal/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/proposal/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/proposal/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/proposal/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/proposal/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/proposal/harness/profiles/enterprise.yaml +65 -27
- package/proposal/harness/profiles/entry.yaml +68 -0
- package/proposal/harness/profiles/frontend.yaml +61 -27
- package/proposal/harness/profiles/lite.yaml +51 -13
- package/proposal/harness/profiles/sdlc.yaml +60 -29
- package/proposal/harness/workflow/completion-contract.yaml +10 -12
- package/proposal/harness/workflow/skill-io-contract.yaml +17 -1
- package/proposal/harness/workflow/skill-quality-standards.yaml +38 -3
- package/ready/SKILL.md +181 -33
- package/ready/harness/POLICY.md +22 -0
- package/ready/harness/README.md +4 -3
- package/ready/harness/THIS_SKILL.md +19 -3
- package/ready/harness/constraints/filesystem-boundaries.md +19 -8
- package/ready/harness/constraints/issue-taxonomy.md +1 -1
- package/ready/harness/constraints/skill-role-contract.md +25 -12
- package/ready/harness/constraints/stage-gates.md +14 -2
- package/ready/harness/contracts/dispatch-runtime.yaml +119 -0
- package/ready/harness/contracts/profile-strategy.yaml +178 -0
- package/ready/harness/contracts/quality-roles.yaml +281 -0
- package/ready/harness/contracts/readiness-packs.yaml +169 -0
- package/ready/harness/contracts/repository-layout.yaml +129 -0
- package/ready/harness/contracts/requirements-grilling.yaml +153 -0
- package/ready/harness/contracts/skill-classification.yaml +366 -0
- package/ready/harness/contracts/stage-output-readiness.yaml +123 -0
- package/ready/harness/contracts/work-management.yaml +250 -0
- package/ready/harness/contracts/workspace-layout.yaml +97 -0
- package/ready/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/ready/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/ready/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/ready/harness/examples/dispatch/emit-ledger.json +22 -0
- package/ready/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/ready/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/ready/harness/examples/dispatch/staffing-plan.json +47 -0
- package/ready/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/ready/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/ready/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/ready/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/ready/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/ready/harness/profiles/enterprise.yaml +65 -27
- package/ready/harness/profiles/entry.yaml +68 -0
- package/ready/harness/profiles/frontend.yaml +61 -27
- package/ready/harness/profiles/lite.yaml +51 -13
- package/ready/harness/profiles/sdlc.yaml +60 -29
- package/ready/harness/workflow/completion-contract.yaml +10 -12
- package/ready/harness/workflow/skill-io-contract.yaml +12 -1
- package/ready/harness/workflow/skill-quality-standards.yaml +25 -3
- package/review/SKILL.md +347 -74
- package/review/harness/POLICY.md +22 -0
- package/review/harness/README.md +4 -3
- package/review/harness/THIS_SKILL.md +19 -3
- package/review/harness/constraints/filesystem-boundaries.md +19 -8
- package/review/harness/constraints/issue-taxonomy.md +1 -1
- package/review/harness/constraints/skill-role-contract.md +25 -12
- package/review/harness/constraints/stage-gates.md +14 -2
- package/review/harness/contracts/dispatch-runtime.yaml +119 -0
- package/review/harness/contracts/profile-strategy.yaml +178 -0
- package/review/harness/contracts/quality-roles.yaml +281 -0
- package/review/harness/contracts/readiness-packs.yaml +169 -0
- package/review/harness/contracts/repository-layout.yaml +129 -0
- package/review/harness/contracts/requirements-grilling.yaml +153 -0
- package/review/harness/contracts/skill-classification.yaml +366 -0
- package/review/harness/contracts/stage-output-readiness.yaml +123 -0
- package/review/harness/contracts/work-management.yaml +250 -0
- package/review/harness/contracts/workspace-layout.yaml +97 -0
- package/review/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/review/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/review/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/review/harness/examples/dispatch/emit-ledger.json +22 -0
- package/review/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/review/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/review/harness/examples/dispatch/staffing-plan.json +47 -0
- package/review/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/review/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/review/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/review/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/review/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/review/harness/profiles/enterprise.yaml +65 -27
- package/review/harness/profiles/entry.yaml +68 -0
- package/review/harness/profiles/frontend.yaml +61 -27
- package/review/harness/profiles/lite.yaml +51 -13
- package/review/harness/profiles/sdlc.yaml +60 -29
- package/review/harness/workflow/completion-contract.yaml +10 -12
- package/review/harness/workflow/skill-io-contract.yaml +12 -1
- package/review/harness/workflow/skill-quality-standards.yaml +25 -3
- package/smoke/SKILL.md +218 -45
- package/smoke/harness/POLICY.md +22 -0
- package/smoke/harness/README.md +4 -3
- package/smoke/harness/THIS_SKILL.md +19 -3
- package/smoke/harness/constraints/filesystem-boundaries.md +19 -8
- package/smoke/harness/constraints/issue-taxonomy.md +1 -1
- package/smoke/harness/constraints/skill-role-contract.md +25 -12
- package/smoke/harness/constraints/stage-gates.md +14 -2
- package/smoke/harness/contracts/dispatch-runtime.yaml +119 -0
- package/smoke/harness/contracts/profile-strategy.yaml +178 -0
- package/smoke/harness/contracts/quality-roles.yaml +281 -0
- package/smoke/harness/contracts/readiness-packs.yaml +169 -0
- package/smoke/harness/contracts/repository-layout.yaml +129 -0
- package/smoke/harness/contracts/requirements-grilling.yaml +153 -0
- package/smoke/harness/contracts/skill-classification.yaml +366 -0
- package/smoke/harness/contracts/stage-output-readiness.yaml +123 -0
- package/smoke/harness/contracts/work-management.yaml +250 -0
- package/smoke/harness/contracts/workspace-layout.yaml +97 -0
- package/smoke/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/smoke/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/smoke/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/smoke/harness/examples/dispatch/emit-ledger.json +22 -0
- package/smoke/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/smoke/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/smoke/harness/examples/dispatch/staffing-plan.json +47 -0
- package/smoke/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/smoke/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/smoke/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/smoke/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/smoke/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/smoke/harness/profiles/enterprise.yaml +65 -27
- package/smoke/harness/profiles/entry.yaml +68 -0
- package/smoke/harness/profiles/frontend.yaml +61 -27
- package/smoke/harness/profiles/lite.yaml +51 -13
- package/smoke/harness/profiles/sdlc.yaml +60 -29
- package/smoke/harness/workflow/completion-contract.yaml +10 -12
- package/smoke/harness/workflow/skill-io-contract.yaml +12 -1
- package/smoke/harness/workflow/skill-quality-standards.yaml +25 -3
- package/spec/SKILL.md +256 -53
- package/spec/harness/POLICY.md +22 -0
- package/spec/harness/README.md +4 -3
- package/spec/harness/THIS_SKILL.md +37 -8
- package/spec/harness/constraints/filesystem-boundaries.md +19 -8
- package/spec/harness/constraints/issue-taxonomy.md +1 -1
- package/spec/harness/constraints/skill-role-contract.md +25 -12
- package/spec/harness/constraints/stage-gates.md +14 -2
- package/spec/harness/contracts/dispatch-runtime.yaml +119 -0
- package/spec/harness/contracts/profile-strategy.yaml +178 -0
- package/spec/harness/contracts/quality-roles.yaml +281 -0
- package/spec/harness/contracts/readiness-packs.yaml +169 -0
- package/spec/harness/contracts/repository-layout.yaml +129 -0
- package/spec/harness/contracts/requirements-grilling.yaml +153 -0
- package/spec/harness/contracts/skill-classification.yaml +366 -0
- package/spec/harness/contracts/stage-output-readiness.yaml +123 -0
- package/spec/harness/contracts/work-management.yaml +250 -0
- package/spec/harness/contracts/workspace-layout.yaml +97 -0
- package/spec/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/spec/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/spec/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/spec/harness/examples/dispatch/emit-ledger.json +22 -0
- package/spec/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/spec/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/spec/harness/examples/dispatch/staffing-plan.json +47 -0
- package/spec/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/spec/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/spec/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/spec/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/spec/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/spec/harness/profiles/enterprise.yaml +65 -27
- package/spec/harness/profiles/entry.yaml +68 -0
- package/spec/harness/profiles/frontend.yaml +61 -27
- package/spec/harness/profiles/lite.yaml +51 -13
- package/spec/harness/profiles/sdlc.yaml +60 -29
- package/spec/harness/workflow/completion-contract.yaml +10 -12
- package/spec/harness/workflow/skill-io-contract.yaml +16 -1
- package/spec/harness/workflow/skill-quality-standards.yaml +45 -3
- package/task/SKILL.md +264 -48
- package/task/harness/POLICY.md +22 -0
- package/task/harness/README.md +4 -3
- package/task/harness/THIS_SKILL.md +31 -6
- package/task/harness/constraints/filesystem-boundaries.md +19 -8
- package/task/harness/constraints/issue-taxonomy.md +1 -1
- package/task/harness/constraints/skill-role-contract.md +25 -12
- package/task/harness/constraints/stage-gates.md +14 -2
- package/task/harness/contracts/dispatch-runtime.yaml +119 -0
- package/task/harness/contracts/profile-strategy.yaml +178 -0
- package/task/harness/contracts/quality-roles.yaml +281 -0
- package/task/harness/contracts/readiness-packs.yaml +169 -0
- package/task/harness/contracts/repository-layout.yaml +129 -0
- package/task/harness/contracts/requirements-grilling.yaml +153 -0
- package/task/harness/contracts/skill-classification.yaml +366 -0
- package/task/harness/contracts/stage-output-readiness.yaml +123 -0
- package/task/harness/contracts/work-management.yaml +250 -0
- package/task/harness/contracts/workspace-layout.yaml +97 -0
- package/task/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/task/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/task/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/task/harness/examples/dispatch/emit-ledger.json +22 -0
- package/task/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/task/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/task/harness/examples/dispatch/staffing-plan.json +47 -0
- package/task/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/task/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/task/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/task/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/task/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/task/harness/profiles/enterprise.yaml +65 -27
- package/task/harness/profiles/entry.yaml +68 -0
- package/task/harness/profiles/frontend.yaml +61 -27
- package/task/harness/profiles/lite.yaml +51 -13
- package/task/harness/profiles/sdlc.yaml +60 -29
- package/task/harness/workflow/completion-contract.yaml +10 -12
- package/task/harness/workflow/skill-io-contract.yaml +16 -1
- package/task/harness/workflow/skill-quality-standards.yaml +34 -3
- package/verify/SKILL.md +231 -56
- package/verify/harness/POLICY.md +22 -0
- package/verify/harness/README.md +4 -3
- package/verify/harness/THIS_SKILL.md +26 -5
- package/verify/harness/constraints/filesystem-boundaries.md +19 -8
- package/verify/harness/constraints/issue-taxonomy.md +1 -1
- package/verify/harness/constraints/skill-role-contract.md +25 -12
- package/verify/harness/constraints/stage-gates.md +14 -2
- package/verify/harness/contracts/dispatch-runtime.yaml +119 -0
- package/verify/harness/contracts/profile-strategy.yaml +178 -0
- package/verify/harness/contracts/quality-roles.yaml +281 -0
- package/verify/harness/contracts/readiness-packs.yaml +169 -0
- package/verify/harness/contracts/repository-layout.yaml +129 -0
- package/verify/harness/contracts/requirements-grilling.yaml +153 -0
- package/verify/harness/contracts/skill-classification.yaml +366 -0
- package/verify/harness/contracts/stage-output-readiness.yaml +123 -0
- package/verify/harness/contracts/work-management.yaml +250 -0
- package/verify/harness/contracts/workspace-layout.yaml +97 -0
- package/verify/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/verify/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/verify/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/verify/harness/examples/dispatch/emit-ledger.json +22 -0
- package/verify/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/verify/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/verify/harness/examples/dispatch/staffing-plan.json +47 -0
- package/verify/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/verify/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/verify/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/verify/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/verify/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/verify/harness/profiles/enterprise.yaml +65 -27
- package/verify/harness/profiles/entry.yaml +68 -0
- package/verify/harness/profiles/frontend.yaml +61 -27
- package/verify/harness/profiles/lite.yaml +51 -13
- package/verify/harness/profiles/sdlc.yaml +60 -29
- package/verify/harness/workflow/completion-contract.yaml +10 -12
- package/verify/harness/workflow/skill-io-contract.yaml +15 -1
- package/verify/harness/workflow/skill-quality-standards.yaml +29 -3
- package/zsk/SKILL.md +197 -32
- package/zsk/harness/POLICY.md +22 -0
- package/zsk/harness/README.md +4 -3
- package/zsk/harness/THIS_SKILL.md +19 -3
- package/zsk/harness/constraints/filesystem-boundaries.md +19 -8
- package/zsk/harness/constraints/issue-taxonomy.md +1 -1
- package/zsk/harness/constraints/skill-role-contract.md +25 -12
- package/zsk/harness/constraints/stage-gates.md +14 -2
- package/zsk/harness/contracts/dispatch-runtime.yaml +119 -0
- package/zsk/harness/contracts/profile-strategy.yaml +178 -0
- package/zsk/harness/contracts/quality-roles.yaml +281 -0
- package/zsk/harness/contracts/readiness-packs.yaml +169 -0
- package/zsk/harness/contracts/repository-layout.yaml +129 -0
- package/zsk/harness/contracts/requirements-grilling.yaml +153 -0
- package/zsk/harness/contracts/skill-classification.yaml +366 -0
- package/zsk/harness/contracts/stage-output-readiness.yaml +123 -0
- package/zsk/harness/contracts/work-management.yaml +250 -0
- package/zsk/harness/contracts/workspace-layout.yaml +97 -0
- package/zsk/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/zsk/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/zsk/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/zsk/harness/examples/dispatch/emit-ledger.json +22 -0
- package/zsk/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/zsk/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/zsk/harness/examples/dispatch/staffing-plan.json +47 -0
- package/zsk/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/zsk/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/zsk/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/zsk/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/zsk/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/zsk/harness/profiles/enterprise.yaml +65 -27
- package/zsk/harness/profiles/entry.yaml +68 -0
- package/zsk/harness/profiles/frontend.yaml +61 -27
- package/zsk/harness/profiles/lite.yaml +51 -13
- package/zsk/harness/profiles/sdlc.yaml +60 -29
- package/zsk/harness/workflow/completion-contract.yaml +10 -12
- package/zsk/harness/workflow/skill-io-contract.yaml +12 -1
- package/zsk/harness/workflow/skill-quality-standards.yaml +25 -3
- package/zskplan/SKILL.md +204 -32
- package/zskplan/harness/POLICY.md +22 -0
- package/zskplan/harness/README.md +4 -3
- package/zskplan/harness/THIS_SKILL.md +19 -3
- package/zskplan/harness/constraints/filesystem-boundaries.md +19 -8
- package/zskplan/harness/constraints/issue-taxonomy.md +1 -1
- package/zskplan/harness/constraints/skill-role-contract.md +25 -12
- package/zskplan/harness/constraints/stage-gates.md +14 -2
- package/zskplan/harness/contracts/dispatch-runtime.yaml +119 -0
- package/zskplan/harness/contracts/profile-strategy.yaml +178 -0
- package/zskplan/harness/contracts/quality-roles.yaml +281 -0
- package/zskplan/harness/contracts/readiness-packs.yaml +169 -0
- package/zskplan/harness/contracts/repository-layout.yaml +129 -0
- package/zskplan/harness/contracts/requirements-grilling.yaml +153 -0
- package/zskplan/harness/contracts/skill-classification.yaml +366 -0
- package/zskplan/harness/contracts/stage-output-readiness.yaml +123 -0
- package/zskplan/harness/contracts/work-management.yaml +250 -0
- package/zskplan/harness/contracts/workspace-layout.yaml +97 -0
- package/zskplan/harness/examples/clarification/design-stage-output.yaml +19 -0
- package/zskplan/harness/examples/clarification/preproposal-high-impact.yaml +18 -0
- package/zskplan/harness/examples/clarification/spec-stage-output.yaml +19 -0
- package/zskplan/harness/examples/dispatch/emit-ledger.json +22 -0
- package/zskplan/harness/examples/dispatch/packet-status/PKT-design-architect.json +11 -0
- package/zskplan/harness/examples/dispatch/packet-status/PKT-design-test-engineer.json +10 -0
- package/zskplan/harness/examples/dispatch/staffing-plan.json +47 -0
- package/zskplan/harness/examples/readiness-packs/defect-pack.yaml +28 -0
- package/zskplan/harness/examples/readiness-packs/product-pack.yaml +28 -0
- package/zskplan/harness/examples/readiness-packs/qa-case-pack.yaml +29 -0
- package/zskplan/harness/examples/readiness-packs/readiness-handoff.yaml +29 -0
- package/zskplan/harness/examples/readiness-packs/ux-supplement.yaml +29 -0
- package/zskplan/harness/profiles/enterprise.yaml +65 -27
- package/zskplan/harness/profiles/entry.yaml +68 -0
- package/zskplan/harness/profiles/frontend.yaml +61 -27
- package/zskplan/harness/profiles/lite.yaml +51 -13
- package/zskplan/harness/profiles/sdlc.yaml +60 -29
- package/zskplan/harness/workflow/completion-contract.yaml +10 -12
- package/zskplan/harness/workflow/skill-io-contract.yaml +12 -1
- package/zskplan/harness/workflow/skill-quality-standards.yaml +25 -3
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ zsk skill 是 LLM **按需自动触发**的资产。用户通常只做两件事
|
|
|
30
30
|
|
|
31
31
|
## Profile 选择
|
|
32
32
|
|
|
33
|
-
Profile 是流程组合策略,不是新的 skill。Atomic skills 仍然平铺在 `skills/`,profile 只决定默认安装集合、阶段顺序、可选节点和严格度。
|
|
33
|
+
Profile 是流程组合策略,不是新的 skill。Atomic skills 仍然平铺在 `skills/`,profile 只决定默认安装集合、阶段顺序、可选节点和严格度。Workflow 负责编排、约束、签字、角色投入和多角度会诊;单个 skill 只负责自己的职责、非目标、输出质量、证据、风险和置信度。
|
|
34
34
|
|
|
35
35
|
| profile | skills | 适用场景 |
|
|
36
36
|
| --- | ---: | --- |
|
|
@@ -43,20 +43,20 @@ Profile 是流程组合策略,不是新的 skill。Atomic skills 仍然平铺
|
|
|
43
43
|
|
|
44
44
|
## Skill 搭配流程图
|
|
45
45
|
|
|
46
|
-
`dispatch` 是 ZSK 给 OMX 的调度适配入口;`flow` 是恢复下一合法阶段的状态机入口;profile 决定主线顺序、可选节点和严格度,其他 skill 按阶段负责一段明确产物。遇到缺资料、缺证据、缺 owner
|
|
46
|
+
`dispatch` 是 ZSK 给 OMX 的调度适配入口;`flow` 是恢复下一合法阶段的状态机入口;profile 决定主线顺序、可选节点和严格度,其他 skill 按阶段负责一段明确产物。遇到缺资料、缺证据、缺 owner 或发现缺陷时,workflow 决定是否降级、补资源、回退或阻塞;skill 本身记录 gap、影响和下一步,不把 sibling skill 的产物当作缺一不可的硬前置。
|
|
47
47
|
|
|
48
48
|
```mermaid
|
|
49
49
|
flowchart TD
|
|
50
50
|
Start([开始或恢复工作]) --> Dispatch[zsk:dispatch<br/>让 OMX 按 ZSK workflow 调度]
|
|
51
51
|
Dispatch --> Flow[zsk:flow<br/>读取状态与资源]
|
|
52
|
-
Flow --> Prepare[zsk:prepare<br
|
|
52
|
+
Flow --> Prepare[zsk:prepare<br/>计划并选择性同步资源]
|
|
53
53
|
Prepare --> Proposal[zsk:proposal<br/>定义 why / scope / non-goals]
|
|
54
54
|
Proposal --> Spec[zsk:spec<br/>写 FR/NFR/AC/场景]
|
|
55
55
|
Spec --> Design[zsk:design<br/>映射接口/数据流/风险]
|
|
56
56
|
Design --> Task[zsk:task<br/>拆任务与证据钩子]
|
|
57
57
|
Task --> Coding[zsk:coding<br/>小步实现]
|
|
58
58
|
Coding --> Smoke[zsk:smoke<br/>本地证明变更可运行]
|
|
59
|
-
Smoke --> Review[zsk:review<br
|
|
59
|
+
Smoke --> Review[zsk:review<br/>目标审查/多角度可选]
|
|
60
60
|
Review --> Commit[zsk:commit<br/>review 后 scoped commit]
|
|
61
61
|
Commit --> Ready[zsk:ready<br/>整理待验收证据]
|
|
62
62
|
Ready --> Verify[zsk:verify<br/>独立验证 claim]
|
|
@@ -75,6 +75,10 @@ flowchart TD
|
|
|
75
75
|
Commit -.需要演示.-> Demo
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
+
Direct review 只需要明确 review target(代码 diff、本地路径、stage 文档或可检测变更)。缺少 spec/design/tasks/smoke/signoff/专家面板时,`review` 应记录为 N/A、风险或 confidence gap,并继续做目标审查;只有 workflow profile 明确启用 strict gate 时,才由 workflow 把这些缺口升级为阻塞。
|
|
79
|
+
|
|
80
|
+
每个 stage 输出都应包含 `Output Quality Check`:质量分、置信度、证据、缺口/不确定性、漂移信号、下一步。若缺口属于本 skill 职责内,应先做 bounded ReAct 修复;若属于 workflow 编排、资源准备或外部决策,则交给 workflow 路由。
|
|
81
|
+
|
|
78
82
|
## 常见用法
|
|
79
83
|
|
|
80
84
|
| 目标 | 推荐说法或命令 | 结果 |
|
|
@@ -85,6 +89,7 @@ flowchart TD
|
|
|
85
89
|
| CI 安装标准 SDLC profile | `npx @captain_z/zsk add zsk-sdlc --target=~/.claude/skills --yes` | 非交互安装 21 颗标准 workflow skills |
|
|
86
90
|
| Claude plugin 安装 | `/plugin marketplace add codeshareman/zsk` 后 `/plugin install zsk@zsk` | 使用 `/zsk:<slug>` 命令面 |
|
|
87
91
|
| GitHub skills 管理器安装 | `npx skills add codeshareman/zsk` | 从仓库根 `skills/` 安装;不要加 `@` |
|
|
92
|
+
| 准备项目资源 | `npx @captain_z/zsk prepare draft && npx @captain_z/zsk prepare plan && npx @captain_z/zsk prepare sync --all` | 先审查建议,再同步确认后的 `.zsk/raws/**` snapshot |
|
|
88
93
|
| 只想让 ZSK 自己规划和执行 | "用 `zsk:zskplan` 规划" / "用 `zsk:zsk` 继续" | 计划写入 `.zsk/plans/`,执行产物写入 `.zsk` |
|
|
89
94
|
| 不确定该用哪个阶段 skill | "用 `zsk:dispatch` 调度" | 让 OMX 围绕 ZSK skills 分配 subagents |
|
|
90
95
|
| 恢复一个项目的下一步 | "用 `zsk:flow` 继续" | 读取配置、阶段文档和 blocker,选择合法下一阶段 |
|
|
@@ -101,11 +106,11 @@ flowchart TD
|
|
|
101
106
|
|
|
102
107
|
## 和项目知识工作区的关系
|
|
103
108
|
|
|
104
|
-
`zsk init` 生成的 `.zsk/config.yaml`、`.zsk/docs/SYSTEM-SPEC.md`、`.zsk/raws/`、`.zsk/modules/`、`.zsk/issues/`、`.zsk/evidence/`、`.zsk/playwright/` 和 `.zsk/plans/` 是默认项目上下文。CLI 负责创建最小骨架、使用 package-owned schema
|
|
109
|
+
`zsk init` 生成的 `.zsk/config.yaml`、`.zsk/CONTEXT.md`、`.zsk/docs/SYSTEM-SPEC.md`、`.zsk/raws/`、`.zsk/modules/`、`.zsk/issues/`、`.zsk/evidence/`、`.zsk/playwright/` 和 `.zsk/plans/` 是默认项目上下文。CLI 负责创建最小骨架、使用 package-owned schema 校验、通过 `zsk prepare draft` / `zsk prepare plan` 生成可审查建议,并通过 `zsk prepare sync` 选择性刷新 `.zsk/raws/manifest.json`、snapshot 和 readiness evidence。`zsk config check` / `zsk check` 做确定性校验。
|
|
105
110
|
|
|
106
|
-
Skills
|
|
111
|
+
Skills 负责更需要判断的部分:理解已同步的 SRS、PRD、API 契约、Figma/Modao、测试资产和设计资产,发现模块边界,做跨事实源冲突分析,并把问题写入配置的 issue 根。运行时验证默认用 Playwright 产生可复现 evidence;登录态优先转成 Playwright `storageState`;视觉/当前页面判断优先 Computer Use;没有 Computer Use 的运行时用 Playwright MCP/ARIA/CDP、手工证据或可用的 Browser Use 兼容处理。Skills 必须通过 `.zsk/config.yaml` 和 `.zsk/modules/{module}/module.yaml` 解析路径,不能硬编码 `.zsk/raws`、root `docs`、root `.issues`、root `.playwright` 或 root `plans`。
|
|
107
112
|
|
|
108
|
-
每个 skill/stage 的输入、输出、工具/能力、脚本策略和运行时 UI 观察策略由 harness 的 `skill-io-contract.yaml` 约束;完成后的产物路径、issue 索引同步和确认后的文档反哺由 `completion-contract.yaml`
|
|
113
|
+
每个 skill/stage 的输入、输出、工具/能力、脚本策略和运行时 UI 观察策略由 harness 的 `skill-io-contract.yaml` 约束;完成后的产物路径、issue 索引同步和确认后的文档反哺由 `completion-contract.yaml` 约束;质量评分、角色/人员建议和 direct review 降级规则由 `quality-roles.yaml`、`skill-classification.yaml` 和 `workflow-orchestration-policy.yaml` 共同说明。缺少 Documentation Feedback 时,`zsk check` 可以把它作为阶段未收口的证据。
|
|
109
114
|
|
|
110
115
|
## 领域总览
|
|
111
116
|
|
|
@@ -135,78 +140,97 @@ Skills 负责更需要判断的部分:理解 SRS、PRD、API 契约、Figma/Mo
|
|
|
135
140
|
## Skill 清单(core skills)
|
|
136
141
|
|
|
137
142
|
> 内容由 `tools/catalog.ts` 从 `packages/skills/*/SKILL.md` frontmatter 生成。重生成:`pnpm catalog`。
|
|
143
|
+
> 默认 profile bundles 只安装 entry 和保留的一等 stage;capability / gate / mode 由 `zskplan` / `zsk` 内部调度或通过 custom/legacy 明确安装。Legacy aliases 仍保留 24 个 skill 以兼容旧安装。
|
|
144
|
+
|
|
145
|
+
### Entry Skills (2)
|
|
138
146
|
|
|
139
|
-
|
|
147
|
+
用户默认只需要理解的入口。
|
|
140
148
|
|
|
141
|
-
- **`zskplan`**
|
|
149
|
+
- **`zskplan`** · type: workflow · keep-entry
|
|
142
150
|
Use as the ZSK-aware RalphPlan-style planning entrypoint that clarifies vague intake, then freezes scope, module decomposition, skill route, expert lanes, Playwright/evidence paths, and stop conditions under .zsk.
|
|
143
151
|
|
|
144
|
-
- **`zsk`**
|
|
152
|
+
- **`zsk`** · type: workflow · keep-entry
|
|
145
153
|
Use as the ZSK-aware Ralph-style execution loop that follows ZSK plans, dispatches expert lanes, verifies, fixes, and writes only .zsk outputs.
|
|
146
154
|
|
|
147
|
-
|
|
148
|
-
At task intake, asks OMX to assign subagents to the right zsk skill from request, state, evidence, and blockers.
|
|
155
|
+
### Stage Skills (11)
|
|
149
156
|
|
|
150
|
-
|
|
151
|
-
Starts or resumes delivery by reading state, resources, and blockers, then selecting the next legal stage.
|
|
157
|
+
有独立产物边界、质量门禁和下游消费关系的一等阶段。
|
|
152
158
|
|
|
153
|
-
- **`prepare`**
|
|
159
|
+
- **`prepare`** · type: capability · keep-stage
|
|
154
160
|
After project init, collects resource origins, snapshots evidence, and updates config/manifests before proposal/spec.
|
|
155
161
|
|
|
156
|
-
- **`preproposal`**
|
|
162
|
+
- **`preproposal`** · type: capability · keep-stage
|
|
157
163
|
Before proposal, turns a one-sentence or vague intake brief into a clear, reviewed product, roadmap, UX, and readiness raw resource pack.
|
|
158
164
|
|
|
159
|
-
- **`proposal`**
|
|
165
|
+
- **`proposal`** · type: capability · keep-stage
|
|
160
166
|
Before spec, frames the problem, scope, non-goals, success criteria, stakeholders, risks, and resource gaps.
|
|
161
167
|
|
|
162
|
-
- **`spec`**
|
|
168
|
+
- **`spec`** · type: capability · keep-stage
|
|
163
169
|
After proposal, defines sourced FR/NFR, acceptance criteria, scenarios, edge cases, and open gaps.
|
|
164
170
|
|
|
165
|
-
- **`design`**
|
|
171
|
+
- **`design`** · type: capability · keep-stage
|
|
166
172
|
After spec freeze, maps behavior to interfaces, data flow, rollout plan, risks, and implementation surfaces.
|
|
167
173
|
|
|
168
|
-
- **`task`**
|
|
174
|
+
- **`task`** · type: capability · keep-stage
|
|
169
175
|
After design approval, creates executable tasks with dependencies, FR/AC coverage, owners, and evidence hooks.
|
|
170
176
|
|
|
171
|
-
- **`coding`**
|
|
177
|
+
- **`coding`** · type: capability · keep-stage
|
|
172
178
|
For approved tasks, implements small scoped diffs with tests, evidence, and blocker reporting.
|
|
173
179
|
|
|
174
|
-
- **`
|
|
175
|
-
|
|
180
|
+
- **`demo`** · type: capability · keep-stage
|
|
181
|
+
Before formal testing, runs planned demos and captures evidence without making acceptance claims.
|
|
176
182
|
|
|
177
|
-
- **`
|
|
178
|
-
|
|
183
|
+
- **`verify`** · type: capability · keep-stage
|
|
184
|
+
Independently verifies fixes or acceptance criteria against a stated claim, target version, and linked evidence.
|
|
179
185
|
|
|
180
|
-
- **`
|
|
181
|
-
After
|
|
186
|
+
- **`acceptance`** · type: capability · keep-stage
|
|
187
|
+
After independent verify passes, records accept/reject decision, linked evidence, and residual-risk owner.
|
|
182
188
|
|
|
183
|
-
- **`
|
|
184
|
-
|
|
189
|
+
- **`archive`** · type: capability · keep-stage
|
|
190
|
+
After acceptance, closes the iteration by preserving artifacts, decisions, issues, and learning proposals.
|
|
185
191
|
|
|
186
|
-
|
|
187
|
-
After formal QA reports findings, normalizes defects with repro, evidence, FR/AC links, and fix routing.
|
|
192
|
+
### Capabilities (6)
|
|
188
193
|
|
|
189
|
-
|
|
190
|
-
Before independent verification, prepares a handoff with issue mappings, evidence, version, and regression notes.
|
|
194
|
+
可被多个阶段复用的内部能力;默认由入口或阶段调度。
|
|
191
195
|
|
|
192
|
-
- **`
|
|
193
|
-
|
|
196
|
+
- **`dispatch`** · type: workflow · downshift-to-capability
|
|
197
|
+
At task intake, asks OMX to assign subagents to the right zsk skill from request, state, evidence, and blockers.
|
|
194
198
|
|
|
195
|
-
- **`
|
|
196
|
-
After
|
|
199
|
+
- **`review`** · type: capability · downshift-to-capability
|
|
200
|
+
After smoke or explicit path targeting, reviews implementation or local targets against scope, contracts, evidence, security, maintainability, and ZSK boundaries.
|
|
197
201
|
|
|
198
|
-
- **`
|
|
199
|
-
After
|
|
202
|
+
- **`defect`** · type: capability · downshift-to-capability
|
|
203
|
+
After formal QA reports findings, normalizes defects with repro, evidence, FR/AC links, and fix routing.
|
|
200
204
|
|
|
201
|
-
- **`
|
|
202
|
-
After
|
|
205
|
+
- **`deploy`** · type: capability · downshift-to-capability
|
|
206
|
+
After review, deploys to non-production or demo targets with version, smoke evidence, and rollback owner.
|
|
203
207
|
|
|
204
|
-
- **`learn`**
|
|
208
|
+
- **`learn`** · type: capability · downshift-to-capability
|
|
205
209
|
Use after repeated friction or supplied public skill/harness references to learn, compare, record gaps, and prepare one reviewed ZSK optimization batch.
|
|
206
210
|
|
|
207
|
-
- **`issue`**
|
|
211
|
+
- **`issue`** · type: utility · keep-capability
|
|
208
212
|
Tracks defects, blockers, questions, and risks with taxonomy, severity, owner, reproduction, and evidence.
|
|
209
213
|
|
|
210
|
-
|
|
214
|
+
### Gates (3)
|
|
215
|
+
|
|
216
|
+
阶段内部的质量检查点或发布检查点。
|
|
217
|
+
|
|
218
|
+
- **`smoke`** · type: capability · downshift-to-gate
|
|
219
|
+
After coding, proves changed behavior locally with targeted tests and relevant lint/typecheck/build evidence.
|
|
220
|
+
|
|
221
|
+
- **`commit`** · type: capability · downshift-to-gate
|
|
222
|
+
After smoke and review pass, prepares a scoped commit with intent, evidence, and clean staging.
|
|
223
|
+
|
|
224
|
+
- **`ready`** · type: capability · downshift-to-gate
|
|
225
|
+
Before independent verification, prepares a handoff with issue mappings, evidence, version, and regression notes.
|
|
226
|
+
|
|
227
|
+
### Modes (2)
|
|
228
|
+
|
|
229
|
+
入口或阶段内部的执行模式。
|
|
230
|
+
|
|
231
|
+
- **`flow`** · type: workflow · downshift-to-mode
|
|
232
|
+
Starts or resumes delivery by reading state, resources, and blockers, then selecting the next legal stage.
|
|
233
|
+
|
|
234
|
+
- **`fix`** · type: workflow · downshift-to-mode
|
|
211
235
|
For persisted issues, diagnoses root cause, applies the smallest scoped correction, adds a regression guard, updates the issue, and hands off verification.
|
|
212
236
|
|
package/acceptance/SKILL.md
CHANGED
|
@@ -3,6 +3,7 @@ name: acceptance
|
|
|
3
3
|
description: After independent verify passes, records accept/reject decision,
|
|
4
4
|
linked evidence, and residual-risk owner.
|
|
5
5
|
kind: workflow-node
|
|
6
|
+
skillType: capability
|
|
6
7
|
pack: core
|
|
7
8
|
stage: acceptance
|
|
8
9
|
requires:
|
|
@@ -70,35 +71,176 @@ Use this stage after independent `verify` has passed and the product/business ow
|
|
|
70
71
|
- Updated spec/design/task documentation feedback or explicit no-update rationale.
|
|
71
72
|
- Archive readiness or rejection route.
|
|
72
73
|
|
|
73
|
-
##
|
|
74
|
-
|
|
75
|
-
This
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
74
|
+
## Skill Quality Contract
|
|
75
|
+
|
|
76
|
+
This is the default direct-run quality contract for this skill. It is generated from the canonical harness contracts so standalone skill use stays high quality without loading full workflow gates.
|
|
77
|
+
|
|
78
|
+
### Responsibility
|
|
79
|
+
|
|
80
|
+
- Own: Record the accept/reject business decision and residual-risk ownership.
|
|
81
|
+
- Stage/type: `acceptance` / `capability`
|
|
82
|
+
- Output goal: Record the accept/reject business decision and residual-risk ownership.
|
|
83
|
+
- Downstream consumer: The next legal workflow stage, reviewer, or human decision maker.
|
|
84
|
+
- Stop condition: Required outputs are complete, explicitly N/A, or BLOCKED/NEEDS_CLARIFICATION with owner, impact, and next action.
|
|
85
|
+
- Document mode: decisionRecord
|
|
86
|
+
|
|
87
|
+
### Non-goals
|
|
88
|
+
|
|
89
|
+
- Do not route, approve, staff, gate, or sequence peer skills from this skill.
|
|
90
|
+
- Do not redefine upstream intent or accept downstream work on another skill's behalf.
|
|
91
|
+
- Workflow-owned constraint, not this skill's local responsibility: sequencing.
|
|
92
|
+
- Workflow-owned constraint, not this skill's local responsibility: routing.
|
|
93
|
+
- Workflow-owned constraint, not this skill's local responsibility: staffing.
|
|
94
|
+
- Workflow-owned constraint, not this skill's local responsibility: gates.
|
|
95
|
+
- Workflow-owned constraint, not this skill's local responsibility: approvals.
|
|
96
|
+
- Workflow-owned constraint, not this skill's local responsibility: signoffs.
|
|
97
|
+
- Workflow-owned constraint, not this skill's local responsibility: cross-skill arbitration.
|
|
98
|
+
- Workflow-owned constraint, not this skill's local responsibility: downstream acceptance.
|
|
99
|
+
|
|
100
|
+
### Inputs And Outputs
|
|
101
|
+
|
|
102
|
+
Direct mode starts from the user's explicit target. Workflow-only artifacts, approvals, signoffs, validation packets, and peer-skill outputs are optional context unless a workflow, strict profile, or local instruction explicitly makes them required.
|
|
103
|
+
|
|
104
|
+
**Direct hard inputs**
|
|
105
|
+
|
|
106
|
+
- explicit-skill-target
|
|
107
|
+
|
|
108
|
+
**Direct optional context**
|
|
109
|
+
|
|
110
|
+
- workflow-packet
|
|
111
|
+
- upstream-artifacts
|
|
112
|
+
- validation-packet
|
|
113
|
+
- anchor-packet
|
|
114
|
+
- gate-evidence
|
|
115
|
+
- peer-skill-artifacts
|
|
116
|
+
|
|
117
|
+
**Declared skill inputs**
|
|
118
|
+
|
|
119
|
+
- verify-report
|
|
120
|
+
- demo-report
|
|
121
|
+
- residual-risks
|
|
122
|
+
- linked-issues
|
|
123
|
+
|
|
124
|
+
**Required outputs**
|
|
125
|
+
|
|
126
|
+
- acceptance-decision
|
|
127
|
+
- confirmed-doc-feedback
|
|
128
|
+
- residual-risk-list
|
|
129
|
+
|
|
130
|
+
### Quality Rubric
|
|
131
|
+
|
|
132
|
+
**Rubric fields**
|
|
133
|
+
|
|
134
|
+
- output_goal
|
|
135
|
+
- downstream_consumer
|
|
136
|
+
- required_inputs
|
|
137
|
+
- required_outputs
|
|
138
|
+
- must_answer_questions
|
|
139
|
+
- quality_checks
|
|
140
|
+
- anti_patterns
|
|
141
|
+
- stop_condition
|
|
142
|
+
|
|
143
|
+
**Hard acceptance rules**
|
|
144
|
+
|
|
145
|
+
- Record accept, reject, or conditional acceptance decision with linked verify/demo evidence.
|
|
146
|
+
- Name accepted criteria, residual risks, owners, and documentation feedback or no-update rationale.
|
|
147
|
+
- Do not accept without verification evidence unless explicitly blocked and risk-accepted.
|
|
148
|
+
|
|
149
|
+
**Conditional acceptance rules**
|
|
150
|
+
|
|
151
|
+
- When residual risks affect security, privacy, permissions, data, release, or compliance, require owner and follow-up issue.
|
|
152
|
+
- When business/user confirmation is missing, mark acceptance BLOCKED instead of inferred.
|
|
153
|
+
|
|
154
|
+
**Must-answer questions**
|
|
155
|
+
|
|
156
|
+
- Is the verified work accepted, rejected, or conditionally accepted?
|
|
157
|
+
- Which evidence and issues support the decision?
|
|
158
|
+
- Who owns residual risks and documentation feedback?
|
|
159
|
+
|
|
160
|
+
**Quality checks**
|
|
161
|
+
|
|
162
|
+
- Links verify report, demo evidence, accepted criteria, and residual risks.
|
|
163
|
+
- Records documentation feedback or no-update rationale for confirmed learnings.
|
|
164
|
+
|
|
165
|
+
**Anti-pattern scan**
|
|
166
|
+
|
|
167
|
+
- Accepting without verification evidence.
|
|
168
|
+
- Letting residual risks remain ownerless.
|
|
169
|
+
|
|
170
|
+
### Output Acceptance Checklist
|
|
171
|
+
|
|
172
|
+
Before claiming completion, internally check these items and surface any failure as NEEDS_REPAIR, NEEDS_CLARIFICATION, or BLOCKED. Missing workflow context lowers confidence; it does not block direct mode unless it is also a direct hard input.
|
|
173
|
+
|
|
174
|
+
- Every required output is present, explicitly N/A, or blocked with owner, impact, and next action.
|
|
175
|
+
- Every must-answer question is answered from evidence, accepted assumption, or explicit unknown.
|
|
176
|
+
- Hard acceptance rules pass; conditional rules are checked when their trigger is touched.
|
|
177
|
+
- Quality checks have evidence, not only narrative confidence.
|
|
178
|
+
- Anti-pattern scan is clean, or each remaining risk is named with a concrete follow-up.
|
|
179
|
+
- The answer stays inside this skill's responsibility and does not route, approve, staff, gate, or sequence peer skills.
|
|
180
|
+
|
|
181
|
+
### Quality Scoring
|
|
182
|
+
|
|
183
|
+
Before final handoff, score the work toward a target of 100. Do not inflate the score to hide missing evidence; if the score cannot reach 100, state the gap and why it remains.
|
|
184
|
+
|
|
185
|
+
- Responsibility fit: 20 points.
|
|
186
|
+
- Input coverage and blocker clarity: 20 points.
|
|
187
|
+
- Required output completeness: 20 points.
|
|
188
|
+
- Evidence trust and test correctness: 15 points.
|
|
189
|
+
- Downstream actionability: 15 points.
|
|
190
|
+
- Simplicity, locality, and token discipline: 10 points.
|
|
191
|
+
|
|
192
|
+
Report the score and confidence when producing a durable artifact, making a recommendation, claiming completion, or ending below 100. For trivial command-style outputs, keep the response lightweight but still do the internal check.
|
|
193
|
+
|
|
194
|
+
### Completion Report
|
|
195
|
+
|
|
196
|
+
For non-trivial work, include this compact completion signal in the final response or artifact handoff:
|
|
197
|
+
|
|
198
|
+
- Quality score: 0-100, with confidence high/medium/low.
|
|
199
|
+
- Evidence: commands, files, artifacts, source references, or explicit human decisions that support the claim.
|
|
200
|
+
- Gaps: missing inputs, weak tests, unresolved decisions, or workflow-only context that reduced confidence.
|
|
201
|
+
- Next action: none, or the smallest owner/action needed to reach 100.
|
|
202
|
+
|
|
203
|
+
### Fast Failure Signals
|
|
204
|
+
|
|
205
|
+
Stop early and report the cause instead of spending more tokens when any of these is true:
|
|
206
|
+
|
|
207
|
+
- A direct hard input is missing, stale, contradictory, or not discoverable from local context.
|
|
208
|
+
- The required output would require owning another skill's responsibility or a workflow gate.
|
|
209
|
+
- Evidence is untrusted: skipped tests, mock-only critical path, placeholder output, stale artifacts, or unrelated green checks.
|
|
210
|
+
- The user goal, source evidence, and current artifact contradict each other in a way that changes scope or acceptance.
|
|
211
|
+
|
|
212
|
+
### Repair Loop
|
|
213
|
+
|
|
214
|
+
- Inspect: compare the current output against responsibility, direct hard inputs, required outputs, rubric, and evidence.
|
|
215
|
+
- Act: repair the smallest failing dimension first; do not add workflow ceremony to compensate for weak skill output.
|
|
216
|
+
- Verify: rerun or recheck the evidence that supports the repaired claim.
|
|
217
|
+
- Iterate toward 100, but cap local repair at two focused loops. If quality still falls short, return NEEDS_REPAIR, NEEDS_CLARIFICATION, or BLOCKED with owner, impact, and next action instead of burning tokens indefinitely.
|
|
218
|
+
|
|
219
|
+
### Test And Evidence Integrity
|
|
220
|
+
|
|
221
|
+
- Treat passing tests as evidence, not proof. Verify that tests assert user-visible or contract-visible behavior, include meaningful failure modes, and do not only exercise mocks or implementation details.
|
|
222
|
+
- When test correctness cannot be trusted, lower confidence and name the missing integration, smoke, manual, negative, boundary, or regression evidence.
|
|
223
|
+
- Never claim PASS, DONE, READY, or acceptance from placeholder output, skipped checks, stale artifacts, or unrelated green tests.
|
|
224
|
+
|
|
225
|
+
## Policy Contract
|
|
226
|
+
|
|
227
|
+
This compact policy is the default single-skill contract. It keeps direct skill runs lightweight; full harness resources are loaded only by a process-level flow, strict profile, or explicit local instruction.
|
|
228
|
+
|
|
229
|
+
When a `harness/` directory is installed beside this file:
|
|
230
|
+
|
|
231
|
+
- Read `harness/POLICY.md` as the default local policy.
|
|
232
|
+
- Load `harness/THIS_SKILL.md`, `harness/workflow/skill-io-contract.yaml`, or `harness/constraints/*` only when a process-level flow, strict profile, or local instruction explicitly requires full contract enforcement.
|
|
233
|
+
|
|
234
|
+
Execution discipline:
|
|
235
|
+
|
|
236
|
+
- Follow the active repository `AGENTS.md` and any nearer project instructions first.
|
|
237
|
+
- Load the smallest context needed to make a correct decision; prefer local source, existing artifacts, and focused reads over broad contract loading.
|
|
238
|
+
- Produce verifiable outputs: do not claim PASS, DONE, READY, or completion without linked evidence from commands, artifacts, issue state, scenarios, or accepted human decisions.
|
|
239
|
+
- Stay inside this skill's responsibility; do not redefine upstream artifacts or approve downstream work on another skill's behalf.
|
|
240
|
+
- Do not route, sequence, or invoke peer skills from a single-skill run unless the user explicitly asked for a workflow.
|
|
241
|
+
- Treat required inputs as mode-specific: direct single-skill targets may block when missing, while workflow-only gates, signoffs, peer-skill artifacts, validation packets, and anchors are optional context unless a process-level flow, strict profile, or explicit local instruction declares them required.
|
|
242
|
+
- If an actually required input is missing, stale, contradictory, or outside this skill's remit, report BLOCKED or NEEDS_CLARIFICATION with owner, impact, and next action instead of guessing.
|
|
243
|
+
- Path privacy: do not write personal home-directory absolute paths such as `/Users/<name>/...`, `/home/<name>/...`, `C:\Users\<name>\...`, or `/private/var/...` into reusable project docs; use repo-relative, `.zsk/...`, `$HOME/...`, or `<workspace>/...` references instead.
|
|
244
|
+
- Context recording: durable terminology, naming, decomposition, and load-bearing clarification decisions must update the nearest Context Record target, or the handoff must record `Context update: N/A` with rationale.
|
|
245
|
+
- Record durable project/module language in `.zsk/modules/{module}/CONTEXT.md` or `.zsk/CONTEXT.md` before relying on it downstream.
|
|
246
|
+
- Learning authority: learning proposals must target the canonical ZSK source repo `.zsk/learning/proposals/`; consuming projects keep experience in archives, docs feedback, or issues and must not create `.zsk/learning/`.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# ZSK Skill Policy Contract
|
|
2
|
+
|
|
3
|
+
This compact policy is the default single-skill contract. It keeps direct skill runs lightweight; full harness resources are loaded only by a process-level flow, strict profile, or explicit local instruction.
|
|
4
|
+
|
|
5
|
+
When a `harness/` directory is installed beside this file:
|
|
6
|
+
|
|
7
|
+
- Read `harness/POLICY.md` as the default local policy.
|
|
8
|
+
- Load `harness/THIS_SKILL.md`, `harness/workflow/skill-io-contract.yaml`, or `harness/constraints/*` only when a process-level flow, strict profile, or local instruction explicitly requires full contract enforcement.
|
|
9
|
+
|
|
10
|
+
Execution discipline:
|
|
11
|
+
|
|
12
|
+
- Follow the active repository `AGENTS.md` and any nearer project instructions first.
|
|
13
|
+
- Load the smallest context needed to make a correct decision; prefer local source, existing artifacts, and focused reads over broad contract loading.
|
|
14
|
+
- Produce verifiable outputs: do not claim PASS, DONE, READY, or completion without linked evidence from commands, artifacts, issue state, scenarios, or accepted human decisions.
|
|
15
|
+
- Stay inside this skill's responsibility; do not redefine upstream artifacts or approve downstream work on another skill's behalf.
|
|
16
|
+
- Do not route, sequence, or invoke peer skills from a single-skill run unless the user explicitly asked for a workflow.
|
|
17
|
+
- Treat required inputs as mode-specific: direct single-skill targets may block when missing, while workflow-only gates, signoffs, peer-skill artifacts, validation packets, and anchors are optional context unless a process-level flow, strict profile, or explicit local instruction declares them required.
|
|
18
|
+
- If an actually required input is missing, stale, contradictory, or outside this skill's remit, report BLOCKED or NEEDS_CLARIFICATION with owner, impact, and next action instead of guessing.
|
|
19
|
+
- Path privacy: do not write personal home-directory absolute paths such as `/Users/<name>/...`, `/home/<name>/...`, `C:\Users\<name>\...`, or `/private/var/...` into reusable project docs; use repo-relative, `.zsk/...`, `$HOME/...`, or `<workspace>/...` references instead.
|
|
20
|
+
- Context recording: durable terminology, naming, decomposition, and load-bearing clarification decisions must update the nearest Context Record target, or the handoff must record `Context update: N/A` with rationale.
|
|
21
|
+
- Record durable project/module language in `.zsk/modules/{module}/CONTEXT.md` or `.zsk/CONTEXT.md` before relying on it downstream.
|
|
22
|
+
- Learning authority: learning proposals must target the canonical ZSK source repo `.zsk/learning/proposals/`; consuming projects keep experience in archives, docs feedback, or issues and must not create `.zsk/learning/`.
|
|
@@ -7,9 +7,10 @@ The local `SKILL.md` is the execution entrypoint. This generated harness is an i
|
|
|
7
7
|
Roles:
|
|
8
8
|
|
|
9
9
|
- Root `harness/` in the ZSK repository is the canonical source for constraints, workflow state, evidence, issue taxonomy, and promotion rules.
|
|
10
|
-
- `skills/<skill>/harness/
|
|
11
|
-
- `skills/<skill>/harness/
|
|
10
|
+
- `skills/<skill>/harness/POLICY.md` is the default standalone policy: AGENTS.md precedence, minimal context, verifiable output, and single-skill boundaries.
|
|
11
|
+
- `skills/<skill>/harness/THIS_SKILL.md` is the full skill-specific contract for workflow or strict-profile runs: responsibility, inputs, outputs, expert lanes, related best-practice concerns, and hard stops.
|
|
12
|
+
- `skills/<skill>/harness/workflow/skill-io-contract.yaml` is filtered to this skill plus shared tool policy so explicit full-contract runs stay portable without carrying the whole catalog.
|
|
12
13
|
- `skills/<skill>/harness/best-practices/` contains only the related reference files this skill needs. It is intentionally not a full copy of `.best-practices/`.
|
|
13
14
|
- Root `.best-practices/` remains repository authoring/reference material. Durable runtime rules must be promoted into root `harness/` or `THIS_SKILL.md`.
|
|
14
15
|
|
|
15
|
-
Read `
|
|
16
|
+
Read `POLICY.md` for a direct skill run. Read `THIS_SKILL.md` and the constraint/workflow files it names only when full contract enforcement is explicitly required.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# acceptance · Focused Harness Contract
|
|
2
2
|
|
|
3
|
-
This
|
|
3
|
+
This full contract is generated for workflow or strict-profile runs. Direct single-skill runs should start from `POLICY.md` and load this file only when full contract enforcement is explicitly required.
|
|
4
4
|
|
|
5
5
|
## Responsibility
|
|
6
6
|
|
|
@@ -8,6 +8,15 @@ This file is generated for the installed skill. Read it before executing this sk
|
|
|
8
8
|
- Stage/type: `acceptance`
|
|
9
9
|
- Purpose: After independent verify passes, records accept/reject decision, linked evidence, and residual-risk owner.
|
|
10
10
|
|
|
11
|
+
## Skill Classification
|
|
12
|
+
|
|
13
|
+
- Target primary: `stage`
|
|
14
|
+
- Disposition: `keep-stage`
|
|
15
|
+
- Stage eligible: `true`
|
|
16
|
+
- Facets: `acceptance`, `quality-assessment`
|
|
17
|
+
- Rationale: Records final accept/reject decision, linked evidence, and residual risks.
|
|
18
|
+
- Migration: Keep as governance stage for standard/enterprise workflows; allow lite profiles to fold it into verify.
|
|
19
|
+
|
|
11
20
|
## Required Inputs
|
|
12
21
|
|
|
13
22
|
- `verify-report`
|
|
@@ -53,6 +62,7 @@ This file is generated for the installed skill. Read it before executing this sk
|
|
|
53
62
|
- Treat missing mandatory artifacts, mandatory evidence, required owners, required gates, or downstream-consumable outputs as FAIL or BLOCKED.
|
|
54
63
|
- Write unsupplied numeric thresholds, quality bars, SLOs, coverage targets, and business targets as `未指定`; suggestions must be labeled separately from current policy.
|
|
55
64
|
- Avoid provider lock-in: do not assume Jira, Confluence, Figma, GitHub, GitLab, Linear, Notion, browser tooling, or any platform unless configured sources or evidence identify it.
|
|
65
|
+
- Path privacy is a hard portability requirement: reusable project docs must use repo-relative or `.zsk/...` paths and must not contain personal home-directory absolute paths such as `/Users/<name>/...`, `/home/<name>/...`, `C:\Users\<name>\...`, or `/private/var/...`.
|
|
56
66
|
- For each required output or finding, name owner, dependency, acceptance condition, verification evidence, and next action.
|
|
57
67
|
|
|
58
68
|
## Industry Best-Practice Anchors
|
|
@@ -105,8 +115,12 @@ This file is generated for the installed skill. Read it before executing this sk
|
|
|
105
115
|
- Every stage output must include a concise `Output Quality Check` near the top with fields in order: status, owner, source_basis, blocking_items, next_action, and optional waiver/updated_at.
|
|
106
116
|
- When an existing stage artifact is present, the active skill must update its own Output Quality Check before downstream handoff: derive the check from that skill's responsibility, required inputs, required outputs, must-answer questions, quality checkpoints, current artifact, upstream sources, and downstream consumer; classify sourced, accepted, assumed, conflicting, missing, and N/A claims, then repair or block through the owning stage.
|
|
107
117
|
- Keep Clarification Prelude skill-local: ask, repair, or block only on load-bearing questions the active skill owns; route upstream or downstream findings to the owning stage instead of absorbing another skill's responsibility.
|
|
118
|
+
- Apply `harness/contracts/requirements-grilling.yaml` for proposal-bound clarification: high-impact ambiguity blocks and asks one question, medium ambiguity may proceed with accepted recommendation, and low-impact ambiguity is recorded as an assumption.
|
|
119
|
+
- Before asking a clarification question, prove question quality: source summary, unresolved decision, impact tier, downstream consumer, and why sources cannot answer it.
|
|
120
|
+
- Apply `harness/contracts/readiness-packs.yaml` when producing or consuming upstream source handoffs: stable source lanes and pack types stay provider-agnostic, provider metadata stays under providerRefs, and local evidence stays under sourceRefs.
|
|
108
121
|
- Every Output Quality Check must align terminology against CONTEXT.md/CONTEXT-MAP.md when present, SYSTEM-SPEC.md, configured raw sources, current artifact identifiers, and code/component/API names when implementation-facing work is touched.
|
|
109
|
-
- Record durable terminology, naming, decomposition, and load-bearing clarification decisions in the nearest CONTEXT.md, or write `Context update: N/A` with rationale.
|
|
122
|
+
- Record durable terminology, naming, decomposition, and load-bearing clarification decisions in the nearest Context Record target (`.zsk/modules/{module}/CONTEXT.md`, `.zsk/CONTEXT.md`, or source repo `CONTEXT.md`), or write `Context update: N/A` with rationale.
|
|
123
|
+
- Keep proposal, spec, design, tasks, Context Records, handoffs, archives, issues, and evidence summaries portable: use repo-relative or `.zsk/...` paths, and do not write personal home-directory absolute paths such as `/Users/<name>/...`, `/home/<name>/...`, `C:\Users\<name>\...`, or `/private/var/...` into reusable project docs.
|
|
110
124
|
- Preserve upstream/downstream stage ownership; do not silently rewrite another skill's artifact.
|
|
111
125
|
- Record accept, reject, or conditional acceptance decision with linked verify/demo evidence.
|
|
112
126
|
- Name accepted criteria, residual risks, owners, and documentation feedback or no-update rationale.
|
|
@@ -120,7 +134,8 @@ This file is generated for the installed skill. Read it before executing this sk
|
|
|
120
134
|
- When behavior is testable, define or consume a traceable test basis before claiming implementation, smoke, review, verify, or acceptance success.
|
|
121
135
|
- When external facts, SDKs, APIs, regulations, market context, or dependency behavior are freshness-sensitive, retrieve current authoritative references or record why local sources are sufficient.
|
|
122
136
|
- When an artifact becomes too large for one reviewable file, split it into `{stage}/index.md` plus linked child Markdown files while preserving the full stage contract.
|
|
123
|
-
- When clarification, grilling, architecture review, artifact repair, or task decomposition introduces a term or naming decision future stages must reuse, update module-local or project-level
|
|
137
|
+
- When clarification, grilling, architecture review, artifact repair, or task decomposition introduces a term or naming decision future stages must reuse, update module-local or project-level Context Record before handoff.
|
|
138
|
+
- When absolute local paths appear in raw source metadata, copy only portable aliases into downstream design/spec/task docs unless the absolute path is explicitly required as raw acquisition provenance.
|
|
124
139
|
- When residual risks affect security, privacy, permissions, data, release, or compliance, require owner and follow-up issue.
|
|
125
140
|
- When business/user confirmation is missing, mark acceptance BLOCKED instead of inferred.
|
|
126
141
|
|
|
@@ -197,6 +212,7 @@ This file is generated for the installed skill. Read it before executing this sk
|
|
|
197
212
|
- Running a generic grill or cross-stage rewrite instead of the active skill's own Output Quality Check and Clarification Prelude.
|
|
198
213
|
- Letting terminology, naming, or decomposition decisions live only in chat instead of CONTEXT.md.
|
|
199
214
|
- Running stage-specific questioning without checking whether the artifact uses the same terms as upstream sources, downstream consumers, and implementation surfaces.
|
|
215
|
+
- Asking a clarification question that does not name the affected output, recommended answer, accepted tradeoff, and recording destination.
|
|
200
216
|
- Letting a delayed subagent packet block indefinitely instead of marking it stale and falling back or re-emitting.
|
|
201
217
|
- Claiming tests prove behavior when they have no traceable basis, no meaningful assertion, or only prove implementation details.
|
|
202
218
|
- Accepting without verification evidence.
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Default project paths:
|
|
4
4
|
|
|
5
5
|
- `.zsk/`: the only default ZSK-managed workspace root.
|
|
6
|
-
- `.zsk/
|
|
6
|
+
- `.zsk/CONTEXT.md`: canonical project-wide Context Record for cross-module terminology, naming decisions, decomposition rationale, and accepted clarifications.
|
|
7
|
+
- `.zsk/docs/`: project-level docs such as `SYSTEM-SPEC.md` and `PROJECT-CONFIG.md`; `.zsk/docs/CONTEXT.md` is deprecated compatibility output only, not a canonical write target.
|
|
7
8
|
- `.zsk/modules/{module}/`: module config and stage artifacts.
|
|
8
9
|
- `.zsk/modules/{module}/CONTEXT.md`: module-local domain language, naming decisions, decomposition rationale, and accepted clarifications that later stages must reuse.
|
|
9
|
-
- `.zsk/docs/CONTEXT.md`: project-wide domain language and cross-module terms when a term is not owned by one module.
|
|
10
10
|
- `.zsk/raws/`: raw external source snapshots, manifests, imported test cases, market/product research sources, and design/API assets.
|
|
11
11
|
- `.zsk/raws/prepare/**`: reusable source lanes. `preproposal` may add generated or candidate intake clarity, product, roadmap, UX, and design-source readiness resources here only when they are labeled with provenance, review checkpoint status, assumptions, and blockers.
|
|
12
12
|
- `.zsk/evidence/preproposal/{run}/`: checkpoint review evidence for product direction, roadmap/decomposition, UX/design-readiness, and final readiness before formal proposal.
|
|
@@ -14,7 +14,7 @@ Default project paths:
|
|
|
14
14
|
- `.zsk/modules/{module}/_evidence/`: module-private reusable runtime or research evidence, created on demand.
|
|
15
15
|
- `.zsk/modules/{module}/_playwright/`: module-specific Playwright specs, test plans, auth state, execution records, reports, and results, created on demand.
|
|
16
16
|
- `.zsk/issues/`, `.zsk/evidence/`, `.zsk/playwright/`: shared/global artifacts only, created on demand when the asset is intentionally cross-module.
|
|
17
|
-
- `.zsk/learning/proposals/`:
|
|
17
|
+
- `.zsk/learning/proposals/`: ZSK core learning proposal path. This path belongs in the canonical ZSK source checkout, not in consuming business/product projects.
|
|
18
18
|
- `.zsk/plans/`: ZSK plan artifacts, created lazily only when `zskplan` or `zsk` freezes an executable route.
|
|
19
19
|
- `skills/{slug}/`: zsk source skill directories.
|
|
20
20
|
- `harness/`: zsk source governance contracts.
|
|
@@ -29,22 +29,33 @@ stage repair, or task decomposition must be recorded in the nearest
|
|
|
29
29
|
`CONTEXT.md`.
|
|
30
30
|
|
|
31
31
|
- Module-local terms and decisions go to `.zsk/modules/{module}/CONTEXT.md`.
|
|
32
|
-
- Cross-module or project-wide terms go to `.zsk/
|
|
32
|
+
- Cross-module or project-wide terms go to `.zsk/CONTEXT.md`.
|
|
33
|
+
- `.zsk/docs/CONTEXT.md` may exist only as a deprecated mirror or migration compatibility path; do not write it as the canonical Context Record.
|
|
33
34
|
- ZSK core terms go to the source repo `CONTEXT.md`.
|
|
34
35
|
- If no update is needed, the stage handoff records a no-update rationale.
|
|
35
36
|
- Do not use `CONTEXT.md` for transient notes, raw evidence, task execution
|
|
36
37
|
logs, or unresolved speculation; record those in the owning artifact, issue,
|
|
37
38
|
evidence directory, or learning proposal.
|
|
38
39
|
|
|
40
|
+
## Path Privacy And Portability
|
|
41
|
+
|
|
42
|
+
Project-facing ZSK artifacts must stay portable across machines and reviewers.
|
|
43
|
+
|
|
44
|
+
- Use workspace-relative or repo-relative paths such as `.zsk/modules/{module}/design.md`, `src/components/...`, or configured `sourceRefs` in stage artifacts, Context Records, handoffs, archives, issues, and evidence summaries.
|
|
45
|
+
- Do not write personal home-directory absolute paths such as `/Users/<name>/...`, `/home/<name>/...`, `C:\Users\<name>\...`, or `/private/var/...` into reusable project docs, especially proposal, spec, design, tasks, Context Records, and handoffs.
|
|
46
|
+
- If an absolute local path is unavoidable for raw acquisition provenance, keep it inside raw/evidence metadata and also provide a portable alias such as `<workspace>/...`, `$HOME/...`, `.zsk/...`, or a repo-relative path.
|
|
47
|
+
- Before finalizing or handing off a design/spec/task document, replace local machine paths with portable references and keep user names out of copied path strings unless the user explicitly requires audit provenance.
|
|
48
|
+
|
|
39
49
|
## Learning Output Authority
|
|
40
50
|
|
|
41
51
|
Learning artifacts must be written according to what they are meant to change:
|
|
42
52
|
|
|
43
|
-
- Project-
|
|
44
|
-
-
|
|
53
|
+
- Project-specific delivery experience stays in the current project as module archives, `.zsk/docs/SYSTEM-SPEC.md` feedback, module `_issues`, or shared/global/public issue buckets.
|
|
54
|
+
- Learning proposals always belong to the canonical ZSK source checkout: `<zsk-core>/.zsk/learning/proposals/`.
|
|
55
|
+
- Consuming business/product projects must not create `.zsk/learning/` or `.zsk/learning/proposals/` for learn/archive output.
|
|
45
56
|
- Resolve `<zsk-core>` from explicit configuration/environment first: `ZSK_LEARNING_REPO`, then `ZSK_CORE_REPO`. If neither is set, the current repository qualifies only when it contains `skills/`, `harness/`, and `packages/cli/`.
|
|
46
|
-
- If no canonical ZSK source checkout is available or writable, do not create a substitute
|
|
47
|
-
- `zsk init` must not create `.zsk/learning/`;
|
|
57
|
+
- If no canonical ZSK source checkout is available or writable, do not create a substitute learning proposal in the consuming project. Record `BLOCKED` with the missing root, intended proposal title, source evidence, and next action.
|
|
58
|
+
- `zsk init` must not create `.zsk/learning/`; in non-ZSK projects the learn directory remains absent.
|
|
48
59
|
|
|
49
60
|
## Scope Routing Rule
|
|
50
61
|
|
|
@@ -121,7 +121,7 @@ Every actionable issue should record:
|
|
|
121
121
|
- suspected root cause and confidence;
|
|
122
122
|
- affected spec/design/task/implementation/test artifact;
|
|
123
123
|
- whether the fix needs Documentation Feedback in module docs;
|
|
124
|
-
- whether a durable learning proposal is needed under
|
|
124
|
+
- whether a durable ZSK learning proposal is needed under `<zsk-core>/.zsk/learning/proposals/`, or whether the finding should stay as project archive/docs feedback or an issue;
|
|
125
125
|
- regression guard: test, scenario, lint rule, checklist, or explicit waiver.
|
|
126
126
|
|
|
127
127
|
## Issue-Driven Fix Route
|