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

Create Plan

skill-tomzx-agents-create-plan · by tomzx

Create an implementation plan with phases, milestones, dependencies, and risks from a specification or requirements document.

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

Install

$ agentstack add skill-tomzx-agents-create-plan

✓ 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-tomzx-agents-create-plan)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
13d 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 Create Plan? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Create Plan

Produces a structured implementation plan from a specification or requirements document, organized into phases with milestones, dependencies, effort estimates, and a risk register.

Prerequisites

  • Apply the shared SDLC conventions in skills/sdlc/references/shared.md.
  • If no argument is provided, locate the feature directory under .sdlc/features/ whose frontmatter issue field references $ISSUE_NUMBER.
  • .sdlc/features/N-/specification.md (must have passed review with findings verdict approved), or a specification/requirements document provided in context or as a file path ($1)
  • .sdlc/features/N-/telemetry.md (optional, if a telemetry plan was produced): include analytics instrumentation as deliverables in the plan
  • .sdlc/features/N-/observability.md (optional, if an observability plan was produced): include logging, metrics, tracing, and alerting as deliverables in the plan
  • Team size and velocity context (if available)

Steps

  1. Read the specification or requirements, and the telemetry and observability plans if present.
  2. Identify all units of work and group them into logical phases.
  3. Define phase goals (milestones) and their success criteria.
  4. Map dependencies between phases and external factors.
  5. Estimate effort for each phase (person-days or story points).
  6. Identify risks and mitigations.
  7. Propose a timeline if team capacity is known.
  8. Write the output to .sdlc/features/N-/plan.md.

Output Format

Use the template at skills/sdlc/templates/features/plan.md (copied to .sdlc/templates/features/plan.md by /initialize-sdlc-directory; use the project's customized copy if present). Write the result to the artifact path named in the steps above.

Outcome

If $OUTCOME_YAML is set, emit verdict: approved there per skills/sdlc/references/shared.md once the draft plan/ PR is opened. If no PR was opened, omit the file.

Example Usage

Scenario 1: End-to-end feature Spec describes a payment flow. Plan: Phase 1 (DB schema + migrations), Phase 2 (API endpoints), Phase 3 (frontend integration), Phase 4 (testing + hardening), Phase 5 (rollout).

Scenario 2: High-risk external dependency Plan includes a spike in Phase 1 to validate a third-party payment provider integration before committing to Phase 2 scope.

Completion Checklist

Before handing off to review, confirm:

  • [ ] Telemetry and observability deliverables pulled into the plan as explicit work items

Self-check the draft against the [review-plan checklist](../review-plan/SKILL.md) and fix what you can, so review finds less to flag.

Next Step

Run /review-plan to audit for completeness, feasibility, and risk coverage before moving on. Once approved, run /publish-plan to commit the plan and share it with the issue author, then continue with /create-tasks-decomposition.

Useful Commands Reference

No CLI commands required. This skill operates on document content provided in context.

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.