# /write Plan

> write a new plan md in plans folder

- **Type:** Skill
- **Install:** `agentstack add skill-danielstormapps-claude-code-skills-write-plan`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [DanielStormApps](https://agentstack.voostack.com/s/danielstormapps)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [DanielStormApps](https://github.com/DanielStormApps)
- **Source:** https://github.com/DanielStormApps/claude-code-skills/tree/main/skills/write-plan

## Install

```sh
agentstack add skill-danielstormapps-claude-code-skills-write-plan
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Write a comprehensive implementation plan based on the requirements described below. Use ultrathink mode. Follow these instructions precisely:

1. **Research first.** Explore the codebase thoroughly before writing anything. Read every relevant file. Trace call chains, delegate patterns, and data flow end-to-end. Reference exact file paths and line numbers. Assume nothing — verify everything by reading the code.

2. **Create the plan file.** Add a new markdown file to the `plans/` directory. Choose a clear, descriptive kebab-case filename (e.g., `feature-name-implementation.md`). Use your best judgment for the name.

3. **Structure the plan** with these sections:
   - **Overview** — What this plan accomplishes and why. Include `**Status:** Not Started`.
   - **Current State** — How the relevant code works today, with file paths, line numbers, and code snippets. Trace the full flow.
   - **Target Behavior** — What should change and how it should work when complete.
   - **File Changes** — Table of files to modify and/or create, with a summary of changes per file.
   - **Implementation** — Organized into logical phases. Each phase should have a clear title, the files it touches, and detailed before/after code showing exact changes. Phases should be ordered so each builds on the previous.
   - **Implementation Checklist** — Mirror the phases with `- [ ]` checkbox items for tracking progress.
   - **Dependencies** — Table of existing components being reused (component, location, role).
   - **Out of Scope** — Explicit list of what this plan intentionally does not cover.
   - Additional sections (Edge Cases, Design Decisions, Notes) as warranted.

4. **Quality standards:**
   - Every file path, method name, property name, and line number must come from actually reading the code — never guess.
   - Code snippets must match the project's Swift style (explicit types, `else` on its own line, `guard` for early exits, no `+=`, etc.).
   - Phases should be small enough to implement and commit independently.
   - The plan should be detailed enough that someone could implement it without asking questions.

5. **Do not stop to ask questions.** Make reasonable decisions and document your rationale in the plan.

6. **When finished**, commit the plan file and push. Reply here with the plan filename and a brief summary of what it covers.

$ARGUMENTS

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [DanielStormApps](https://github.com/DanielStormApps)
- **Source:** [DanielStormApps/claude-code-skills](https://github.com/DanielStormApps/claude-code-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-danielstormapps-claude-code-skills-write-plan
- Seller: https://agentstack.voostack.com/s/danielstormapps
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
