Skip to content

feat: Add ZDP integration sections to 7 skills with fallback#15

Merged
AlexMikhalev merged 5 commits into
mainfrom
feat/zdp-integration
Feb 12, 2026
Merged

feat: Add ZDP integration sections to 7 skills with fallback#15
AlexMikhalev merged 5 commits into
mainfrom
feat/zdp-integration

Conversation

@AlexMikhalev
Copy link
Copy Markdown
Contributor

Summary

  • Add optional ZDP (Zestic AI Development Process) integration sections to 7 terraphim-skills
  • Each skill works identically for standalone (non-ZDP) usage -- all changes are additive
  • ZDP sections are clearly marked (Optional) with "This section can be ignored for standalone usage" disclaimer
  • Cross-references to ZDP-specific skills use "if available" prefix to avoid hard dependencies

Changes

Skill Change Issue
quality-gate ZDP Quality Gates with 6 gate checklists (PFA/LCO/LCA/IOC/FOC/CLR) + ACGCS epistemic status #8
disciplined-research ZDP Discovery/Define stage mapping #9
disciplined-design ZDP Design stage mapping #10
disciplined-quality-evaluation Optional 7th KLS governance dimension #11
acceptance-testing Business scenario traceability for UAT #12
requirements-traceability ZDP artefact chain extension #13
documentation ZDP artefact templates reference #14

Design Principles

  • Additive only: Zero existing content removed or altered
  • Clear conditional framing: ## ZDP Integration (Optional) heading pattern
  • No hard dependencies: All cross-references use "if available" prefix
  • Follows existing patterns: Mirrors "Conditionally run" / "if applicable" patterns already in the codebase

Test plan

  • Verify each skill reads correctly without ZDP context (standalone mode)
  • Verify ZDP sections appear in correct location (before Constraints)
  • Verify YAML frontmatter is unchanged in all 7 files
  • Verify cross-references use "if available" prefix consistently
  • Verify no existing content was modified or removed

Closes #8, #9, #10, #11, #12, #13, #14

Co-Authored-By: Terraphim AI ai@terraphim.ai

AlexMikhalev and others added 5 commits February 12, 2026 11:53
Add optional ZDP Quality Gates section with 6 gate checklists (PFA, LCO,
LCA, IOC, FOC, CLR) and ACGCS epistemic status classification. Each
checklist item supports Known/Contested/Underdetermined assessment.
Existing gate logic is unchanged. Section is clearly marked Optional
for standalone usage.

Closes #8

Co-Authored-By: Terraphim AI <ai@terraphim.ai>
Add optional ZDP Quality Gates section with 6 gate checklists (PFA, LCO,
LCA, IOC, FOC, CLR) and ACGCS epistemic status classification. Each
checklist item supports Known/Contested/Underdetermined assessment.
Existing gate logic is unchanged. Section is clearly marked Optional
for standalone usage.

Closes #8

Co-Authored-By: Terraphim AI <ai@terraphim.ai>
Add optional ZDP Integration sections to disciplined-research (Discovery/
Define stage mapping) and disciplined-design (Design stage mapping).
Both sections are clearly marked Optional with standalone usage disclaimer.
Cross-references use "if available" prefix to avoid hard dependencies.

Closes #9
Closes #10

Co-Authored-By: Terraphim AI <ai@terraphim.ai>
Add optional 7th KLS dimension (Governance Quality) for ZDP gate-transition
document evaluation. Evaluates uncertainty classification, bounded
commitments, escalation paths, and forced closure avoidance. Existing
6-dimension framework is unchanged. Clearly marked optional for
standalone usage.

Closes #11

Co-Authored-By: Terraphim AI <ai@terraphim.ai>
Add optional ZDP Integration sections to acceptance-testing (business
scenario traceability), requirements-traceability (ZDP artefact chain
extension), and documentation (ZDP artefact templates reference).
All sections are clearly marked Optional with standalone usage disclaimer.

Closes #12
Closes #13
Closes #14

Co-Authored-By: Terraphim AI <ai@terraphim.ai>
@AlexMikhalev AlexMikhalev merged commit 205f33e into main Feb 12, 2026
@AlexMikhalev AlexMikhalev deleted the feat/zdp-integration branch February 12, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

quality-gate: Add ZDP gate checklists and ACGCS integration

1 participant