What problem does it solve? New services often start from blank repos, so CI pipelines, observability, API contracts, and tests get bolted on later or skipped entirely. This Skill emits a paved starting artifact so every service is born compliant with platform guardrails already wired in. ## Core Features & Use Cases - Golden-path scaffolding: Emits CI pipeline config, golden-signal observability instrumentation, OpenAPI/proto contract stubs, test harness skeletons, runbook stubs, and resource limits from the first commit. - Service catalog registration: Creates a Backstage-compatible catalog-info.yaml or .ai/catalog/services.yaml entry recording owner, lifecycle, dependencies, and runbook links. - Maturity scorecards: Attaches a graded checklist (CI green, SLO defined, contract-first, resource limits set) that feeds production-readiness reviews. - Use Case: After HLD approval for a new payments service, run this Skill to generate the compliant repo skeleton, register it in the service catalog, and attach a scorecard before any child story implements into it. ## Quick Start Use the service-scaffolding skill to generate a compliant starting scaffold for the new payments service, including CI, observability, API contract stub, catalog entry, and scorecard.