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

Follow Up Planner

skill-xuxchloris-hermes-export-skills-follow-up-planner · by Xuxchloris

Use when a trade agent needs outreach follow-up timing, next-touch planning, reminder schedules, buyer reply follow-up, quotation follow-up, sample follow-up, or prospect status updates

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

Install

$ agentstack add skill-xuxchloris-hermes-export-skills-follow-up-planner

✓ 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-xuxchloris-hermes-export-skills-follow-up-planner)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo 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 Follow Up Planner? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Follow-Up Planner

Overview

Create a practical follow-up schedule from prospect priority and reply status. The core rule is to generate reviewable tasks, not automatic sends.

When to Use

Use this skill after an outreach draft, buyer reply classification, quotation draft, sample discussion, or meeting request when the user needs the next-touch plan.

Use reply-classification first when an inbound reply has not been classified.

Inputs

  • Prospect priority from prospect-scoring
  • Last contact date and channel
  • Reply classification, if available
  • Quotation, catalog, sample, or meeting status
  • Tone rules from TONE.yaml

Outputs

{
  "prospect_status": "",
  "last_contact_date": "",
  "tasks": [
    {
      "due_date": "",
      "task_type": "",
      "reason": "",
      "draft_requested": false,
      "human_review_required": true
    }
  ],
  "pause_reason": "",
  "review_notes": []
}

Procedure

  1. Read the prospect priority, last contact date, and latest reply classification.
  2. Pause planning when the prospect status does not call for another touch.
  3. For an unanswered A or B prospect, suggest a light sequence such as D+3, D+7, and D+14 from the first outreach date.
  4. For a quotation, catalog, sample, or meeting discussion, plan the next touch from the latest buyer-facing action.
  5. Keep each task specific: due date, task type, reason, and whether an email draft is needed.
  6. Send email draft requests to email-crafting.
  7. Keep every task as a human-reviewed reminder.

Verification

  • Due dates are derived from the latest relevant contact.
  • Task reasons match prospect status and buyer signals.
  • Paused prospects receive no new follow-up task.
  • The plan does not send messages automatically.
  • Every generated task requires human review.

Common Mistakes

| Mistake | Fix | | --- | --- | | Scheduling from an old contact date | Use the latest relevant action | | Giving every prospect the same cadence | Consider priority and reply type | | Creating vague reminders | Include due date, reason, and task type | | Treating a task as an automatic send | Keep it as a human-reviewed reminder |

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.