aif-plan

Generate structured implementation plans with modes, branching, and task sequencing.

Updated Aug 4, 2025
One-click install
npx skills add https://github.com/Svarog83/php-log-monitor --skill aif-plan-svarog83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-plan
Source: https://github.com/Svarog83/php-log-monitor/tree/main/.cursor/skills/aif-plan
Command: npx skills add https://github.com/Svarog83/php-log-monitor --skill aif-plan-svarog83

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan implementations for features or tasks with a structured, repeatable workflow, reducing ambiguity and accelerating delivery.

Core Features & Use Cases

  • Supports fast (plan-only) and full (branch-based) modes with automatic plan file generation.
  • Enables parallel worktrees, task sequencing, and commit checkpoints for incremental delivery.
  • Provides guidance for exploring codebases, drafting tasks, and aligning with project conventions.

Quick Start

Describe a feature to plan, then run /aif-plan to generate a structured implementation plan.

Frequently Asked Questions about aif-plan

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

FAQPage Schema
How do I plan a structured implementation approach for a new feature?

To plan a structured feature implementation, describe your feature and run the planner to generate a repeatable workflow with task sequencing, commit checkpoints, and automatic plan files. This reduces ambiguity and accelerates delivery.

What is the difference between fast plan-only mode and full branch-based workflow?

Fast mode generates a plan-only approach for quick task documentation, while full mode uses a branch-based workflow with commit checkpoints and optional parallel worktrees for incremental feature delivery.

Can I use parallel worktrees for task management and incremental delivery?

Yes, you can enable parallel worktrees in full mode to isolate task sequencing and manage incremental delivery. The system specifies plan file storage, task formats, and commit checkpoints to track progress.

Do I need dependencies or specific environments to generate AI feature plans?

No specific dependencies or environments are required to generate AI feature plans. The system operates independently to draft tasks, align with project conventions, and document the implementation approach.

How do I proceed to implementation after finalizing the task sequencing and plan files?

After finalizing task sequencing and plan files, you proceed to implementation by invoking the /aif-implement command, which bridges the structured planning phase with actual code generation and execution.