SDD Phase 4 — Gherkin BDD test specs with cryptographic assertion hashing. Enhanced: SHA-256 hash generation, traceability tag validation, assertion integrity.
From sdd-metodologianpx claudepluginhub javimontano/mao-sddThis skill is limited to using the following tools:
references/checklist-gate.mdreferences/constitution-loading.mdreferences/conversation-guide.mdreferences/formatting-guide.mdreferences/gherkin-reference.mdreferences/model-recommendations.mdtemplates/plan-template.mdtemplates/testspec-template.mdSearches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
$ARGUMENTS
Step 1: Delegate to upstream:
Run the skill at iikit-04-testify (absorbed) with $ARGUMENTS
Upstream handles: Gherkin .feature generation, TDD assessment, @TS-XXX/@FR-XXX/@SC-XXX tags, Background/Scenario Outline/Rule constructs, SC-XXX coverage.
Step 2: SDD extensions:
bash scripts/sdd-assertion-hash.sh generate "$PROJECT_PATH"
Hashes lock .feature scenario blocks. Any modification during Phase 7 will be detected at Gate G3.
bash scripts/sdd-validate-artifact.sh feature "$FEATURE_DIR/tests/features/*.feature" "$PROJECT_PATH"
bash scripts/sdd-phase-complete.sh 04 "$PROJECT_PATH"
node scripts/generate-command-center-data.js "$PROJECT_PATH"