Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

tl-agent-plan-createtl Agent 计划创建

Agent Skill

tl-agent-plan-create 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

141

周安装

6

GitHub Stars

公开资料未说明

下载量

49
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tl-agent-plan-create(tl Agent 计划创建)
来源仓库:https://github.com/toddlevy/tl-agent-skills
仓库路径:skills/tl-agent-plan-create
安装命令:
npx skills add https://github.com/toddlevy/tl-agent-skills --skill tl-agent-plan-create
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/toddlevy/tl-agent-skills --skill tl-agent-plan-create

简介

tl-agent-plan-create 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于研究检索类任务,可结合来源仓库和原始 README 核验具体用法。
  • 通过 npx skills add 命令从 GitHub 安装,支持主流 AI 宿主环境。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Create Plan Document

Create structured plan documents for features, projects, or multi-phase tasks.

When to Use

  • User asks to "create a plan" or "plan out" something
  • Starting a new feature or project
  • Breaking down complex work into phases
  • User mentions "phases", "milestones", or "roadmap"

Outcomes

  • Artifact: Plan document in .cursor/plans/ with YAML frontmatter and phased structure
  • Decision: Plan type, complexity level, dependencies, issue tracker integration, documentation scope

Before You Begin: Configuration Discovery

Gather requirements using the AskQuestion tool. Ask all questions in a single batch where possible.

Question 0: Plan Type (ask this FIRST — it determines everything else)

prompt: "Is this a strategic plan or a technical plan?"
options:
  - id: strategic
    label: "Strategic — high-level phases, milestones, grouped todos (e.g. roadmap, initiative overview)"
  - id: technical
    label: "Technical — granular subtasks, one todo per step, programmatic gates (e.g. implementation, refactor)"

If strategic: use the Strategic Template (grouped todos, milestone-level phases). If technical: use the Technical Template (one todo per atomic subtask, hierarchical numbering, bash gates).


Question 1: Plan Name/Title

prompt: "What is this plan for?"
options:
  - id: feature
    label: "New feature implementation"
  - id: integration
    label: "Third-party integration"
  - id: refactor
    label: "Refactoring or migration"
  - id: infrastructure
    label: "Infrastructure or DevOps"
  - id: other
    label: "Something else..."

Question 2: Complexity

prompt: "How complex is this work?"
options:
  - id: small
    label: "Small - 1-2 phases, can finish in a day"
  - id: medium
    label: "Medium - 3-4 phases, multi-day effort"
  - id: large
    label: "Large - 5+ phases, week+ of work"
  - id: agent
    label: "You tell me - you already analyzed this"
# If agent: assess complexity from prior conversation context and state your assessment.

Question 3: Dependencies

prompt: "Does this plan depend on other plans or work?"
options:
  - id: none
    label: "No dependencies - standalone work"
  - id: yes
    label: "Yes - depends on previous plan(s)"
# If yes: "Which plan(s)?"

Question 4: Issue Tracker Integration (optional)

prompt: "Should this plan link to issue tracker tickets (e.g. JIRA, Linear, GitHub Issues)?"
options:
  - id: yes
    label: "Yes - include ticket references and transitions"
  - id: no
    label: "No - standalone plan without ticket tracking"

Question 5: Documentation

prompt: "Will this plan create user-facing or developer documentation?"
options:
  - id: both
    label: "Both user and developer documentation"
  - id: developer
    label: "Developer documentation only"
  - id: user
    label: "User documentation only"
  - id: none
    label: "No documentation deliverables"

Question 6: Branch Strategy

prompt: "Should this work be done in a feature branch?"
options:
  - id: yes
    label: "Yes - create a feature branch"
  - id: no
    label: "No - work on current branch"
# If yes: suggest branch name as feat/{plan-name-kebab-case}

File Naming Convention

{descriptive-name}-{8-char-hex}.plan.md

Example: quota-cycle-ground-truth-ccb07975.plan.md

  • Kebab-case descriptive name
  • 8-character hex suffix (generate randomly)

Location: .cursor/plans/


CreatePlan Tool Invocation Contract

See CreatePlan Invocation Contract for the full rules on how to call the CreatePlan tool, including correct/incorrect examples and the duplicate-frontmatter failure mode.

