Agent Skillsmohitagw15856/pm-claude-skills › autopilot-charter

autopilot-charter

GitHub

用于制定自动化章程,评估团队重复性任务(如报告、简报)的自动化可行性。通过分类框架将任务分为自动、辅助或人工,并定义安全护栏与发布顺序,帮助用户决定哪些流程交由AI定时运行,哪些保留人工干预。

skills/autopilot-charter/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

询问如何设置定期运行的AI任务 请求设计团队自动化章程 分析哪些报告适合自动化

Install

npx skills add mohitagw15856/pm-claude-skills --skill autopilot-charter -g -y
More Options

Use without installing

npx skills use mohitagw15856/pm-claude-skills@autopilot-charter

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill autopilot-charter -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "autopilot-charter",
    "description": "Decide which of your recurring rituals to put on autopilot — and which to keep manual. Use when asked what to automate, how to set up recurring AI runs, which reports or briefings could run on a schedule, or to design an automation charter for a team. Produces a ritual inventory with automate\/assist\/keep-manual calls, guardrails per ritual, and a rollout order."
}

Autopilot Charter Skill

Inventory the reports, briefings, and reviews you produce on a rhythm, and decide — deliberately — which ones an AI should run on a schedule, which it should only draft, and which stay human.

What This Skill Produces

  • A ritual inventory: every recurring artifact, its cadence, audience, and inputs
  • An automate / assist / keep-manual call per ritual, with the reason
  • Guardrails for each automated ritual (review gate, failure behaviour, escalation)
  • A rollout order — which ritual to automate first and why

Required Inputs

Ask for (if not already provided):

  • The recurring outputs the user or team produces (weekly updates, monthly reviews, monitors, digests)
  • Who consumes each one and what they do with it
  • Where the inputs live (git, analytics, CRM, inbox, notes) and whether an agent can reach them
  • Tolerance for error per artifact — what happens if a run is wrong or missing?

Classification Framework

Score each ritual on four questions, then classify:

Question Points toward automating
Inputs reachable? Can an agent read the sources without a human fetching them? Yes
Structure stable? Does the output look the same every cycle? Yes
Cost of a bad run? Would a wrong or stale edition mislead a decision? Low cost
Delta-shaped? Is the value "what changed since last time" rather than fresh judgement? Yes
  • Automate — all four favourable. Schedule it end-to-end; the human sees the result, not the work.
  • Assist — structure is stable but judgement or unreachable inputs remain. Schedule a draft; a human finishes it.
  • Keep manual — high cost of error, or the ritual's value is the human thinking (performance feedback, strategy). Do not automate; record why so nobody re-litigates it.

Guardrails (required for every "Automate")

For each automated ritual, define:

  • Review gate — does an edition ship unreviewed, or land as a draft for approval? Default to draft for anything audience-facing.
  • Failure behaviour — if a run fails or a source is unreachable, does it skip, retry, or alert? A silent gap is worse than an error message.
  • Staleness marker — every edition states when it ran and which sources it read.
  • Kill criteria — what result (two wrong editions? a complaint from the audience?) takes it off autopilot.

Output Format

Automation Charter: [Team / Person]

Ritual Cadence Audience Call Why
[artifact] [weekly/monthly] [who] Automate / Assist / Manual [one line]

Guardrails for automated rituals:

[Ritual] — Review gate: [ship / draft-for-approval]. On failure: [skip+alert / retry]. Staleness marker: [where it appears]. Kill criteria: [condition].

Rollout order: Start with [ritual] because [lowest risk / most time saved]. Then [next]. Revisit this charter after [period].

Next step per ritual: use schedule-recipe to wire each "Automate" onto a runner, and delta-briefing to make recurring briefs report only what changed.

Quality Checks

  • Every ritual has an explicit call — including the ones kept manual, with the reason stated
  • No ritual is marked Automate with unreachable inputs ("somehow reads the dashboard" is Assist at best)
  • Every Automate has all four guardrails, including kill criteria
  • The rollout starts with a low-blast-radius ritual, not the board update
  • The charter names who owns each automated ritual — autopilot still has a pilot

Anti-Patterns

  • Do not classify everything as Automate — a charter with no keep-manual entries wasn't a decision
  • Do not automate a ritual whose consumers haven't been told it's now machine-drafted
  • Do not skip failure behaviour — a monitor that silently stops running is worse than no monitor
  • Do not automate judgement-bearing artifacts (performance feedback, strategy calls) no matter how reachable the inputs
  • Do not set a schedule tighter than the inputs actually change — a daily brief on weekly data is noise

Version History

  • a38bc30 Current 2026-07-05 11:30

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
f0e2a52d
Indexed
2026-07-05 11:30

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 11:16
浙ICP备14020137号-1 $방문자$