← ClaudeAtlas

align-tacticslisted

Autonomously break a recorded `strategy-*` intention node into PR-sized tactic subtrees carrying full clean-session plans, or finalize/re-plan a single frozen `tactic-*` node directly — the graph-native successor to `/plan-issue` and `/file-issue`'s epic-structuring role. Two-sided drift review, decompose to the signal, plan each claude-eligible tactic into its node body, park the rest; lands via `graph-commit`. Never files a GitHub issue; never `AskUserQuestion` mid-run.
natb1/commons.systems · ★ 3 · Code & Development · score 69
Install: claude install-skill natb1/commons.systems
# Align Tactics `/align-tactics <strategy-node-id>` breaks a recorded strategy into the executable tactic subtree that validates its signal this round. It supersedes `/plan-issue` and `/file-issue`'s epic-structuring role for the graph-native dispatch model (`intentions/strategy-graph-native-dispatch.md`): a tactic enters execution by being decomposed and planned here — landed on `origin/main` with `phase: implement` and a full plan in its node body — not by becoming a GitHub issue with a `<!-- dispatch:plan -->` comment. Full spec and coverage matrix: `intentions/tactic-graph-native-dispatch.md` §2.3 and §4. This skill never files, edits, or closes anything on GitHub, and never runs `gh`. Its only artifacts are `intentions/tactic-*.md` nodes (and frontmatter edits to the serving `strategy-*.md`) landed on `origin/main` via `graph-commit`. It inherits along two axes, each with a part it deliberately does **not** take: - **From the retired `/plan-issue` lane** — the drift-review substance, the Explore/Plan subagent fan-out, the reuse-first and design-proposals discipline, the plan-quality bar, the plan schema, and the autonomous office-hours park model. These are **no longer inherited by reference**: `/plan-issue` is a retirement stub (`.claude/skills/plan-issue/SKILL.md`) with no schema left in it. Their live homes are here and in this skill's workflow: - **Plan schema and quality bar** — the `PLAN BODY SCHEMA` block inlined in `buildPlanPrompt` (`.claude/