بنقرة واحدة
coaching-platform
يحتوي coaching-platform على 9 من skills المجمعة من Orenda-Project، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Coaching Agent — validate and execute @regression scenarios for the Baseline Assessment (baseline-assessment.feature) and the Module-Based Training Journey (training-flow.feature) against the app. Logs in first, runs only @regression scenarios (ignoring @smoke/@sanity/@wip/untagged), captures evidence, and generates a regression report. Trigger with /coaching-agent.
Generate complete BDD/Gherkin test cases for the coaching platform from a scenario description or file.
Mandatory SDLC workflow for new features, bug fixes, refactors, architecture changes, API changes, database changes, UI changes, tests, and deployment-related work. Use before implementation.
Use when producing final IDD validation output - create markdown table with scenario findings, assign PASS/PARTIAL/FAIL verdict, follow schema exactly
Use when IDD scenario is not COVERED - trace code line-by-line to find what the code ACTUALLY does, not what it should do
Use when validating IDD scenarios - map each scenario's steps to specific implementation locations in scope-bounded source files
Use when validating BDD feature files - extract scenarios, detect chunk filtering mode, classify positive vs negative scenarios
Use when running IDD validation - classify each scenario as COVERED/PARTIAL/MISSING/VIOLATION, assign severity, calculate final verdict
Use when validating IDD scenarios - load .scope file, establish hard analysis boundary, index all in-scope source files