AgentSkillsCN

Do Notes

指导用户在“To_do”文件夹中查找待办事项,逐一分析、制定任务计划与实施方案,随后即可投入实际工作。

SKILL.md
--- frontmatter
name: Do Notes
description: Instructions to look for files in "To_do" folder, analyze them, create tasks/implementation plan, and start working.

Do Notes Instructions

This skill instructs the agent to process todo notes found in a specific folder. These notes you can add to the "To_do" folder while on a break or when you're not working on a project. The agent will analyze them, create tasks/implementation plan, and start working whenever you are ready to get back to work.

Workflow

  1. Locate "To_do" Folder:

    • Search for a folder named "To_do" in the current workspace.
    • Identify all files within this folder (usually text files and other sample files).
  2. Analyze and Plan:

    • Read and analyze the content of the files found in "To_do".
    • Create a set of actionable tasks based on the analysis.
    • Create a detailed implementation_plan.md artifact.
    • CRITICAL: As part of this process, generate necessary questions to streamline and polish the implementation plan. If there are ambiguities or missing details, list them as questions for the user in the plan or via otify_user if they block progress.
  3. Cleanup:

    • Once the plan is created and tasks are defined, DELETE the files in the "To_do" folder that have been incorporated into the plan.
  4. Execute:

    • Start working on the created tasks immediately.