Loading...
Loading...
Create, review, and update Prompt and agents and workflows. Covers 5 workflow patterns, agent delegation, Handoffs, Context Engineering. Use for any .agent.md file work or multi-agent system design. Triggers on 'agent workflow', 'create agent', 'ワークフロー設計'.
npx skill4agent add aktsmm/agent-skills agentic-workflow-guide| Action | Triggers |
|---|---|
| Create | New |
| Review | Orchestrator not delegating, design principle check, context overflow |
| Update | Adding Handoffs, improving delegation, tool configuration |
| Tier | Principles |
|---|---|
| Essential | SSOT, SRP, Simplicity First, Fail Fast, Feedback Loop |
| Quality | Transparency, Gate/Checkpoint, DRY, Observability |
| Scale | Human-in-the-Loop, Loose Coupling, Graceful Degradation |
See design-principles.md > Simplicity First for Anthropic's key recommendation.
| Pattern | When to Use |
|---|---|
| Prompt Chaining | Sequential tasks with validation |
| Routing | Processing varies by input type |
| Parallelization | Independent tasks run together |
| Orchestrator-Workers | Dynamic task decomposition |
| Evaluator-Optimizer | Repeat until quality criteria met |
| Level | Configuration | Escalation Triggers |
|---|---|---|
| L0 | Single Prompt | Retry 3+, unstable output |
| L1 | Prompt + Instructions | Steps > 5, "missed/overlooked" errors |
| L2 | Single Agent | Multiple responsibilities, context > 70% |
| L3 | Multi-Agent | Independent subtasks needed |
| Topic | Reference |
|---|---|
| Prompt Template | references/prompt-template.md |
| agent | references/agent-guide.md |
| Agent Template | references/agent-template.md |
| Context Management | references/context-engineering.md |
| Handoffs | references/handoffs-guide.md |
| Scaffold Tool | references/scaffold-usage.md |
| Deep Agent | references/deep-agent-patterns.md |
| Agent Evaluation | references/agent-evaluation.md |
## MANDATORY: Sub-agent Delegation
You MUST use agent for each file. Do NOT read files directly.| Purpose | VS Code Copilot | Claude Code |
|---|---|---|
| Shell | | |
| Read | | |
| Edit | | |
| Subagent | | |
| Web fetch | | (MCP) |
.agent.md