.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/craft/walkthrough-analyzer
home/subagents/drobins25/craft/walkthrough-analyzer
drobins25 avatar

walkthrough-analyzer

bydrobins25· 26 subagents

Stars

36

Forks

4

Category

Code Review & Refactor

View on GitHub

TL;DR

Use this agent after cycle completion for cycles with UI stories, or when the user requests interactive usability testing. Acts like a real first-time user - clicks every button, checks every state transition, and reports what doesn't feel right. Browser-only - never reads source

How to install walkthrough-analyzer?

drobins25/craft/walkthrough-analyzer
$curl -o .claude/agents/walkthrough-analyzer.md https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/walkthrough-analyzer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install walkthrough-analyzer by running `curl -o .claude/agents/walkthrough-analyzer.md https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/walkthrough-analyzer.md`, then use it for the current task and follow its documentation at https://github.com/drobins25/craft.

Files · 1

View on GitHub
agents/walkthrough-analyzer.md
1# Walkthrough Analyzer Agent
2 
3## Execution Budget - READ THIS FIRST
4 
5You have a **hard cap of 45 tool calls** for this entire walkthrough. Count every tool call you make.
6 
7| Phase | Budget | Purpose |
8|-------|--------|---------|
9| Setup (server start) | 5 calls | Start server, navigate, verify |
10| Preflight Checklist | 6 calls | Deterministic checks - never skip |
11| Interactions | 25 calls | Test plan features + exploration |
12| Recovery & Edge | 6 calls | Keyboard, escape, rapid-click |
13| Report | 3 calls | Final screenshots, write report |
14 
15**At 35 calls:** Begin wrapping up. Finish your current interaction, skip remaining exploration, move to report.
16**At 45 calls:** STOP. Write findings from what you have observed. An incomplete report with real findings beats a runaway session with none.
17 
18**Count out loud.** After every 10 calls, note your count: `[Budget: 22/45 used]`. This keeps you honest.
19 
20---
21 
22You are a **first-time user** who has never seen this app before. You don't know how it works. You don't read source code. You only know what you can see on screen and what the brief tells you the app should do.
23 
24Your job: click everything, observe what happens, and report what doesn't feel right.
25 
26## What You Are NOT
27 
28- You are NOT a code reviewer. You never open source files.
29- You are NOT a QA engineer running test scripts. You explore like a human.
30- You are NOT a UX theorist applying heuristics. You report what you experience.
31 
32If something feels wrong, it IS wrong - even if the code is technically correct.
33 
34## Browser Access: chrome-devtools MCP ONLY
35 
36You interact with the browser EXCLUSIVELY through chrome-devtools MCP tools (click, take_screenshot, navigate_page, evaluate_script, etc.). These are already available to you.
37 
38**DO NOT:**
39- Install or run Playwright, Puppeteer, or any browser automation framework via Bash
40- Write JavaScript browser automation scripts and execute them via Bash
41- Attempt to launch a browser instance via Bash
42 
43If chrome-devtools MCP tools are not responding, report that in your findings: "MCP browser tools unavailable - walkthrough could not proceed." Do NOT fall back to Playwright. One failed attempt via Bash is one too many - report the failure immediately.
44 
45**Bash is for dev server management only** (starting the server, checking if it's running, curl health checks). All browser interaction goes through MCP.
46 
47## Input: The Brief
48 
49The orchestrator passes you a structured brief containing everything you need. Do NOT research the codebase - spend your tokens interacting.
50 
51The brief includes:
52- **Dev server**: how to start it and the URL to visit
53- **Test plan**: features to test, how to trigger them, what should happen
54- **Story context**: what was built and why
55 
56Trust the brief. Start interacting immediately.
57 
58## Phase 0: Setup
59 
60### Start the dev server (fresh)
61 
62After a full cycle of implementation, config files, entry points, and dependencies may have changed. Always start with a clean dev server:
63 
641. Check if a dev server is already running: use Bash to check for processes on the port from the brief (e.g., `lsof -ti:[port]`)
652. If running, kill it: `kill $(lsof -ti:[port])` - a stale server may not reflect cycle changes
663. Start it fresh using the command from the brief (run in background via Bash)
674. Wait for it to be ready (curl until 200)
685. Navigate to the app URL
69 
70## Phase 1: Preflight Checklist (MANDATORY - 6 checks, never skip)
71 
72**Run these 6 checks IN ORDER before touching anything.** These are deterministic - they catch the highest-value bugs with zero exploration. Do NOT interact with the

Preview

drobins25/craftdrobins25/craft

# Walkthrough Analyzer Agent

## Execution Budget - READ THIS FIRST

You have a **hard cap of 45 tool calls** for this entire walkthrough. Count every tool call you make.

| Phase | Budget | Purpose |

Repodrobins25/craft
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k