What problem does it solve? A freshly initialized Hero workspace starts empty, giving no immediate value to the team. This Skill bootstraps the workspace with stack-appropriate conventions, architectural decisions, and initial feature specs so a new project has useful knowledge from day one. ## Core Features & Use Cases - Stack Detection: Runs hero scan to identify languages, frameworks, and build tools before generating any content. - Knowledge Generation: Writes conventions (error handling, testing, API design, git workflow), decisions (stack rationale, package manager, build tool), and initial specs (project health, documentation) into .hero/knowledge/ and .hero/planning/ directories. - Stack-Specific Templates: Provides tailored guidance for Go, TypeScript/Node, Python, Java/Kotlin, Rust, and React projects. - Use Case: After running hero init on a new TypeScript project, invoke this Skill to automatically populate ESM import conventions, async/await patterns, and a project health spec, then index everything for search. ## Quick Start Set up the Hero workspace for this project by scanning the tech stack and generating starter conventions, decisions, and specs.