What problem does it solve? Repositories often lack the documentation structure that makes them navigable for AI agents and new contributors. This Skill scaffolds harness engineering artifacts — CLAUDE.md, docs/architecture, invariants, and plan templates — tailored to the actual codebase rather than generic boilerplate. ## Core Features & Use Cases - Project Analysis: Reads package manifests, config files, and source code to understand language, framework, architecture, and existing checks before writing anything. - Docs Scaffolding: Creates docs/architecture (system overview, invariants), docs/plans (plan template), docs/references, and docs/quality directories. - CLAUDE.md Generation: Produces a concise index-style CLAUDE.md under 80 lines with commands, conventions, lookup tables, and project-adapted principles. - Use Case: Point the Skill at a legacy repository with no agent-facing documentation; it inspects the code and produces a system overview, enforced invariants with exact commands, and a plan template the team can adopt immediately. ## Quick Start Ask the agent to apply harness engineering to this project and scaffold CLAUDE.md plus the docs structure.