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

Executing Plans

skill-gb3h-agent-skills-executing-plans · by gb3h

>-

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-gb3h-agent-skills-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 No
  • 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-gb3h-agent-skills-executing-plans)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo 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

Load plan. Review critically. Execute all tasks. Verify each step. Report when complete.

If subagents are available: consider using subagent-driven-development instead — fresh context per task yields higher quality.

Step 1: Load and Review Plan

  1. Read the plan file with read
  2. Review critically — identify questions, concerns, missing context, or unclear steps
  3. If concerns exist: raise them with the user BEFORE starting. Do not silently work around plan gaps.
  4. If no concerns: proceed to execution

Step 2: Execute Tasks

For each task in the plan:

  1. Read the step — understand exactly what it asks
  2. Execute exactly what the step says — no scope creep, no "while I'm here" improvements
  3. Verify with concrete evidence (file exists, test passes, command succeeds). Use exec and read — not assumptions.
  4. Mark done — update the plan: [x]
  5. Continue to next step

When to Stop and Ask for Help

STOP executing immediately when:

  • Step fails and you can't diagnose why within 2 attempts
  • Plan has a gap preventing the next step
  • You don't understand an instruction
  • Verification fails repeatedly
  • Something contradicts the plan's assumptions

Ask for clarification rather than guessing. Guessing compounds errors across subsequent steps.

When to Revisit Earlier Steps

  • User updates the plan based on your feedback
  • A later step reveals an earlier step was done incorrectly
  • Fundamental approach needs rethinking

Don't force through blockers. Stop, surface the issue, wait for direction.

Rules

  • Never start on main/master branch without explicit user consent
  • Stay on task. Unrelated issues go in memory/YYYY-MM-DD.md — don't fix them mid-step
  • No silent skips. If you skip a step, state why and the consequences
  • Use systematic-debugging if a step fails unexpectedly
  • Use verification-before-completion before declaring any step done

Checkpointing

At checkpoint steps (or every 3-5 tasks), write to memory/YYYY-MM-DD.md:

  • Steps completed so far
  • Current state of work
  • Decisions made during execution
  • Exact next step to resume from

Resuming from Checkpoint

  1. Read the most recent memory file with read
  2. Find the last checkpoint
  3. Verify checkpoint state is still valid (files exist, no conflicts)
  4. Resume from the next step

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.