name: showcase-test-contribution description: Assemble and validate a hidden EconomyOS Showcase test contribution package. version: 0.1.0
Showcase Test Contribution
Use this skill when testing whether a Showcase package contains the expected metadata, proof links, optional public agent context, and reusable workflow instructions before a contributor opens a PR.
Inputs
- Project title, tagline, description, builder name, and builder URL.
- Public proof artifact, preferably an X video when available.
- EconomyOS primitives used by the project.
- Optional public
soul.mdcontent. - Redaction notes for any live workflow evidence.
Workflow
- Confirm the project is a real EconomyOS workflow, not only an idea.
- Check that the proof artifact is inspectable by reviewers.
- Create or update
showcase/<project-slug>/showcase.json. - Add
soul.mdonly if the builder wants to publish public agent context. - Add reusable workflow instructions under
showcase/<project-slug>/skills/<skill-name>/SKILL.mdwhen the workflow can be repeated. - Run
node scripts/validate-showcase.mjs.
Approval Gates
Stop for explicit approval before spending money, creating accounts, posting publicly, deploying production changes, or exposing private operational context.
Stop Conditions
- Public proof is missing.
- Required manifest fields are incomplete.
- The skill source path does not contain
SKILL.md. - Any artifact includes secrets, credentials, wallet material, card details, or private account records.
Output
Return the changed package path, validator result, and any fields still needing maintainer review.