AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Executing Plans

skill-jamditis-claude-skills-journalism-executing-plans · by jamditis

Use when you have a written implementation plan to execute in a separate session with review checkpoints

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-jamditis-claude-skills-journalism-executing-plans

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jamditis-claude-skills-journalism-executing-plans)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Executing Plans? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Executing Plans

Overview

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.

Freshness check (when artifact is stale)

The plan was written at a point in time. Default-skip. Run only when one of these triggers fires:

  • Cross-session execution. The plan was drafted in a prior session — different cwd, different transcript, or different day. If you wrote the plan yourself in this session, the freshness check is not needed.
  • External API/service touched. Any task in the plan calls an external API, service, or file outside the repo (e.g., live HTTP, third-party SDK call, OS-managed config). Internal state can be assumed stable; external contracts cannot.
  • Working on main/master. Current branch is 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 ).

When the check fires

Verify, in order, BEFORE running any tasks:

  1. Authoritative state. For each external API/file the plan references, hit the real source — live curl, file read, version check. Confirm the contract still matches what the plan assumed.
  2. Codebase drift. Grep that any function/module/path the plan names still exists at the expected location with the expected shape.
  3. Repo state. git log ..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 location: the execution journal

Findings land in a per-plan execution journal at:

.superpowers/exec-journal-.md

Where ` 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:  — 

If FAIL on any check, stop and escalate to your human partner before implementing — the plan may need revision.

Master-branch guardrail

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.

The Process

Step 1: Load and Review Plan

  1. Read plan file
  2. Review critically - identify any questions or concerns about the plan
  3. Run the freshness check (see "Freshness check (when artifact is stale)" above) — single decision, write the result line to the execution journal
  4. If concerns or freshness FAIL: Raise them with your human partner before starting
  5. If no concerns and freshness PASS or skipped: Create TodoWrite and proceed

Step 2: Execute Tasks

For each task:

  1. Mark as in_progress
  2. Follow each step exactly (plan has bite-sized steps)
  3. Run verifications as specified
  4. Mark as completed

Step 3: Complete Development

After all tasks complete and verified:

  • Announce: "I'm using the superjawn:finishing-a-development-branch skill to complete this work."
  • REQUIRED SUB-SKILL: Use superjawn:finishing-a-development-branch
  • Follow that skill to verify tests, present options, execute choice

When to Stop and Ask for Help

STOP executing immediately when:

  • Hit a blocker (missing dependency, test fails, instruction unclear)
  • Plan has critical gaps preventing starting
  • You don't understand an instruction
  • Verification fails repeatedly

Ask for clarification rather than guessing.

When to Revisit Earlier Steps

Return to Review (Step 1) when:

  • Partner updates the plan based on your feedback
  • Fundamental approach needs rethinking

Don't force through blockers - stop and ask.

Remember

  • Review plan critically first
  • Follow plan steps exactly
  • Run the freshness check at Step 1 — default-skip, but fires for cross-session plans, external APIs, or main/master branch work
  • Don't skip verifications
  • Reference skills when plan says to
  • Stop when blocked, don't guess
  • Never start implementation on main/master branch without explicit user consent (the freshness check enforces this when triggered)

Integration

Required workflow skills:

  • superjawn:using-git-worktrees - REQUIRED: Set up isolated workspace before starting
  • superjawn:writing-plans - Creates the plan this skill executes
  • superjawn:finishing-a-development-branch - Complete development after all tasks

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.