# Write A Plan

> Direct agent to create a plan and store it in the vault with an attached task.

- **Type:** Skill
- **Install:** `agentstack add skill-chicken-noodle-chris-tome-write-a-plan`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [chicken-noodle-chris](https://agentstack.voostack.com/s/chicken-noodle-chris)
- **Installs:** 0
- **Category:** [Security](https://agentstack.voostack.com/c/security)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [chicken-noodle-chris](https://github.com/chicken-noodle-chris)
- **Source:** https://github.com/chicken-noodle-chris/tome/tree/main/skills/write-a-plan

## Install

```sh
agentstack add skill-chicken-noodle-chris-tome-write-a-plan
```

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

## About

Optional input: A description of the task that the plan should accomplish.

The flow: understand the goal, design the plan, author it directly as a vault page, and
present it for approval. **One approval gate: the plan itself.** Iterate on the page *in
place* until the user is happy; don't stop to ask "what do I do next?" between steps.

Conventions (frontmatter, placement, body style, linking, status vocabulary) live in
`wiki/SCHEMA.md` and are enforced by `scripts/tome.py` — run `tome help` and lean on it
rather than hand-executing mechanics. `tome` is on PATH in Bash (the plugin's SessionStart
hook puts it there) — just run `tome `; if it's ever not found, fall back to `python
"$TOME_PLUGIN_ROOT/scripts/tome.py" `. It resolves which vault to act on via
`--vault` / walking up from cwd / `VAULT_ROOT`, and bare paths like `wiki/SCHEMA.md`
are relative to the vault root, not the plugin root.

1. **Understand the goal.** If the user didn't describe the task, interview them: ask
   what the plan should accomplish, then any clarifying questions on intent and scope.
   Explore the relevant code as needed so the plan is concrete and grounded.

2. **Prime yourself on the vault.** Run `tome sync` to pull, then `tome prime --full`
   (skip if already primed this session).

3. **Design and author the plan page (with its task).** `tome new plan  --project
    --title "T" --desc "..." --with-task "" [--priority
   high|medium|low] [--ac "" ...]` scaffolds both in one command — the task is
   optional (the plan's `status`, not a task, is the source of truth; omit `--with-task`
   for a plan with none), and its hub listing is generated automatically (the project
   folder must already exist — `tome new project  ...` first if not). Judge
   `--priority`/ACs yourself when unspecified. If the work clearly wants a particular
   executor tier — stronger for greenfield/precedent-setting design, weaker for
   mechanical work not worth premium tokens — add an agent-tier label:
   `-l agent:` — pickup-task halts a mismatched executor
   (either direction) for user direction; omit when any tier can do it. Then write
   the plan body directly —
   timeless prose describing what the work *is*, not its current status. New work is
   `status: proposed` (or `tome set-status  done` if it's *already implemented* —
   close its task separately with `tome done`, since `--with-task` only covers creation).
   `tome log plan "..."` for the log entry.

4. **Present for approval — the one gate.** Summarize the approach, key decisions, and
   any task fields you judged on the user's behalf. Iterate on the page (and task) in
   place until they approve — no separate draft.

5. **Sync.** `tome sync -m "..."` once approved. No separate commit approval needed —
   step 4's approval covered the plan's content, not its mechanics.

## Source & license

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

- **Author:** [chicken-noodle-chris](https://github.com/chicken-noodle-chris)
- **Source:** [chicken-noodle-chris/tome](https://github.com/chicken-noodle-chris/tome)
- **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-chicken-noodle-chris-tome-write-a-plan
- Seller: https://agentstack.voostack.com/s/chicken-noodle-chris
- 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%.
