What problem does it solve? Teams setting up agent-driven projects need precise, evidence-backed specifications for each future Rule or Skill before generation begins. Without them, downstream setup invents facts, oversteps authority, or produces inconsistent artifacts. This Skill produces the smallest complete set of judgment-only Setup Authoring Contracts that pin down each target's meaning, permissions, outcomes, and stop conditions. ## Core Features & Use Cases - Contract authoring: Writes descriptive contracts under setup-assets/blueprints/** covering objective, actor, trigger, path, owner, obligations, permissions, and observable outcomes for one future Rule or Skill each. - Evidence qualification: Derives every contract fact from accepted user decisions, Issues, Specs, ADRs, and target-owner evidence, with explicit provenance. - Structured stops: Returns ACCESS_REQUIRED, CONTEXT_REQUIRED, or HUMAN_DECISION_REQUIRED when a contract cannot be written safely, instead of inventing facts. - Use Case: Before running setup-project-agents to generate project Rules and Skills, use this Skill to author the blueprint contracts that define exactly what each generated target must mean, permit, and stop on. ## Quick Start Use the write-setup-authoring-contracts skill to author the Setup Authoring Contracts for the accepted targets in this project.