App Validate

Validates that the app brief aligns with and solves the defined problem

cribl-community 27f5ba5 800 B Updated

File contents

Pre-flight Check

Before proceeding, verify you are in a scaffolded Cribl app folder. If you are not, stop and tell the user: "You must run this skill from within a scaffolded Cribl app folder."

Trigger: Run this skill after you have generate an APP_BRIEF.md

Input: Reads 'APP_BRIEF'

Output: Analysis of how the app aligns with solving the problem

Skill Workflow (do not run in the background)

Validation

  1. Read APP_DEFINITION.md, which defines the app's purpose and workflows
  2. Read APP_BRIEF.md, the generated brief
  3. Validate: "Does this brief accomplish the stated goals?".
  4. Report any gaps or misalignments.
  5. If valid: indicate it is valid.

cribl-community/claude-cribl-app-plugins/tree/main/plugins/app-creation/skills/app-validate commit 27f5ba5244

Frequently asked questions

npx skillmds@latest add cribl-community/app-validate