What problem does it solve? Independent developers building agent skills often ship inconsistent playbooks that blur assumptions with verified evidence. This template enforces a fixed output contract so every new skill records inputs, assumptions, decisions, and the next bounded validation action. ## Core Features & Use Cases - Skill scaffolding: Provides a ready-to-copy SKILL.md skeleton with frontmatter, workflow steps, and guardrails for authoring new agent skills. - Evidence handoff contract: Mandates a single two-column, seven-row Field/Value table with canonical evidence classes (primary behavior, observed experiment, secondary public, search signal, assumption). - Quality gate: Ships a references/quality-bar.md checklist with must-pass criteria, instant-fail conditions, and a definition of done. - Use Case: When creating a new zstack skill such as a market-validation playbook, copy this template, fill in the workflow, and rely on the handoff table to keep evidence classes honest. ## Quick Start Copy the skills/_template directory, rename the skill in the frontmatter, and ask your agent to draft the new skill's workflow following the template's output contract.