aif-improve

Refines existing implementation plans by re-analyzing the codebase for gaps and dependency errors.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/1t1sCooL/zazyvala-bot --skill aif-improve-1t1scool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-improve
Source: https://github.com/1t1sCooL/zazyvala-bot/tree/main/.cursor/skills/aif-improve
Command: npx skills add https://github.com/1t1sCooL/zazyvala-bot --skill aif-improve-1t1scool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Initial implementation plans often miss tasks, contain vague descriptions, or have wrong dependency ordering. This Skill performs a second-pass review of an existing plan against the actual codebase to find gaps, missing edge cases, and incorrect assumptions before implementation begins. ## Core Features & Use Cases - Plan Discovery: Automatically locates the active plan file by git branch name, explicit @path override, or fallback to fast/fix plan paths, with a --list mode for read-only discovery. - Deep Codebase Analysis: Traces code paths, checks integration points (routes, migrations, configs), and identifies edge cases the original plan missed. - Categorized Improvement Report: Presents findings as missing tasks, task quality issues, dependency fixes, and redundant removals, then applies only user-approved changes while preserving completed tasks. - Use Case: After running /aif-plan for a user-auth feature, run /aif-improve to discover the plan missed an auth middleware task and a wrong dependency between tasks, then apply the fixes with confirmation. ## Quick Start Ask the AI to run /aif-improve to review and refine the current implementation plan against the codebase.

Frequently Asked Questions about aif-improve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve an existing implementation plan before coding?

Run /aif-improve after generating a plan with /aif-plan or /aif-fix. It re-analyzes the codebase, finds gaps and dependency errors, presents a refinement report, and applies only the changes you approve.

How do I refine a specific plan file instead of the auto-detected one?

Pass an explicit path with the @ prefix, such as /aif-improve @my-custom-plan.md. You can also add an improvement prompt after the path to guide the refinement toward specific concerns like error handling.

Can I list available plans without modifying anything?

Yes, run /aif-improve --list. It performs read-only discovery of branch-based plans, fast plans, and fix plans, prints availability with usage hints, and stops without executing any refinement.

Does plan refinement overwrite completed tasks?

No. The skill preserves all tasks marked with - [x] checkboxes and never modifies or removes completed work. It also requires user confirmation before applying any changes to the plan file.

What happens if no plan file is found?

The skill stops and reports that no active plan exists, suggesting you create one first with /aif-plan full, /aif-plan fast, or /aif-fix. It does not proceed without a plan file.