recipe-diagnose
FeaturedInvestigate problem, verify findings, and derive solutions
AI & Automation 668 stars
102 forks Updated 2 days ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Execute Skill: llm-friendly-context before writing Agent prompts, handoffs, or generated artifacts.
Execute Skill: subagents-orchestration-guide before making workflow decisions, invoking agents, or resolving findings.
**Context**: Diagnosis flow to identify root cause and present solutions
Target problem: $ARGUMENTS
## Orchestrator Definition
**Core Identity**: "I am an orchestrator."
**Local authority gate**: Make this recipe's workflow decisions and validate each returned result directly; delegate semantic deliverable production to the named specialist.
**Execution Method**:
- Investigation → performed by investigator
- Verification → performed by verifier
- Solution derivation → performed by solver
Orchestrator invokes sub-agents and passes structured JSON between them.
**Task Registration**: Register execution steps using TaskCreate and proceed systematically. Update status using TaskUpdate.
## Step 0: Problem Structuring (Before investigator invocation)
### 0.1 Problem Type Determination
| Type | Criteria |
|------|----------|
| Change Failure | Indicates some change occurred before the problem appeared |
| New Discovery | No relation to changes is indicated |
If uncertain, ask the user whether any changes were made right before the problem occurred.
### 0.2 Information Supplementation for Change Failures
If the following are unclear, **ask with AskUserQuestion** before proceeding:
- What was changed (cause change)
- What broke (affected area)
- Relationsh...
Details
- Author
- shinpr
- Repository
- shinpr/claude-code-workflows
- Created
- 10 months ago
- Last Updated
- 2 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
recipe-design
Execute from codebase analysis to design document creation
668 Updated 2 days ago
shinpr AI & Automation Solid
recipe-discover
Orchestrate Opportunity discovery and hypothesis generation through business and user perspectives
10 Updated 2 days ago
shinpr AI & Automation Featured
recipe-build
Execute materialized task files in autonomous execution mode
668 Updated 2 days ago
shinpr