# Plan

> Create a new implementation plan in the repo''s planning area.

- **Type:** Skill
- **Install:** `agentstack add skill-stella-skillguard-plan`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [stella](https://agentstack.voostack.com/s/stella)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [stella](https://github.com/stella)
- **Source:** https://github.com/stella/skillguard/tree/main/.agents/skills/plan
- **Website:** https://stll.app

## Install

```sh
agentstack add skill-stella-skillguard-plan
```

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

## About

# Create Plan

Create a new implementation plan in the repo's planning area.

## Arguments

$ARGUMENTS — A short slug for the plan, ideally kebab-case. If empty,
derive a reasonable slug from the task.

## Conventions

Prefer this shared planning layout when the repo supports it:

```text
.agents/ARCHITECTURE.md
.agents/GOALS.md
.agents/STATUS.md
.agents/plans/
```

If the repo uses a different planning area, adapt to it rather than
creating duplicate systems.

## Instructions

1. **Read planning context**:
   - `.agents/ARCHITECTURE.md` if present
   - `.agents/GOALS.md` if present
   - recent related plans if present

2. **Determine the plan location**:
   - prefer `.agents/plans/`
   - if that directory does not exist, create it only if the repo is
     clearly adopting the shared planning convention
   - otherwise ask or use the repo's existing planning area

3. **Determine the next plan number**:

   ```bash
   ls .agents/plans/
   ```

   Use the next sequential number when numbered plans are already in use.
   If the repo does not number plans, follow its established naming.

4. **Research before writing**:
   - inspect the existing code
   - read the relevant modules
   - understand constraints, patterns, and likely blast radius

5. **Write the plan** with this structure:

   ```markdown
   # Plan: [Feature Name]

   Date: YYYY-MM-DD

   ## Goal

   What are we building and why?

   ## Design Decisions

   - **Decision**: Why this approach over alternatives.

   ## Scope

   **In scope:**
   - ...

   **Out of scope:**
   - ...

   ## Implementation

   - `path/to/file` — what changes here

   ## Test Cases

   What needs to be verified.

   ## Open Questions

   Any unresolved decisions.
   ```

6. **Plan well, do not over-specify**:
   - focus on _what_ and _why_
   - avoid locking in incidental implementation details too early
   - call out migrations, security implications, and rollout risk when relevant

7. **Confirm before finalizing** if the user is still shaping the task.
   If they asked you to just create the plan, go ahead and write it.

## Source & license

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

- **Author:** [stella](https://github.com/stella)
- **Source:** [stella/skillguard](https://github.com/stella/skillguard)
- **License:** Apache-2.0
- **Homepage:** https://stll.app

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-stella-skillguard-plan
- Seller: https://agentstack.voostack.com/s/stella
- 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%.
