aif-plan

Generate detailed implementation plans for software development tasks.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Skro11X/all_vibe_code_test --skill aif-plan-skro11x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-plan
Source: https://github.com/Skro11X/all_vibe_code_test/tree/main/.claude/skills/aif-plan
Command: npx skills add https://github.com/Skro11X/all_vibe_code_test --skill aif-plan-skro11x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create structured implementation plans for software features or tasks, ensuring all aspects are considered before development begins.

Core Features & Use Cases

  • Automated Planning: Generates detailed task lists, including file paths and dependencies.
  • Mode Selection: Supports 'fast' planning (no Git branch) or 'full' planning (creates a Git branch and asks for preferences).
  • Use Case: When starting a new feature like "implement user authentication," this Skill will break down the work into manageable tasks, suggest a Git branch name, and ask about testing and documentation preferences.

Quick Start

Use the aif-plan skill to create a full plan for adding a user profile page.

Frequently Asked Questions about aif-plan

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

FAQPage Schema
How do I create an implementation plan for a new software feature?

Software feature implementation planning involves generating detailed task lists with file paths, mapping dependencies, and defining commit checkpoints. This skill structures task breakdowns to ensure all aspects are considered before development begins.

What is the best way to break down development tasks before writing code?

The best way to break down development tasks is through structured task breakdown and codebase exploration. This skill maps dependencies and defines commit checkpoints to ensure efficient project execution before coding begins.

Can I generate a feature implementation plan without creating a Git branch?

Yes, you can generate a plan without a Git branch using fast planning mode. This mode produces detailed task lists and dependency maps without branch creation or preference gathering.

How does full planning mode handle Git branch creation and user preferences?

Full planning mode handles Git branch creation by suggesting a branch name and asking for testing and documentation preferences. It combines codebase exploration with user input to generate a structured feature implementation plan.

Do I need an existing Git repository to map out task dependencies and file paths?

You do not need an existing Git repository to map out task dependencies and file paths. Fast planning mode generates implementation lists and dependency maps independently of Git branch infrastructure.