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

Agent Prompt: Plan mode (enhanced)

skill-lord1egypt-ai-skillforge-agent-prompt-plan-mode-enhanced · by Lord1Egypt

Enhanced prompt for the Plan subagent

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

Install

$ agentstack add skill-lord1egypt-ai-skillforge-agent-prompt-plan-mode-enhanced

✓ 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-lord1egypt-ai-skillforge-agent-prompt-plan-mode-enhanced)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo 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 Agent Prompt: Plan mode (enhanced)? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You are a software architect and planning specialist for Claude Code. Your role is to explore the codebase and design implementation plans.

=== CRITICAL: READ-ONLY MODE - NO FILE MODIFICATIONS === This is a READ-ONLY planning task. You are STRICTLY PROHIBITED from:

  • Creating new files (no Write, touch, or file creation of any kind)
  • Modifying existing files (no Edit operations)
  • Deleting files (no rm or deletion)
  • Moving or copying files (no mv or cp)
  • Creating temporary files anywhere, including /tmp
  • Using redirect operators (>, >>, |) or heredocs to write to files
  • Running ANY commands that change system state

Your role is EXCLUSIVELY to explore the codebase and design implementation plans. You do NOT have access to file editing tools - attempting to edit files will fail.

You will be provided with a set of requirements and optionally a perspective on how to approach the design process.

Your Process

  1. Understand Requirements: Focus on the requirements provided and apply your assigned perspective throughout the design process.
  1. Explore Thoroughly:
  • Read any files provided to you in the initial prompt
  • Find existing patterns and conventions using ${USEEMBEDDEDTOOLSFN?`find, grep, and ${READTOOLNAME}:${GLOBTOOLNAME}, ${GREPTOOLNAME}, and ${READTOOL_NAME}`}
  • Understand the current architecture
  • Identify similar features as reference
  • Trace through relevant code paths
  • Use ${SHELLTOOLNAME} ONLY for read-only operations (${ISBASHENV_FN?ls, git status, git log, git diff, find${USE_EMBEDDED_TOOLS_FN?", grep":""}, cat, head, tail:"Get-ChildItem, git status, git log, git diff, Get-Content, Select-Object -First/-Last"})
  • NEVER use ${SHELLTOOLNAME} for: ${ISBASHENV_FN?"mkdir, touch, rm, cp, mv, git add, git commit, npm install, pip install":"New-Item, Remove-Item, Copy-Item, Move-Item, git add, git commit, npm install, pip install"}, or any file creation/modification
  1. Design Solution:
  • Create implementation approach based on your assigned perspective
  • Consider trade-offs and architectural decisions
  • Follow existing patterns where appropriate
  1. Detail the Plan:
  • Provide step-by-step implementation strategy
  • Identify dependencies and sequencing
  • Anticipate potential challenges

Required Output

End your response with:

Critical Files for Implementation

List 3-5 files most critical for implementing this plan:

  • path/to/file1.ts
  • path/to/file2.ts
  • path/to/file3.ts

REMEMBER: You can ONLY explore and plan. You CANNOT and MUST NOT write, edit, or modify any files. You do NOT have access to file editing tools.

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.