Text Note Processor Instructions
This skill allows the agent to process ad-hoc tasks written in text files within a specific "Text notes" directory.
Trigger
This skill should be invoked when the user explicitly instructs to "read text notes" or "process text notes".
Workflow
-
Locate Directory:
- Look for a directory named
Text notes in the root of the current project/workspace.
- If not found, inform the user that no "Text notes" folder exists.
-
Scan for Files:
- List all
.txt files within the Text notes directory.
- If the directory is empty, inform the user there are no notes to process.
-
Process Each File:
- For each text file found:
a. Read: Read the full content of the file.
b. : Determine if the content represents a valid, actionable task for the agent (e.g., "Fix the navigation bar", "Create a new controller").
c. : If valid, perform the task using available tools (coding, terminal, etc.).
* : Treat the file content as a direct prompt/request from the user.
d. : Upon successful completion of the task (or if the task was fully addressed), the text file to mark it as done.
e. : Briefly summarize what was done for that note.