Install
$ agentstack add skill-chicken-noodle-chris-tome-write-a-plan ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- 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.
- Prime yourself on the vault. Run
tome syncto pull, thentome prime --full
(skip if already primed this session).
- 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.
- 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.
- 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
- Source: chicken-noodle-chris/tome
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.