What problem does it solve? After an AI agent implements a feature, fix, or rollback, developers often struggle to know exactly how to manually verify the change. This Skill reads the project spec and commands, then produces a concrete step-by-step walkthrough telling you what to start, where to click, what to expect, and what failure signs to watch for. ## Core Features & Use Cases - Manual Review Guides: Produces structured Start, Open, Do, Expect, and Watch For sections based on the active Blueprint feature spec. - Project-Aware Commands: Matches the guide to your project type (web app, API, CLI, library, or hybrid) using commands defined in AGENTS.md. - Read-Only Safety: Never edits files, installs dependencies, commits, or runs destructive commands while generating the guide. - Use Case: After running /implement on a new admin dashboard route, invoke /try to get exact instructions like which dev server to start, which URL to open, which buttons to click, and which console errors indicate a problem. ## Quick Start Ask the agent to run /try after completing a feature to receive a step-by-step manual verification guide for the change.