superjawn/skills/executing-plans/SKILL.md
Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skillsauth add jamditis/claude-skills-journalism executing-plansInstall 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.
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the superjawn:executing-plans skill to implement this plan."
Note: Tell your human partner that superjawn works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superjawn:subagent-driven-development instead of this skill.
The plan was written at a point in time. Default-skip. Run only when one of these triggers fires:
main or master. Heightened drift risk because integration work assumes the branch is in sync, and other people landing commits can invalidate the plan's assumptions silently.If none of the triggers fire, write one line into the execution journal and proceed:
[YYYY-MM-DD HH:MM] Freshness check skipped — none of the triggers fired (current session, no external APIs, on feature branch <name>).
Verify, in order, BEFORE running any tasks:
git log <plan-write-sha>..HEAD if you can identify when the plan was written; otherwise git log --since='1 week ago' --oneline. Has anyone landed conflicting work since the plan was drafted?Findings land in a per-plan execution journal at:
.superpowers/exec-journal-<plan-slug>.md
Where <plan-slug> is the kebab-case basename of the plan file with the .md extension stripped (e.g., the plan file 2026-05-05-superjawn-batch-1.md produces the slug 2026-05-05-superjawn-batch-1, and the journal lands at .superpowers/exec-journal-2026-05-05-superjawn-batch-1.md). The journal is created on first run if it doesn't exist; entries are appended in chronological order. The directory .superpowers/ is git-ignored by upstream convention.
One line per check:
[YYYY-MM-DD HH:MM] Freshness check: <PASS / FAIL> — <one-line summary>
If FAIL on any check, stop and escalate to your human partner before implementing — the plan may need revision.
If the trigger fired because you're on main or master, the freshness check ALSO requires explicit user consent before any implementation begins. Per the upstream rule "never start implementation on main/master without explicit user consent," ask first, then proceed. Document the consent in the journal as part of the freshness check entry.
For each task:
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
testing
Configure install-time cooldowns for npm/bun (minimum release age) and run a sandboxed pre-install scan when the cooldown has to be bypassed. Use when the user asks about supply-chain attacks, npm/bun security, "minimum release age", a "cooldown" for installs, hardening against Shai-Hulud-class worms, or how to safely install a package that was just published. Also use after any recent supply-chain incident in the npm ecosystem.
tools
Generate CLAUDE.md project memory files that transfer institutional knowledge, not obvious information. Use when setting up new journalism projects, onboarding collaborators, or documenting project-specific quirks. Includes templates for editorial tools, event websites, publications, research projects, content pipelines, and digital archives.
development
Use when suggesting APIs for a project, looking for free data sources, building weekend projects that need external data, or when the user needs weather, news, finance, sports, ML, or entertainment data without paid subscriptions
development
Choose the correct CLAUDE.md or LESSONS.md template for journalism projects. Use when starting a new project, setting up documentation, or unsure which template category fits best. Provides decision trees and selection guidance for 6 journalism-focused template types.