Agent skill
gdt-drawing
Specialized skill for geometric dimensioning and tolerancing specification per ASME Y14.5 and ISO 1101
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/science/mechanical-engineering/skills/gdt-drawing
Metadata
Additional technical details for this skill
- phase
- 1
- domain
- science
- category
- design-development
- priority
- high
- specialization
- mechanical-engineering
- tools libraries
-
[ "SolidWorks Drawings", "CATIA Drafting", "NX Drafting", "CETOL 6 Sigma", "3DCS" ]
SKILL.md
GD&T and Drawing Creation Skill
Purpose
The GD&T and Drawing Creation skill provides specialized capabilities for geometric dimensioning and tolerancing specification per ASME Y14.5 and ISO 1101, enabling proper documentation of design intent for manufacturing.
Capabilities
- ASME Y14.5-2018 interpretation and application
- Datum feature selection and reference frame establishment
- Geometric tolerance specification and symbol usage
- Tolerance stack-up analysis (worst-case and statistical)
- Drawing view creation and annotation
- Bill of materials generation
- Revision control and ECO documentation
- Drawing checker automation
Usage Guidelines
Datum Reference Frame
Datum Selection Principles
-
Primary Datum (A)
- Establishes orientation
- Contacts 3 points minimum
- Usually largest/most stable surface
-
Secondary Datum (B)
- Establishes rotation lock
- Contacts 2 points minimum
- Perpendicular to primary
-
Tertiary Datum (C)
- Establishes location
- Contacts 1 point minimum
- Completes coordinate system
Datum Feature Selection
| Function | Recommended Datum Features |
|---|---|
| Mounting surface | Primary: Mounting face |
| Shaft alignment | Primary: Axis (A-B pattern) |
| Hole pattern | Secondary/Tertiary: Pattern center |
| Symmetric part | Primary: Plane of symmetry |
Geometric Tolerances
Form Controls
| Symbol | Control | Datum Required |
|---|---|---|
| Straightness | Line element deviation | No |
| Flatness | Surface deviation | No |
| Circularity | Cross-section deviation | No |
| Cylindricity | Combined circularity + straightness | No |
Orientation Controls
| Symbol | Control | Datum Required |
|---|---|---|
| Perpendicularity | 90 degrees to datum | Yes |
| Parallelism | Parallel to datum | Yes |
| Angularity | Specified angle to datum | Yes |
Location Controls
| Symbol | Control | Datum Required |
|---|---|---|
| Position | True position from datums | Yes |
| Concentricity | Axis coincidence | Yes |
| Symmetry | Median plane coincidence | Yes |
Runout Controls
| Symbol | Control | Datum Required |
|---|---|---|
| Circular runout | Single revolution check | Yes (axis) |
| Total runout | Full surface check | Yes (axis) |
Profile Controls
| Symbol | Control | Datum Required |
|---|---|---|
| Profile of a line | 2D outline control | Optional |
| Profile of a surface | 3D surface control | Optional |
Tolerance Specification
Position Tolerance Formula
Position tolerance = 2 * sqrt((dx)^2 + (dy)^2)
Where:
dx = deviation in X from true position
dy = deviation in Y from true position
MMC/LMC Modifiers
| Modifier | Effect | Application |
|---|---|---|
| MMC (M) | Bonus tolerance as size departs | Assembly clearance |
| LMC (L) | Bonus at LMC | Wall thickness control |
| RFS | No bonus | Default per Y14.5-2018 |
Tolerance Zone Shapes
Cylindrical: Position of holes (diameter symbol)
Rectangular: Position of slots
Spherical: Ball location (S diameter symbol)
Drawing Creation
View Selection
-
Standard Views
- Front view: Most descriptive
- Top/side views: As needed
- Isometric: For orientation
-
Section Views
- Full section: Internal features
- Half section: Symmetric parts
- Broken-out: Local detail
-
Detail Views
- Small features requiring enlargement
- Complex tolerancing areas
Annotation Standards
-
Dimension Placement
- Dimension in most descriptive view
- Group related dimensions
- Avoid crossing dimension lines
- Reference features, not edges
-
Notes
- General notes for common requirements
- Local notes for specific features
- Material and finish callouts
Process Integration
- ME-004: GD&T Specification and Drawing Creation
Input Schema
{
"part_model": "CAD file reference",
"functional_requirements": {
"assembly_interfaces": "array",
"critical_features": "array",
"fit_requirements": "clearance|transition|interference"
},
"manufacturing_method": "machined|cast|molded|sheet_metal",
"inspection_method": "CMM|optical|manual",
"standard": "ASME_Y14.5|ISO_1101"
}
Output Schema
{
"drawing_info": {
"drawing_number": "string",
"revision": "string",
"sheet_count": "number"
},
"datum_reference_frame": {
"primary": "string",
"secondary": "string",
"tertiary": "string"
},
"geometric_tolerances": [
{
"feature": "string",
"tolerance_type": "string",
"value": "number (mm)",
"datums": "string",
"modifiers": "string"
}
],
"critical_dimensions": "array",
"bom": "array of components"
}
Best Practices
- Select datums that reflect assembly function
- Apply tolerances based on functional requirements
- Use MMC where assembly fit is primary concern
- Document datum feature simulators
- Verify tolerance stack-ups for critical fits
- Include inspection notes for complex features
Integration Points
- Connects with CAD Modeling for geometry
- Feeds into Tolerance Stack-Up for analysis
- Supports FAI Inspection for verification
- Integrates with Manufacturing for process capability
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?