al-af

Al Plan — Testing skill for Claude Code

Testing community

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

Terminal
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 Repository