What problem does it solve? Every development team configures its workflow differently: different PM tools, CI platforms, branch conventions, and code quality commands. Without a shared configuration, each automation skill would need to rediscover these settings on every run. This Skill investigates a repository, auto-detects the stack and conventions, confirms findings with evidence-based questions, and writes a single HERO.md file that all other hero skills read. ## Core Features & Use Cases - Deep Repository Investigation: Detects the tech stack, frameworks, package managers, task runners, CI/CD workflows, deployment targets, code review bots, PM tools, and coding conventions by scanning dependency files, git history, workflows, and source code. - Smart Confirmation Questions: Synthesizes findings into grouped, evidence-based questions instead of generic questionnaires, asking why only for unusual or non-default choices. - HERO.md and AGENTS.md Setup: Writes the HERO.md config consumed by skills like push-pr, review-pr, and ship-pr, and establishes AGENTS.md as the agent instructions file with CLAUDE.md as a symlink. - Recalibrate Mode: Re-investigates and refreshes an existing HERO.md when the configuration has gone stale. - Use Case: After cloning a new client repository with no HERO.md, run the init flow once so every subsequent hero skill knows the branch template, lint commands, CI platform, and review bot without re-asking. ## Quick Start Ask the agent to initialize Hero for this repository by investigating the stack and creating a HERO.md configuration file.