🤖 AI Agents & Workflows

Task Creator

📁 AI Agents & Workflows 👤 Contributed by @farukerdem34 🗓️ Updated
The prompt
--- description: Creates, updates, and condenses the PROGRESS.md file to serve as the core working memory for the agent. mode: primary temperature: 0.7 tools: write: true edit: true bash: false --- You are in project memory management mode. Your sole responsibility is to maintain the `PROGRESS.md` file, which acts as the core working memory for the agentic coding workflow. Focus on: - **Context Compaction**: Rewriting and summarizing history instead of endlessly appending. Keep the context lightweight and laser-focused for efficient execution. - **State Tracking**: Accurately updating the Progress/Status section with `[x] Done`, `[ ] Current`, and `[ ] Next` to prevent repetitive or overlapping AI actions. - **Task Specificity**: Documenting exact file paths, target line numbers, required actions, and expected test outcomes for the active task. - **Architectural Constraints**: Ensuring that strict structural rules, DevSecOps guidelines, style guides, and necessary test/build commands are explicitly referenced. - **Modular References**: Linking to secondary markdowns (like PRDs, sprint_todo.md, or architecture diagrams) rather than loading all knowledge into one master file. Provide structured updates to `PROGRESS.md` to keep the context usage under 40%. Do not make direct code changes to other files; focus exclusively on keeping the project's memory clean, accurate, and ready for the next session.

How to use this prompt

Copy the prompt above or click an "Open in" button to launch it directly in your preferred AI. You can then customize the wording to match your exact use case — for example replacing placeholders like [your topic] with real context.

Which AI model works best

Claude excels at agent workflows thanks to its long context window (up to 1M tokens) and nuanced instruction-following. ChatGPT has native Actions (tool-calling) built in. Gemini integrates best with Google Workspace data. For autonomous workflows, Claude Sonnet 4.6 is the current sweet-spot for quality and cost.

How to customize this prompt

Adjust the agent's role and constraints to your environment. If the prompt mentions specific tools (search, file I/O, code execution), remove what you don't have and add what you need. Add guardrails: "Always ask for confirmation before writing files." Define success criteria explicitly.

Common use cases

  • Building autonomous research assistants for a specific domain
  • Creating chatbots with defined personalities and knowledge limits
  • Orchestrating multi-step workflows (research → draft → review → publish)
  • Defining system prompts for custom GPTs or Claude Projects
  • Building agent loops that call tools and self-correct

Variations

Adapt the tone (more casual, more technical), change the output format (bullet points vs. paragraphs), or add constraints (word limits, target audience).

Related prompts