aif-plan

Automates creation of structured software implementation plans with git integration.

Updated May 16, 2026
One-click install
npx skills add https://github.com/vulikjulik/DeepLom --skill aif-plan-vulikjulik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-plan
Source: https://github.com/vulikjulik/DeepLom/tree/main/.opencode/skills/aif-plan
Command: npx skills add https://github.com/vulikjulik/DeepLom --skill aif-plan-vulikjulik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual implementation planning for new features or tasks is often disorganized, misses critical steps or dependencies, and fails to align with project-specific architecture and coding conventions, leading to rework and delayed delivery. This Skill automates the planning process to produce structured, context-aware plans that eliminate these gaps.

Core Features & Use Cases

  • Dual Planning Modes: Choose fast mode for quick, lightweight plans saved to a default path, or full mode for detailed plans with optional git branch/worktree creation, task dependency mapping, and commit checkpoints.
  • Context-Aware Generation: Automatically loads project configuration, architecture documentation, and coding conventions to ensure plans follow existing patterns and standards.
  • Handoff Integration: Syncs plan status and content with Handoff task management for seamless coordination between planning and implementation teams.
  • Use Case: A developer starting a new payment processing feature can generate a complete, actionable plan with granular tasks, logging requirements, and milestone linkage in minutes, rather than spending hours manually documenting scope and steps.

Quick Start

Use the aif-plan skill to create a full implementation plan for adding OAuth user authentication to the application, including test tasks and a mandatory documentation checkpoint.

Frequently Asked Questions about aif-plan

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

FAQPage Schema
How do I create a feature implementation plan that includes task dependencies and git branch integration?

To create a feature implementation plan with task dependencies and git branch integration, use the full planning mode. This mode generates detailed plans with dependency mapping, commit checkpoints, and optional git worktree creation.

What is the fastest way to generate a lightweight development plan for a new feature?

The fastest way to generate a lightweight development plan is by using the fast planning mode. This mode quickly produces a structured, context-aware plan and saves it to a default path without requiring detailed git integration.

Does the generated plan automatically align with existing project architecture and coding conventions?

Yes, the generated plan automatically aligns with existing project architecture and coding conventions. It loads project configuration files and architecture documentation to ensure all tasks follow your established standards.

Can I sync implementation plans with task management systems for team handoffs?

Yes, you can sync implementation plans with task management systems for team handoffs. The tool features optional Handoff integration to seamlessly coordinate plan status and content between planning and implementation teams.

What project files do I need to provide to generate a context-aware software development plan?

To generate a context-aware software development plan, you need to provide access to project configuration files and architecture documentation. Optional Handoff task management integration can be added for enhanced coordination.

When should I avoid using fast mode for project planning and opt for a full plan instead?

You should avoid fast mode and opt for a full plan when your feature development requires granular task breakdowns, logging requirements, milestone linkage, or mandatory git branch creation and commit checkpoints.