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

Executing Plans

skill-ao92265-claude-code-playbook-executing-plans · by ao92265

|

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

Install

$ agentstack add skill-ao92265-claude-code-playbook-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-ao92265-claude-code-playbook-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

Implement written plans through structured batches with review checkpoints.

When to Use

  • A plan exists in docs/plans/
  • User says "execute the plan" or "implement the plan"
  • After completing the writing-plans skill
  • When resuming work on a documented plan

Process

Step 1: Load and Review

  1. Read the plan file from docs/plans/
  2. Critically assess it - Does it still make sense?
  3. Raise concerns before proceeding
  4. Confirm understanding with user

Step 2: Execute Batch

Work through tasks in batches (typically 3 at a time):

  1. Mark progress - Note which task you're on
  2. Follow steps precisely - Don't skip verifications
  3. Run all commands - Check they produce expected output
  4. Commit after each logical unit

Step 3: Report Results

After each batch, use the batch report format from assets/execution-template.md.

Step 4: Continue or Adjust

Based on feedback:

  • Continue - Execute next batch
  • Adjust - Modify approach based on feedback
  • Pause - Save progress and stop

Step 5: Complete Development

When all tasks done:

  1. Run final verification (all tests, linting)
  2. Summarize what was built
  3. Offer to commit/PR if not done

Critical Rules

STOP IMMEDIATELY When:

  • Missing dependency - Something needed isn't available
  • Unclear instructions - Plan step is ambiguous
  • Failed verification - A check didn't pass
  • Unexpected state - Reality doesn't match plan

Never force through obstacles or guess at solutions.

Return to Review When:

  • Plan needs updating
  • Fundamental approach needs to change
  • New information changes requirements

Progress Tracking and Output Format

See assets/execution-template.md for the progress tracking block and per-task execution format.


Adapted from obra/superpowers executing-plans skill

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.