plan-skill

Orchestrate the planning pipeline to generate a single IMPLEMENTATION_PLAN.md artifact.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/almazom/agents_slash_skills --skill plan-skill-almazom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-skill
Source: https://github.com/almazom/agents_slash_skills/tree/main/plan-skill
Command: npx skills add https://github.com/almazom/agents_slash_skills --skill plan-skill-almazom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates end-to-end planning by delegating to the plan_skill_cli_v2 runtime to produce a single, canonical IMPLEMENTATION_PLAN.md artifact.

Core Features & Use Cases

  • Thin orchestration layer over the plan_skill_cli_v2 runtime, enabling runtime root resolution, multi-stage planning (intake, preflight, plan, self-QA, parallel-review, synthesize, quality-loop, export), and gated handoff.
  • Use cases include planning-first workflows, implementation-ready plans before coding, and automated QA and quality-loop gates that yield a validated plan.

Quick Start

Plan a target repository using the plan_skill_cli_v2 runtime to generate IMPLEMENTATION_PLAN.md.

Frequently Asked Questions about plan-skill

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

FAQPage Schema
How do I generate an implementation plan before coding?

An implementation plan provides a structured roadmap before coding begins. This Skill orchestrates a multi-stage pipeline including intake, preflight, and synthesis to produce a canonical IMPLEMENTATION_PLAN.md artifact ready for development.

What does a planning-first workflow with automated QA gates involve?

A planning-first workflow with QA gates involves running multi-stage planning, self-QA, parallel-review, and quality-loop phases. This validates the implementation plan through automated quality checks before gated handoff to development.

Do I need Python 3.11 to run the plan orchestration runtime?

Yes, a Python 3.11-compatible runtime is required to execute the plan-stage CLIs. The orchestration layer requires a resolvable runtime root at specified paths to successfully generate the implementation plan artifact.

Can I use this orchestration pipeline for repository-level implementation planning?

Yes, this orchestration pipeline supports repository-level implementation planning. It resolves the runtime root for a target repository and executes the CLI stages to generate the validated IMPLEMENTATION_PLAN.md file.

What are the limitations of using a thin orchestration layer for planning?

A limitation of a thin orchestration layer is its strict dependency on the underlying plan_skill_cli_v2 runtime. Without a resolvable runtime root and compatible execution environment, the planning pipeline cannot generate the plan artifact.