What problem does it solve? Starting and navigating a specification-driven development project requires manual git setup, directory scaffolding, and tracking which workflow phase each feature is in. This Skill bootstraps an Intent Integrity Kit project and provides deterministic status reporting so you always know the next command to run. ## Core Features & Use Cases - Project Initialization: Runs git/GitHub setup, creates the .specify and specs/ directory structure, and generates a validated PREMISE.md from your project description. - PRD Backlog Seeding: Optionally reads an existing PRD or SDD document, extracts ordered features, and creates labeled GitHub issues for each one. - Status & Feature Selection: Reports artifact validity, checklist progress, feature stage, and the recommended next command; switches the active feature in multi-feature projects. - Use Case: You have a PRD for a new app. Run the init subcommand with the PRD path to set up the repo, generate PREMISE.md, and seed your GitHub backlog with prioritized feature issues in one flow. ## Quick Start Ask the AI to initialize a new IIKit project in the current directory and seed the backlog from your PRD document.