emaraschio
- 44 skills
- 0 followers
- 9 hours ago last updated
- ▌ Tdd · emaraschio bundleCanon test-driven development (specify, encode, fulfill) for the host project's test framework. Clarify specifications, one failing test at a time, minimal code to green, approval gates, kitchen-cleaning refactor when needed. Use for TDD, specify-encode-fulfill, or red-green-refactor sessions.
- ▌
- ▌
- ▌
- ▌
- ▌ Pathfinder · emaraschio bundleMap the fog of war before building. Given a project goal and known context, separate decisions already fixed from open decision frontiers and fog-of-war unknowns, tag each unknown with a next move (research, prototype, ask an expert, user test, or delegate), and lay out parallel work tracks plus the next three actions. Plan-only, no execution in the same turn. Use for pathfinder, decision mapping, fog of war, or planning a greenfield or messy project before the next step feels obvious but undercooked.
- ▌
- ▌
- ▌ Scoped Audit · emaraschio bundleScoped, plan-first workflow for large "check-N-things" tasks (audits, inventories, catalogs, large migrations, cross-checks). Decomposes the surface, fans out capped parallel subagents, verifies findings before reporting, and gates any change behind explicit approval. Use for "audit X for Y", "find all", "catalog every", "inventory", "migrate across", or any repeatable workflow that has quietly become "check 400 things".
- ▌ Gauntlet Loop · emaraschio bundleBeat a real-world quality bar with a Gauntlet Loop: take a GOAL and a REAL-WORLD EQUIVALENT with an inspectable reference pack, decompose into independent parts, assign specialist builders, and gate each part behind a separate fresh-context critic. Pass only if better than the reference; otherwise return the largest specific gap. After all parts pass, run an integration critic on the whole. Optional budget ceiling, taste-domain pride gate, and gap ledger for resume. Builders never evaluate their own work. Use when the user invokes /gauntlet-loop or asks to run a gauntlet, builder/critic loop, or beat a real example.
- ▌
- ▌
- ▌
- ▌ Decision Audit · emaraschio bundlePost-build decision ledger and pride gate: list meaningful agent choices and assumptions after work has landed, with why, alternatives, and confidence; flag debt and edge cases; do not change code until the user says revise now. Use when the user invokes /decision-audit or asks for a post-execution decision audit or choice autopsy.
- ▌
- ▌ Merge Open Prs · emaraschio bundleReview, verify (Docker by default), and auto-merge open PRs when CI, reviews, and local verification pass. Batch up to 10 PRs per run. Use when the user wants to merge all open PRs, clear the PR queue, or run /merge-open-prs.
- ▌
- ▌ Blind Spot Pass · emaraschio bundleRun a pre-build blind spot pass before the agent builds anything. Treat the user's prompt as the map and the real project as the territory: classify gaps across known knowns, known unknowns, unknown knowns, and unknown unknowns (with deps, edge cases, and blast radius under unknown unknowns); ask 5 to 10 high-leverage interview questions; two-step halt before build; optional red-team intensity when the user asks to challenge the plan. Plan-only, no execution in the same turn. Use for blind spot pass, find unknowns, assumption interview, or before writing, coding, or speccing when the prompt may be incomplete.
- ▌ Structure Prompt · emaraschio bundleTurn a rough request into a structured, production-grade prompt. Classifies which prompting dimensions apply (product verification, structured high-stakes detail, constraints-upfront, scannable structure, search priority, internal-first sourcing), fills a prompt template, and returns a copyable prompt plus a note on what was applied or omitted. Use for prompt architect, structure a prompt, harden a prompt, or turn an ask into a production prompt.
- ▌
- ▌
- ▌ Agent Risk Review · emaraschio bundleProduces a one-page agent permission brief (allowed, approval-required, forbidden, limits, logging, rollback, first-week test plan) before granting an AI agent access to a system, tool, or account. Use for agent risk review, permission design, MCP/tool access planning, or "what should the agent be allowed to do?"
- ▌ Define Agent Goal · emaraschio bundleTurn a rough task into an agent Goal (outcome, verification with 3 to 5 success criteria, constraints, boundaries, iteration policy, stopping condition, and helper goals when parallel work is implied) so an agent can run with minimal babysitting. Plan-only, no execution in the same turn. Use for Goal, delegate, run without babysitting, or before long autonomous work. Pair with requirement-to-implementation for code delivery afterward.
- ▌ Design Agent Loop · emaraschio bundleDesign a reusable agent loop as a graph before running it. Take a TASK and COMPLETION CRITERIA, draw the node graph (input, plan, act, verify, retry or escalate, done), specify context, tools, expected output, and evidence per node, label every transition trigger, set max retries, budget ceilings, and human approval gates, keep unverifiable steps manual, design five eval cases with a pass or fail scorecard, and pick the single biggest bottleneck to automate first. Two-step handshake, design only until the user says execute now, then run one test case and improve the loop. Use when the user invokes /design-agent-loop or asks to design an agent loop, routine, workflow graph, or state machine for repeated agent work.
- ▌
- ▌ Prompt Eval Debug · emaraschio bundleDebug and improve any prompt without rewriting blindly. Builds a tiny eval suite (control, edge, capability-boundary cases), diagnoses failures as prompt issue, missing tool or capability, or harness/workflow issue, and proposes the smallest next change. Use for prompt debugger, eval suite, improve prompt, or before editing catalog eval/cases.md.
- ▌
- ▌
- ▌ Agent Work Receipt · emaraschio bundleProduces a conservative agent work receipt after completed work: finished output, time estimates, review burden, risks, and value judgment. Use when the user invokes /agent-work-receipt, asks for a work receipt, or wants to measure agent productivity honestly after a session.
- ▌
- ▌
- ▌ Git Sync Workspace · emaraschio bundleSync every git repo in a Cursor multi-root workspace to its remote default branch: discover roots, preflight each repo, fetch --all --prune, checkout default, pull --ff-only. Skips dirty or unsafe repos with a clear report. Use for "sync workspace", "update all repos", "back to main", or reset workspace repos to remote HEAD without losing uncommitted work.
- ▌
- ▌
- ▌
- ▌ Automation Roi Audit · emaraschio bundleAct as an AI operations consultant: interview how a business function's workflows actually run, label each step Human-only / AI-assisted / AI-owned, pick the highest-ROI automation tied to money, margin, or output, warn on AI theater and distraction traps, and recommend one narrow one-week test. Use for automation ROI, workflow AI map, ops consultant, or "where should AI help".
- ▌ Instruction Ablation · emaraschio bundleRebuild a minimal instruction set from evidence: confirm a bare baseline, run one real task in-session under guardrails only, log struggles, and add an instruction only after the same failure repeats; retest and keep only if verification improves. Use when the user invokes /instruction-ablation or asks to ablate, thin, or rebuild AI instructions from a bare run.
- ▌
- ▌
- ▌
- ▌
- ▌ Light Review Existing Diffs · emaraschio bundleQuick review of existing diffs without full PR context
- ▌ Requirement To Implementation · emaraschio bundleStructured workflow for taking a requirement (feature, bug, refactor, chore, or performance task) from any source (Notion, GitHub, conversation) through planning, approval, implementation, verification, and documentation. Use when the user provides a requirement, task, ticket, or asks to implement something.
- ▌ Thermo Nuclear Code Quality Review · emaraschio bundleExtremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use only when explicitly asked for a thermo-nuclear or thermonuclear code quality review, a deep code quality audit, or an especially harsh maintainability review.