Al Plan — Testing skill for Claude Code
Turn an approved spec (or a described task) into an ordered, single-track implementation plan.
How to install Al Plan
Installs to ~/.claude/skills/al-af-al-skills-al-plan/SKILL.md
mkdir -p ~/.claude/skills/al-af-al-skills-al-plan && curl -fsSL https://raw.githubusercontent.com/al-af/al-skills/HEAD/commands/al-plan.md -o ~/.claude/skills/al-af-al-skills-al-plan/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Al Plan does
description: Turn an approved spec (or a described task) into an ordered, single-track implementation plan
Read `docs/specs//spec.md` if named (plus `data-model.md`/ `testing.md` in the same folder if present — reuse `testing.md`'s pass conditions as a step's "Verify" method), else plan directly from the described task. List the pieces of work: 2+ genuinely independent (no shared files, no ordering dependency) → call `al-dispatch` instead and stop, don't duplicate its decompositio
Alternatives in Testing
- Spec Driven Development — Drive Kandev feature work through spec, plan, independent tasks, implementation, QA, and verification 697 ★
- Spec Draft PR — Turn a feature idea or GitHub issue into a one-page spec saved to Documentation/specs/ and opened as a draft P 324 ★
- Aod.Analyze — Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.m 89 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Pharn Plan
Turn an Approved features/ /SPEC.md into an implementation features/ /PLAN.md — the second product-pipeline st
Pharn Spec
Turn a user's prose intent into a structured, human-approved features/ /SPEC.md — the head of the product pipe
V Epic
Drive an EPIC — chain several features into one autonomous, resumable, dependency-ordered build on a single br
Exec Plan
Use when: a SPEC is approved and you need a milestone-based execution plan for a long-running multi-session ta
Plan Dc
Turn a spec into a detailed implementation plan (the HOW), with ADR review and dual adversarial review — step
Spectastic.Tasks
Derive the task breakdown from a spec + design — an ordered, parallelizable, test-first task list. Use when tu
Related Agents
Issue Planner
Use this agent to turn a triaged issue into an approved implementation plan with formal acceptance criteria. T
Router Planner
Turn an approved goal into an ordered plan grounded in the actual code. Read-only. Use before a change large e
Spec Step
Implements exactly one step of the ordered implementation plan in a spec file. Use when delegating a single st