plan

Generate phased implementation plans with steps and success criteria.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill plan-minhhoangdono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/MinhHoangDono/antigravity-kit/tree/main/.agent/skills/plan
Command: npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill plan-minhhoangdono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you transform ambiguous requirements into a concrete, actionable implementation roadmap before you start coding.

Core Features & Use Cases

  • Implementation planning with phases: produces a structured plan with phase files, steps, and success criteria for complex work.
  • Research + codebase analysis: runs a research phase and scouts relevant docs to ground decisions in reality.
  • Adversarial review and validation modes: supports red-team and validate operations to surface risks and confirm assumptions.
  • Mode-driven planning: uses --auto, --fast, --hard, --parallel, or --two workflows to balance speed vs thoroughness in real projects.

Quick Start

Ask the AI to create an implementation plan to add user authentication and authorization to my existing app.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn complex feature requirements into an implementation roadmap?

An implementation roadmap transforms ambiguous requirements by analyzing needs, researching options, and producing phased architecture documentation with executable steps. It generates structured phase files containing success criteria to guide complex feature development.

What is the best way to break down complex tasks into executable steps for solution architecture?

Breaking down complex tasks requires mode-driven planning using workflows like auto, fast, hard, parallel, or two. This balances speed and thoroughness, producing phase files with concrete success criteria for solution architecture work.

Can I use red-team and validation operations to surface risks in my implementation strategy?

Yes, red-team and validation operations surface risks and confirm assumptions within your implementation strategy. These adversarial review modes identify potential flaws in solution architecture before coding begins.

How do I add user authentication and authorization to an existing app using phased planning?

Phased planning for authentication features starts by analyzing requirements and researching options to produce architecture documentation. It creates phase files with executable steps and success criteria specifically for integrating auth into existing codebases.

Does mode-driven planning support parallel workflows for implementation strategy creation?

Mode-driven planning supports parallel workflows alongside auto, fast, hard, and two modes. These operating modes balance speed versus thoroughness when generating implementation strategy for real projects.