AgentStack
SKILL verified MIT Self-run

Planner

skill-razaib-khan-forgeweave-planner · by Razaib-khan

Converts user intent into structured execution plans, including steps, dependencies, risks, and required tools

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

Install

$ agentstack add skill-razaib-khan-forgeweave-planner

✓ 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.

Are you the author of Planner? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Planner

Purpose

Transform vague, high-level user intent into a concrete, actionable execution plan. Breaks down complex goals into ordered steps, identifies dependencies, assesses risks, and determines which tools or agents are needed at each stage.

When to Use

  • The user says "I want to build X" or "implement Y" without specifying how
  • Multiple steps are needed and the order matters
  • Different parts of the task require different tools or skills
  • The task has dependencies that must be resolved in sequence

When Not to Use

  • The user has already given step-by-step instructions — execute directly
  • The task is a single, well-defined action (e.g., "rename this function")
  • The task is purely research — use deep-research or quick-research

Inputs

| Input | Type | Required | Description | |---|---|---|---| | goal | string | Yes | What the user wants to accomplish | | context | string | No | Project context, constraints, or existing work | | available_skills | array | No | Which skills are available for execution |

Expected Outputs

A structured plan containing:

  • Goal restatement (clarified)
  • Ordered steps with dependencies
  • Required tools or skills per step
  • Risk assessment per step
  • Estimated complexity

Exact Workflow Steps

  1. Clarify the goal by restating it and asking for confirmation if ambiguous
  2. Decompose into ordered, atomic steps
  3. Identify dependencies between steps (blocking, parallel, sequential)
  4. Map each step to required tools, skills, or agents
  5. Assess risks per step (e.g., "this step may break existing tests")
  6. Present the plan for user approval before execution

Required Checks

  • [ ] Goal is clarified and unambiguous
  • [ ] Steps are ordered with dependencies identified
  • [ ] Each step maps to an available tool or skill
  • [ ] Risks are documented

Failure Modes

| Failure Condition | Response | |---|---| | Goal is too vague to decompose | Ask clarifying questions iteratively | | No available skill covers a step | Report as uncovered and suggest creating a new skill | | Steps have circular dependencies | Restructure to break the cycle |

Examples

Example: "Build a CLI tool"

Plan: 1) Choose framework (argparse/click/typer), 2) Define commands, 3) Implement each command, 4) Add tests, 5) Write README

References

| Reference | Path | |---|---| | Workflow Orchestrator skill | ../workflow-orchestrator/SKILL.md |

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.