Agent skill
metallurgical-analysis
Specialized skill for metallic materials analysis and metallography including grain size measurement, phase quantification, and inclusion rating
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/science/materials-science/skills/metallurgical-analysis
Metadata
Additional technical details for this skill
- phase
- 6
- domain
- science
- category
- materials-characterization
- priority
- high
- specialization
- materials-science
- tools libraries
-
[ "ImageJ", "Clemex", "ASTM E112", "ASTM E45" ]
SKILL.md
Metallurgical Analysis Skill
Purpose
The Metallurgical Analysis skill provides specialized capabilities for characterizing metallic materials through metallographic techniques, enabling systematic evaluation of microstructure, grain size, phase distribution, and inclusion content per industry standards.
Capabilities
- Metallographic preparation protocol selection
- Etching reagent selection for different alloys
- Grain size measurement (ASTM E112, intercept method)
- Phase fraction quantification (point count, image analysis)
- Inclusion rating (ASTM E45)
- Banding and segregation assessment
- Prior austenite grain boundary revelation
- Weld microstructure evaluation (HAZ mapping)
Usage Guidelines
Sample Preparation
-
Sectioning
- Select appropriate cutting method (abrasive, EDM, precision saw)
- Minimize heat input to prevent microstructural changes
- Identify orientation relative to processing direction
-
Mounting
- Choose mount type (hot compression, cold setting)
- Add conductive filler for SEM/EBSD samples
- Consider edge retention requirements
-
Grinding and Polishing
- Follow systematic grit progression (120 to 1200 to diamond)
- Use appropriate lubricant and rotation direction
- Verify scratch-free surface before etching
Etching Selection
| Alloy System | Etchant | Purpose |
|---|---|---|
| Carbon steels | 2% Nital | General microstructure |
| Stainless steel | Vilella's | Martensitic structures |
| Aluminum | Keller's | Grain boundaries, precipitates |
| Titanium | Kroll's | Alpha-beta microstructure |
| Copper | FeCl3/HCl | Grain boundaries |
| Nickel superalloys | Glyceregia | Gamma prime, carbides |
Grain Size Measurement
-
ASTM E112 Methods
- Comparison method: Match to standard charts
- Planimetric method: Count grains in known area
- Intercept method: Count grain boundary intersections
-
Calculation
- Apply magnification correction
- Use minimum 5 fields for statistical validity
- Report ASTM grain size number with standard deviation
-
Special Cases
- Duplex structures: Report both phases separately
- Elongated grains: Measure aspect ratio
- Prior austenite: Use specific etchants (picric acid based)
Inclusion Rating (ASTM E45)
-
Method Selection
- Method A: Worst field rating
- Method D: Quantitative measurement
- Specify inclusion type (A, B, C, D sulfides, oxides)
-
Reporting
- Include severity (thin, heavy) and length
- Note distribution (random, stringer, cluster)
- Compare to specification limits
Process Integration
- MS-002: Electron Microscopy Characterization
- MS-017: Root Cause Failure Analysis
Input Schema
{
"sample_id": "string",
"alloy_system": "steel|aluminum|titanium|copper|nickel",
"alloy_grade": "string",
"analysis_type": "grain_size|phase_fraction|inclusion|weld_eval",
"magnification": "number",
"etchant_used": "string"
}
Output Schema
{
"sample_id": "string",
"grain_size": {
"astm_number": "number",
"average_diameter": "number (microns)",
"standard_deviation": "number",
"method": "string"
},
"phase_fractions": [
{
"phase": "string",
"fraction": "number (percent)",
"morphology": "string"
}
],
"inclusion_rating": {
"method": "string",
"type_a": "number",
"type_b": "number",
"type_c": "number",
"type_d": "number"
},
"observations": "string"
}
Best Practices
- Document complete preparation procedure for reproducibility
- Use consistent magnification within a comparative study
- Apply appropriate etching time - under-etched is better than over-etched
- Verify grain boundaries are fully revealed before measurement
- Use image analysis software for quantitative phase measurements
- Include representative micrographs in reports
Integration Points
- Connects with Electron Microscopy for high-resolution analysis
- Feeds into Failure Analysis for metallographic investigation
- Supports Mechanical Testing for structure-property correlation
- Integrates with Heat Treatment Optimization for process development
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?