validation-checklist

Provides a checklist to verify Rocket.Chat app builds and identify failures before shipping.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/BrainDriveAI/BrainDrive-Plugin-Builder-ClaudeCode --skill validation-checklist-braindriveai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-checklist
Source: https://github.com/BrainDriveAI/BrainDrive-Plugin-Builder-ClaudeCode/tree/main/.claude/skills/validation-checklist
Command: npx skills add https://github.com/BrainDriveAI/BrainDrive-Plugin-Builder-ClaudeCode --skill validation-checklist-braindriveai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BrainDrive plugin validation checklist and common failure modes help you verify plugin correctness and debugging readiness by outlining essential checks before and after builds.

Core Features & Use Cases

  • Pre-build validation to verify plugin spec and file structure
  • Post-build validation to ensure outputs and packaging readiness
  • Failure-mode diagnosis with actionable remediation steps
  • Runtime validation guidance to verify plugin readiness in BrainDrive

Quick Start

Run the checklist to verify your BrainDrive plugin's structure, dependencies, and build readiness before you publish.

Frequently Asked Questions about validation-checklist

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

FAQPage Schema
How do I validate a BrainDrive plugin before publishing?

To validate a BrainDrive plugin before publishing, run a comprehensive checklist covering pre-build structure, manifest correctness, dependencies, and post-build packaging readiness across CLI and webpack configurations.

What are common BrainDrive plugin build failure modes and how do I fix them?

Common BrainDrive plugin build failure modes involve incorrect file presence, manifest errors, and packaging issues. You can fix them by following actionable remediation steps provided during post-build and runtime validation checks.

How do I verify my plugin's SKILL.md frontmatter and file structure for BrainDrive?

Verifying your plugin's SKILL.md frontmatter requires ensuring the file contains well-formed name and description fields. Pre-build validation checks confirm correct file presence and expected workflow across your project structure.

Does BrainDrive plugin validation cover both webpack and CLI configurations?

Yes, BrainDrive plugin validation covers both webpack and CLI configurations. The checklist enforces correct file presence and validates build readiness across these environments to ensure proper plugin lifecycle management.

When do I need to run runtime validation checks for a BrainDrive plugin?

You need to run runtime validation checks for a BrainDrive plugin after completing post-build packaging steps. This verifies plugin readiness and debugging capabilities directly within the BrainDrive environment before final publishing.

What's the best way to debug BrainDrive plugin lifecycle and dependency issues?

The best way to debug BrainDrive plugin lifecycle and dependency issues is applying a structured validation checklist that diagnoses failure modes and provides actionable remediation steps across pre-build and runtime phases.