The single most important rule: the plan argument MUST begin with the H1 heading (# Plan Title) and MUST NOT contain a --- frontmatter fence. The tool generates frontmatter from the todos argument and prepends it.


Plan Type: TECHNICAL

Use when the plan has concrete implementation steps, file-level changes, and verifiable gates.

See Technical Plan Template for the full YAML todo rules, body structure, complete plan template, and authoring guidelines.

Key constraints at a glance:

  • One todo per atomic subtask, IDs t{phase}-{group}-{step}, gates gate-p{N} or gate-{descriptive-name}
  • Plain ASCII todo content (no backticks, colons, braces, brackets, wrapping quotes)
  • Phases sequenced by precondition; gates are runnable bash commands

Decision Resolution Rule (Both Types)

Plans must contain resolved decisions, not open questions. If the planner encounters multiple valid approaches, they must:

  1. Read the codebase to understand existing patterns and conventions
  2. Apply first principles (separation of concerns, SSOT, information hiding — reference tl-first-principles if available)
  3. Evaluate which approach is most structurally sound, forward-thinking, and consistent with the existing architecture
  4. Commit to one approach in the plan with a one-line rationale

Banned patterns — plans must never contain:

*Unresolved alternatives:*

  • "Option A / Option B" or "Approach 1 / Approach 2"
  • "Alternatively..." or "Another approach would be..."
  • "Either...or..." presenting uncommitted choices
  • "Could also..." or "We might..."
  • Prose paragraphs explaining trade-offs without a conclusion
  • Narrative context blocks where a numbered subtask should be

*Soft hedges and deferred specificity:*

  • "or equivalent" / "or similar" — name the exact command, file, or tool
  • "approximately" / "around line ~N" / "(line ~283)" — verify and state the exact line number, or omit it
  • "should be" / "will likely" / "probably" — confirm by reading the code, then state what IS
  • "update the relevant files" / "fix any remaining references" — list every file explicitly
  • "if needed" / "as necessary" / "when applicable" — decide now whether it is needed and state yes or no
  • "run it manually" appearing alongside an automatic path without choosing one — pick one approach

*Factual claims that must be verified before writing:*

  • Every file path referenced in the plan must exist (check before writing)
  • Every line number cited must be current (read the file before citing)
  • Every code snippet shown as "current state" must match the actual file
  • YAML todo content fields must not contradict the plan body (e.g., todo says "keep fallback" but body says "throw")

Verification Requirements

See Verification Requirements for the full rules on what requires a verification receipt, the entry format, the Verified at field, and what does NOT require verification.

Every factual claim a plan makes about the codebase (file existence, importer counts, "always null" claims, scope greps, line number citations) must produce a row in the ### Verifications table inside the ## Plan Metadata section of the plan body. Verification metadata MUST NOT go in the YAML frontmatter.


Plan Type: STRATEGIC

Use when the plan captures initiative scope, milestones, or phased rollout at a feature level.

See Strategic Plan Template for the full YAML todo rules, body structure, and complete plan template.

Key constraints at a glance:

  • One todo per phase (grouped), IDs are descriptive slugs (phase1-foundation, gate-phase1)
  • Content is a short phrase describing the phase goal; gates are milestone-level (not bash)
  • Plain ASCII todo content (same sanitization as Technical)

Plan-Level Status Lifecycle

The Status row in the ## Plan Metadata table tracks the plan's overall state. This is separate from individual todo statuses. Status MUST NOT go in YAML frontmatter.

planned → audited → building → built
StatusSet byMeaning
plannedtl-agent-plan-createPlan is written. Todos are all pending.
auditedtl-agent-plan-auditPlan passed audit. Verifications table is populated.
buildingtl-agent-plan-executeExecution has started. At least one todo is in_progress.
builttl-agent-plan-executeAll todos are completed and all exit gates pass.

The executor MUST update the Status row in the Plan Metadata table at the appropriate transitions. This is what makes the plan visible as actively being worked on or finished.


Real-Time Update Rule (Both Types)

Update the plan file before moving to the next subtask.

  • For technical plans: update todo status from pending → in_progress → complete
  • For strategic plans: check [] boxes and update Status in the Plan Metadata table
  • Never batch or defer updates

Completed Plans

When a plan is complete:

  1. Verify all gates pass
  2. Set Status to built in the Plan Metadata table
  3. Move file to .cursor/plans/archive/ folder

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.16%
按下载量换算19

Claude

28.58%
按下载量换算14

Cursor

18.39%
按下载量换算9

Gemini CLI

10.16%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills