askill
agentic-workflow-guide

agentic-workflow-guideSafety 100Repository

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', 'ワークフロー設計'.

0 stars
1.2k downloads
Updated 2/13/2026

Package Files

Loading files...
SKILL.md

Agentic Workflow Guide

Design, review, and improve agent workflows based on proven principles.

When to Use

ActionTriggers
CreateNew .agent.md, workflow architecture, scaffolding
ReviewOrchestrator not delegating, design principle check, context overflow
UpdateAdding Handoffs, improving delegation, tool configuration

Core Principles

references/design-principles.md

TierPrinciples
EssentialSSOT, SRP, Simplicity First, Fail Fast, Feedback Loop
QualityTransparency, Gate/Checkpoint, DRY, Observability
ScaleHuman-in-the-Loop, Loose Coupling, Graceful Degradation

See design-principles.md > Simplicity First for Anthropic's key recommendation.

Workflow Patterns

references/workflow-patterns/overview.md

PatternWhen to Use
Prompt ChainingSequential tasks with validation
RoutingProcessing varies by input type
ParallelizationIndependent tasks run together
Orchestrator-WorkersDynamic task decomposition
Evaluator-OptimizerRepeat until quality criteria met

Stop Conditions (MANDATORY): Define success/failure criteria and exit conditions for every loop.

Design Workflow

  1. Requirements - Goal, subtasks, dependencies, quality criteria
  2. Pattern Selection - [!] Ask user to confirm pattern before proceeding
  3. Design Diagram - Visualize with Mermaid
  4. Principle Check - Validate against review checklist
  5. Implement & Iterate - Build small → verify → improve

When to Escalate

references/splitting-criteria.md

LevelConfigurationEscalation Triggers
L0Single PromptRetry 3+, unstable output
L1Prompt + InstructionsSteps > 5, "missed/overlooked" errors
L2Single AgentMultiple responsibilities, context > 70%
L3Multi-AgentIndependent subtasks needed

Quick Check: Prompt > 50 lines? Steps > 5? SRP violation? Context > 70%? → Consider splitting.

Review Checklist

references/review-checklist.md

  • Single responsibility per agent? (SRP)
  • Errors detected immediately? (Fail Fast)
  • Small iterative steps? (Iterative)
  • Results verifiable at each step? (Feedback Loop)

Key References

TopicReference
Prompt Templatereferences/prompt-template.md
agentreferences/agent-guide.md
Agent Templatereferences/agent-template.md
Context Managementreferences/context-engineering.md
Handoffsreferences/handoffs-guide.md
Scaffold Toolreferences/scaffold-usage.md
Deep Agentreferences/deep-agent-patterns.md
Agent Evaluationreferences/agent-evaluation.md

agent Quick Fix

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.

Tools Reference

references/agent-template.md

PurposeVS Code CopilotClaude Code
ShellrunInTerminalBash
Readread/readFileRead
Editedit/editFilesWrite
SubagentagentTask
Web fetchweb/fetch(MCP)

External References

Official Documentation

Design Principles

Instructions & Context

Community Resources

Prompt Engineering

Done Criteria

  • Workflow pattern selected and confirmed with user
  • .agent.md file created with clear Role/Workflow/Done Criteria
  • Design principles checklist passed
  • Agent registered in AGENTS.md (if applicable)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

82/100Analyzed 2/19/2026

High-quality skill document with excellent structure, comprehensive coverage of 5 workflow patterns, design principles, escalation levels, and review checklists. Strong actionability with clear step-by-step workflow and tables. Includes When to Use section, structured references, and good metadata. Slightly reduced reusability due to dependency on internal reference files, but external resources and general principles provide standalone value. Located in .github/skills/ folder (bonus). Tags include relevant topics. Well-suited for multi-agent system design work within this project context."

100
95
60
95
90

Metadata

Licenseunknown
Version-
Updated2/13/2026
Publisheraktsmm

Tags

ci-cdgithubgithub-actionsllmprompting