aif-plan

Generate implementation plans with tasks and dependencies for software features.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/hightemp/process-manager --skill aif-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-plan
Source: https://github.com/hightemp/process-manager/tree/main/.github/skills/aif-plan
Command: npx skills add https://github.com/hightemp/process-manager --skill aif-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the creation of detailed implementation plans for new features or tasks, streamlining the development workflow and ensuring clarity.

Core Features & Use Cases

  • Automated Planning: Generates step-by-step tasks for feature implementation.
  • Mode Flexibility: Supports both fast planning (no branch) and full planning (git branch creation).
  • Use Case: When starting a new feature like "implement user authentication," this Skill will break down the work into manageable tasks, suggest file changes, and even create a dedicated git branch for the work.

Quick Start

Use the aif-plan skill to plan the implementation of a new 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 generate an implementation plan for a new software feature?

To generate an implementation plan for a new software feature, this Skill analyzes your project context, explores the codebase, and creates actionable tasks with dependencies. It outputs the structured plan to a local markdown file for immediate use.

Can I create a git branch automatically when planning feature development?

Yes, you can create a git branch automatically during feature development planning by using the full planning mode. This mode creates a dedicated git branch and saves the generated tasks to a branch-specific markdown file.

What is the difference between fast mode and full mode for task generation?

Fast mode generates task lists quickly without altering your git workflow, saving plans to a default file. Full mode integrates with git workflow by creating a dedicated branch and saving the implementation plan to a branch-specific path.

Do I need git installed to use this codebase exploration and planning tool?

Git is required for the full planning mode to create branches and save branch-specific plans. However, you can still use the fast planning mode to analyze your codebase and generate tasks without utilizing git workflow features.

Where are the generated implementation tasks and plans saved in my project?

Generated implementation plans are saved as markdown files within your project's `.ai-factory` directory. Fast mode writes to a default plan file, while full mode writes to a branch-specific file path for version tracking.