skills/create-execplan-with-slicing-method/SKILL.md
Create a repository-local ExecPlan from an explicitly requested purpose using the bundled PLANS.md guidance, with explicit dependency-graph and vertical-slicing rules applied to milestone decomposition. Use only when the user explicitly invokes this skill with phrasing like `use create-execplan-with-slicing-method for ...` or `use the create-execplan-with-slicing-method skill ...`; do not use implicitly for general planning, task breakdown, product specs, or implementation requests.
npx skillsauth add neodejack/skills create-execplan-with-slicing-methodInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a self-contained ExecPlan for a requested repository-local change. This skill writes the plan only; it does not implement the plan.
Read references/PLANS.md in full before drafting or revising an ExecPlan. Treat it as the required format and quality bar.
If the target repository has its own docs/PLANS.md or PLANS.md, read it too and follow the repository-local version when it conflicts with the bundled reference.
Confirm explicit invocation.
for, to, or equivalent wording as the requested purpose.Build repository context.
justfile, package.json, Makefile, or project-specific scripts.Choose the plan path.
docs/exec-plans/todo/<purpose-slug>.md unless the user provides a different path or the repository has a clear existing convention.docs/exec-plans/todo/ if needed.Draft the ExecPlan.
references/PLANS.md exactly.Progress, Surprises & Discoveries, Decision Log, and Outcomes & Retrospective.Decision Log.Validate the plan before finishing.
references/PLANS.md.TBD, TODO, or <fill in>.At the end of the task, report:
tools
Create, edit, and maintain `justfile` automation for any codebase using the `just` command runner. Trigger whenever a request involves creating a new `justfile`, modifying/updating an existing `justfile`, adding or changing recipes, refactoring `justfile` structure, or automating project commands via `just`.
development
Write documentation for Elixir modules, functions, types, and callbacks following official Elixir conventions. Use when asked to document Elixir code, add @moduledoc/@doc/@typedoc, write doctests, or improve Elixir documentation. Triggers on: document this elixir module, add elixir docs, write moduledoc, add doctests.
tools
Update a Homebrew tap formula to the latest GitHub Release assets using gh CLI, including verifying the tap repo, locating the formula, computing sha256 for release binaries, and committing/pushing changes. Use when asked to bump a Homebrew formula version to the latest release in a personal tap.
development
Bootstrap or improve harness-engineering scaffolding for an existing software repository so agents can work safely and productively. Use when asked to make a repo more agent-friendly, adopt harness engineering, prepare a codebase for Codex or mixed human and agent coding, add or improve repo-local guidance such as `AGENTS.md` or `ARCHITECTURE.md`, establish canonical setup/lint/typecheck/test commands, or audit a repository for missing agent workflows and verification rails.