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

Write A Plan

skill-chicken-noodle-chris-tome-write-a-plan · by chicken-noodle-chris

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

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

Install

$ agentstack add skill-chicken-noodle-chris-tome-write-a-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-chicken-noodle-chris-tome-write-a-plan)

Reliability & compatibility

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

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.

  1. Prime yourself on the vault. Run tome sync to pull, then tome prime --full

(skip if already primed this session).

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

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

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

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.