align-tacticslisted
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/