home/productivity/prompt-pack-7

PROMPT PACK

GPTClaudeDeepSeek··388 copies·updated 2026-07-14
prompt-pack-7.prompt
# Prompt Pack

> How to use the agentic workflow prompts effectively.

This guide explains how to combine and customize the prompts in this directory for different scenarios.

---

## Available Prompts

| Prompt | Role | When to Use |
|--------|------|-------------|
| [CLAUDE_CODE_SYSTEM.md](CLAUDE_CODE_SYSTEM.md) | System | Always — base configuration |
| [WORKFLOW_MANAGER.md](WORKFLOW_MANAGER.md) | Manager | Multi-task orchestration |
| [WORKFLOW_PLANNER.md](WORKFLOW_PLANNER.md) | Planner | Designing implementations |
| [WORKFLOW_IMPLEMENTER.md](WORKFLOW_IMPLEMENTER.md) | Implementer | Writing code/docs |
| [WORKFLOW_TESTER.md](WORKFLOW_TESTER.md) | Tester | Validating changes |
| [WORKFLOW_REVIEWER.md](WORKFLOW_REVIEWER.md) | Reviewer | Quality assurance |

---

## Usage Patterns

### Pattern 1: Single Agent, Full Cycle

For most tasks, one agent performs all roles sequentially.

when to use it

Community prompt sourced from the open-source GitHub repo laugiov/agentic-dev-framework (MIT). A "PROMPT PACK" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

laugiov/agentic-dev-framework · MIT