Skip to main content
Alison Aquinas logoAlison's LLM Skills Marketplace

claude-command-validation

Included in skill bundleshared-skillsView on GitHub ↗

Files

SKILL.mdagentsreferences

Install

Install only this skill with npx skills
npx skills add alisonaquinas/llm-shared-skills --skill 'claude-command-validation' -g -y
Install the containing skill bundle
/plugin install shared-skills@llm-skills
Download claude-command-validation-skill.zip
This skill is bundled inside shared-skills. Use npx skills when you only want this skill, or install the bundle once to make every included skill available through the plugin marketplace flow. Browse the full skill bundle repository at github.com/alisonaquinas/llm-shared-skills.

Invoke

Invoke this skill after installation
/shared-skills:claude-command-validation

SKILL.md


name: claude-command-validation description: > Validation phase for reusable command workflow development. Use when planning, designing, building, testing, validating, or refining a reusable command workflow as it moves through a full delivery lifecycle. Triggers include drafting the command spec, locking interfaces, wiring runtime placement, scoring quality, running live scenarios, or choosing the right re-entry point after a failure.

Command Validation

Score quality, discoverability, safety, and portability before the workflow is considered release-ready.

Intent Router

Load reference files on demand only when the corresponding topic is active:

  • references/quality-rubric.md — Load when scoring discoverability, safety, and portability

Quick Start

[ ] Capture the current command spec
[ ] Complete the required outputs for this phase
[ ] Record evidence for the gate
[ ] Hand off the evidence to the next phase

Phase Workflow

Start from the current command spec and tighten only the decisions owned by this phase. Work forward until the gate is satisfied, then hand the evidence to the next phase in the family. Keep the workflow description portable even when the runtime wiring is specific to one environment.

Example Evidence

| Criterion | Score | Notes |
|---|---|---|
| Discoverability | PASS | |
| Safety | PASS | |
| Portability | PASS | |
| Operability | PASS | |

Gate

Require C04 Safety to PASS before approving the reusable command workflow.

Safety Notes

A workflow that fails safety or portability validation must loop back before any live rollout.

Resource Index

Reference FileLoad When
references/quality-rubric.mdLoad when scoring discoverability, safety, and portability
← Back to marketplace