agentic-workflow-guide/SKILL.md
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 skillsauth add aktsmm/agent-skills agentic-workflow-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Design, review, and improve agent workflows based on proven principles.
| Action | Triggers |
| ---------- | ---------------------------------------------------------------------------- |
| Create | New .agent.md, workflow architecture, scaffolding |
| Review | Orchestrator not delegating, design principle check, context overflow |
| Update | Adding Handoffs, improving delegation, tool configuration |
| Debug | Agent not found, subagent not working, picker visibility, access control |
→ references/design-principles.md
| 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.
→ references/workflow-patterns/overview.md
| 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 |
Stop Conditions (MANDATORY): Define success/failure criteria and exit conditions for every loop.
→ references/splitting-criteria.md
| 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 |
Quick Check: Prompt > 50 lines? Steps > 5? SRP violation? Context > 70%? → Consider splitting.
→ references/review-checklist.md
| Topic | Reference | | ------------------ | ---------------------------------------------------------------------- | | Prompt Template | references/prompt-template.md | | agent | references/agent-guide.md | | Agent Template | references/agent-template.md | | Agent Placement| references/vscode-agent-placement.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 |
Problem: Orchestrator says "I'll delegate" but does work directly.
Solution: Use MUST/MANDATORY language. See agent-guide.md.
## MANDATORY: Sub-agent Delegation
You MUST use agent for each file. Do NOT read files directly.
→ references/agent-template.md
| Purpose | VS Code Copilot | Claude Code |
| --------- | ------------------------ | ----------- |
| Shell | execute/runInTerminal | Bash |
| Read | read/readFile | Read |
| Edit | edit/editFiles | Write |
| Subagent | agent | Task |
| Web fetch | web/fetch | (MCP) |
.agent.md file created with clear Role/Workflow/Done Criteriadevelopment
Generate draw.io editable diagrams (.drawio, .drawio.svg) from text, images, or Excel. Orchestrates 3-agent workflow (Analysis → Manifest → SVG generation) with quality gates. Use when creating architecture diagrams, flowcharts, sequence diagrams, or converting existing images to editable format. Supports Azure/AWS cloud icons.
data-ai
Set up a reusable book-writing workspace with AI agents, instructions, prompts, and scripts. Use when creating a new book or technical writing project, bootstrapping a manuscript repository, or preparing a Markdown + Re:VIEW + PDF workflow. Triggers on "book writing workspace", "technical book project", "執筆ワークスペース", "book manuscript repo", and "Re:VIEW workspace".
tools
Guide for creating VS Code extensions from scratch to Marketplace publication. Use when: (1) Creating a new VS Code extension, (2) Adding commands, keybindings, or settings to an extension, (3) Publishing to VS Code Marketplace, (4) Troubleshooting extension activation or packaging issues, (5) Building TreeView or Webview UI, (6) Setting up extension tests.
data-ai
Full-featured Agent Skills management: Search 35+ skills, install locally, star favorites, update from sources. Use when looking for skills, installing new skills, or managing your skill collection.