detailed-implementation-plan

Transform plan-based-page files into per-session implementation plans under .doc/plan/implementation/.

Updated Nov 30, 2025
One-click install
npx skills add https://github.com/Henry229/antigravity-blog --skill detailed-implementation-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detailed-implementation-plan
Source: https://github.com/Henry229/antigravity-blog/tree/main/.claude/skills/detailed-implementation-plan
Command: npx skills add https://github.com/Henry229/antigravity-blog --skill detailed-implementation-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates turning plan-based-page outputs into actionable implementation plans, reducing manual planning time and enabling parallel session workflows.

Core Features & Use Cases

  • Single input file transforms into multiple session plans
  • Parallel session generation for multiple pages
  • Clear output locations under fixed project structure

Quick Start

Provide a plan-based-page file (e.g., landingpage-page.md) to generate session-specific implementation plans under .doc/plan/implementation/.

Frequently Asked Questions about detailed-implementation-plan

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

FAQPage Schema
How do I turn a plan page into actionable implementation plans for parallel sessions?

To turn a plan page into actionable implementation plans, provide a single plan-based-page file like landingpage-page.md. The tool processes it and generates per-session plans under the .doc/plan/implementation/ directory, supporting both sequential and parallel workflows.

Can I generate parallel session plans from a single markdown input file?

Yes, you can generate parallel session plans from a single markdown input file. The tool consumes one input file, such as _shared-components.md, and transforms it into multiple actionable implementation plans for parallel-page workflows.

What is a plan-based-page workflow for parallel implementation?

A plan-based-page workflow for parallel implementation is a process that converts a single planning document into structured, actionable plans. It targets multiple pages by generating per-session plans, enabling parallel development across different components.

Do I need a specific project directory structure for implementation plan generation?

Yes, implementation plan generation requires fixed paths under the .doc/plan/ directory. The tool outputs session-specific plans directly into the .doc/plan/implementation/ directory structure, ensuring consistent project organization.

How do I automate implementation planning across multiple pages?

You can automate implementation planning across multiple pages by feeding a plan-based-page file into the workflow. The tool automatically transforms the input into actionable, per-session implementation plans, reducing manual planning time for parallel sessions.