superpowers-sage:plan-generator

Generate implementation plans from approved WordPress architecture specifications.

13|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/hekivo/superpowers-sage --skill superpowers-sage-plan-generator-hekivo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-sage:plan-generator
Source: https://github.com/hekivo/superpowers-sage/tree/main/skills/plan-generator
Command: npx skills add https://github.com/hekivo/superpowers-sage --skill superpowers-sage-plan-generator-hekivo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents architecture-to-implementation drift by generating a structured, phase-based execution plan only from an approved design spec.

Core Features & Use Cases

  • Approved-spec-first planning: Refuses to produce plans unless an approved architecture spec is found or explicitly provided.
  • Dependency graph and execution strategy: Translates architecture units into parallel/sequential/gated work with routing suggestions and acceptance criteria.
  • Anti-drift validation: Performs preflight handoff validation and, for legacy ports, emits an AD-2 byte-for-byte gate to block field divergence.

Quick Start

Use the skill with the path to your approved architecture spec so it generates a complete implementation plan directory ready for execution.

Frequently Asked Questions about superpowers-sage:plan-generator

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

FAQPage Schema
How do I generate a phase-based implementation plan from an architecture spec for WordPress?

Implementation planning from an architecture spec translates approved design units into a structured phase execution plan with parallel and sequential work batches. It validates the approved spec first, then emits a complete plan directory ready for execution.

What is anti-drift validation in architecture-to-implementation planning?

Anti-drift validation performs preflight checks to prevent divergence between an approved architecture spec and the generated implementation plan. For legacy ports, it enforces an AD-2 byte-for-byte gate to strictly block field divergence during the porting process.

Can I create an implementation plan without an approved architecture spec?

Implementation planning requires an approved architecture spec and will refuse to generate a plan unless one is found or explicitly provided. This ensures the generated execution phases and dependency graphs remain strictly aligned with the validated design.

How do I structure a WordPress development workflow with a task dependency graph?

Creating a task dependency graph translates architecture units into parallel, sequential, or gated work phases. It includes owner skill routing suggestions and specific acceptance criteria to structure the WordPress development workflow efficiently.

What happens during a preflight handoff validation for legacy ports?

Preflight handoff validation for legacy ports emits an AD-2 byte-for-byte gate to ensure zero-migration ports maintain exact field parity. It blocks the implementation plan from proceeding if any field divergence from the spec is detected.

Does implementation planning work for batch decomposition in WordPress development workflows?

Implementation planning applies directly to batch decomposition in WordPress development workflows by breaking approved architecture specifications into executable phases. It generates a plan directory matching the defined format contract with routing suggestions.