onboarding

Orchestrate autonomous onboarding of new apps to the element-interactions framework.

7|7|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/civitas-cerebrum/element-interactions --skill onboarding-civitas-cerebrum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/civitas-cerebrum/element-interactions/tree/main/skills/onboarding
Command: npx skills add https://github.com/civitas-cerebrum/element-interactions --skill onboarding-civitas-cerebrum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard new projects to the element-interactions framework automatically, scaffolding the setup, running the cascade detector, and kicking off the full test pipeline.

Core Features & Use Cases

  • Autonomous onboarding: scaffolds the framework, installs dependencies, and configures the e2e scaffolding.
  • Cascade-driven gating: determines the onboarding level (A/B/C) based on project state and adjusts the pipeline accordingly.
  • End-to-end pipeline orchestration: crawls the app, generates a journey map, performs coverage-expansion passes, runs bug-hunt passes, and produces an onboarding report.
  • Use Case: Ideal for kicking off a brand-new Playwright element-interactions project or expanding an unmanaged app into a fully automated test suite.

Quick Start

Onboard a new project by orchestrating scaffold, crawl, mapping, and onboarding report generation.

Frequently Asked Questions about onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Playwright test automation for a new project from scratch?

Test automation onboarding is handled autonomously by scaffolding the framework, installing dependencies, and applying cascade detector checks. It gates progress to adjust the pipeline based on your project's current state.

What does automated journey mapping do for end-to-end test coverage?

Automated journey mapping crawls your application to generate user paths, then performs coverage-expansion passes. This process discovers bugs and produces an onboarding report detailing your app's test readiness.

Can I use this onboarding automation for an existing unmanaged app?

Onboarding automation for an unmanaged app is supported by running the full test pipeline. It scaffolds the framework, generates a journey map, and executes coverage-expansion to transition the app into a managed suite.

What is a cascade detector check in test pipeline orchestration?

A cascade detector check in test orchestration implements guardrails by determining your onboarding level (A/B/C) based on project state. This gated progress adjusts the pipeline execution accordingly.