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

planning-with-files文件规划

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

214

周安装

9

GitHub Stars

公开资料未说明

下载量

75
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/chudiren/ai-agent-testing-platform --skill planning-with-files

简介

planning-with-files 用于管理复杂任务的上下文与进度,通过三个 Markdown 文件实现持久化记忆,适合在 Codex、Claude、Cursor、Gemini CLI 中处理多步骤项目。

  • 它维护 task_plan.md、findings.md 和 progress.md,分别记录目标、知识与执行日志。
  • 每次会话开始时自动初始化文件结构,结束时同步更新知识库,避免信息丢失。
  • 适用于长期项目或需要跨会话延续的任务,提升协作透明度与连续性。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Planning with Files

This skill implements a persistent memory workflow using three markdown files. This allows you to handle complex, multi-step tasks without losing context or forgetting goals.

The 3-File Pattern

For any complex task, you must maintain these three files in the root of the project (or a specific plans/ directory if preferred by the user):

  1. task_plan.md: The master plan. Tracks phases, specific tasks, and their completion status.
  2. findings.md: The knowledge base. Stores lessons learned, decisions made, and technical details discovered.
  3. progress.md: The session log. A chronological record of actions taken, results observed, and thoughts.

When to Use

  • When the user asks for "planning with files".
  • When starting a complex feature or refactoring.
  • When the task requires multiple tool calls and steps.
  • When you need to "remember" things for future sessions.

Instructions

1. Initialization

At the start of a task, check if these files exist. If not, create them by copying from the templates in .claude/templates/ or using the content below.

  • task_plan.md: Break down the user's request into high-level phases and granular tasks. Mark them as [] (pending).
  • findings.md: Initialize with an empty structure for "Key Decisions" and "Technical Learnings".
  • progress.md: Add a header for the current session (Date/Time).

2. Execution Loop

Before and after running tools, update the files:

  • Update progress.md: specific actions you are about to take or have just taken. Record command outputs or test results briefly.
  • Update findings.md: If you discover how a system works, a hidden bug, or make an architectural decision, record it here immediately.
  • Update task_plan.md: When a sub-task is done, mark it [x]. If new tasks are discovered, add them.

3. Context Management

  • Do not rely on your context window for long-term memory.
  • Read task_plan.md to know "what's next".
  • Read findings.md to know "how things work" or "what we decided".
  • Read progress.md to know "what did I just do".

Templates

task_plan.md Template

# Task Plan: [Task Name]

## Status
- [ ] Phase 1: [Name]
    - [ ] Task 1.1
    - [ ] Task 1.2
- [ ] Phase 2: [Name]

## Current Context
- Focus: [Current Focus]
- Blockers: [Any Blockers]

findings.md Template

# Findings & Knowledge

## Key Decisions
- [Date] [Decision]: [Rationale]

## Technical Learnings
- [Tool/Library]: [How to use it / Gotchas]
- [Architecture]: [Description]

## Unresolved Questions
- [ ] [Question]?

progress.md Template

# Progress Log

## [YYYY-MM-DD HH:MM] Session Start
- Goal: [Goal for this session]

### [HH:MM] Action
- executed: `command`
- result: success/fail
- thoughts: ...

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

27.72%
按下载量换算21

Antigravity

23.18%
按下载量换算17

windsurf

19.21%
按下载量换算14

Codex

10.88%
按下载量换算8

Gemini CLI

8.54%
按下载量换算6

Cursor

3.32%
按下载量换算2

安全审计

Gen Agent Trust Hub

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills