fai-inspection
Skill for first article inspection planning and execution per AS9102
What this skill does
# First Article Inspection Skill
## Purpose
The First Article Inspection skill provides capabilities for planning and executing first article inspections per AS9102, enabling comprehensive verification of manufacturing processes and design conformance.
## Capabilities
- FAI plan development per AS9102
- Balloon drawing preparation
- Measurement method specification
- CMM programming guidance
- Characteristic accountability matrix
- Partial FAI and delta FAI management
- FAI report generation (Forms 1, 2, 3)
- Non-conformance disposition
## Usage Guidelines
### AS9102 Requirements
#### FAI Triggers
```
Full FAI required when:
- New part number
- Design change affecting form/fit/function
- Change in manufacturing process/location
- Tooling inactive > 2 years
- Manufacturing process change
- Natural/human-made event affecting process
```
#### Partial FAI (Delta FAI)
```
Allowed when:
- Minor design change
- Controlled process change
- Tooling modification
Only affected characteristics need re-inspection
```
### FAI Planning
#### Characteristic Identification
1. **Drawing Review**
- Identify all dimensions
- Identify all notes
- Identify material/process requirements
- Identify special characteristics
2. **Characteristic Types**
| Type | Symbol | Definition |
|------|--------|------------|
| Standard | None | Normal inspection |
| Critical | Triangle/diamond | Safety/function critical |
| Major | M in circle | Important for assembly |
| CTQ | Key symbol | Customer specified |
#### Balloon Drawing
```
Ballooning requirements:
- Unique number for each characteristic
- Sequential numbering preferred
- Reference to original dimension
- Include notes and specifications
- Mark special characteristics
```
### AS9102 Forms
#### Form 1: Part Number Accountability
```
Required fields:
- Part number and name
- Part revision level
- Drawing number and revision
- Organization name and code
- FAI report number
- Signature and date
- Part serial number
- FAI reason (new/change)
```
#### Form 2: Product Accountability - Materials, Processes, Functional Testing
```
Material verification:
- Material specification
- Raw material supplier
- Material certifications
- Heat/lot traceability
Process verification:
- Special processes (heat treat, plating, NDT)
- Process specification
- Processor certification
- Process parameters
Functional testing:
- Test requirements
- Test results
- Pass/fail status
```
#### Form 3: Characteristic Accountability
```
For each characteristic:
- Characteristic number (balloon)
- Reference location (drawing zone)
- Characteristic designator (if special)
- Requirement (nominal and tolerance)
- Results (actual value)
- Designed tooling (Y/N)
- Non-conformance number (if applicable)
```
### Measurement Methods
#### Measurement Selection
| Tolerance | Accuracy Required | Typical Method |
|-----------|------------------|----------------|
| +/- 0.5 mm | 0.05 mm | Caliper |
| +/- 0.1 mm | 0.01 mm | Micrometer |
| +/- 0.025 mm | 0.002 mm | CMM |
| +/- 0.005 mm | 0.0005 mm | Precision CMM |
#### GD&T Measurement
| Characteristic | Measurement Method |
|----------------|-------------------|
| Flatness | CMM scan, optical flat |
| Perpendicularity | CMM, square fixture |
| Position | CMM, functional gage |
| Concentricity | CMM, roundness tester |
| Runout | V-blocks + indicator |
| Profile | CMM, optical comparator |
#### CMM Programming
```
CMM measurement strategy:
1. Establish datum reference frame
2. Measure datum features first
3. Measure located features
4. Use appropriate probe compensation
5. Verify measurement uncertainty
6. Document probe configuration
```
### Non-Conformance Handling
#### Disposition Options
| Disposition | Application | Authority |
|-------------|-------------|-----------|
| Use As-Is | Minor deviation, no impact | Engineering |
| Rework | Can be brought to spec | Quality |
| Repair | Alternate method to restore | Engineering |
| Scrap | Cannot be made conforming | Quality |
| Return to Supplier | Vendor issue | Purchasing |
#### Documentation Requirements
```
Non-conformance record:
- NC number
- Characteristic affected
- Requirement
- Actual condition
- Root cause analysis
- Corrective action
- Disposition and approval
```
### FAI Approval Process
```
Approval workflow:
1. Inspector completes inspection
2. Quality review forms
3. Engineering review (if NC exists)
4. Quality approval signature
5. Customer approval (if required)
6. Archive and distribution
```
## Process Integration
- ME-023: First Article Inspection (FAI)
## Input Schema
```json
{
"part_info": {
"part_number": "string",
"revision": "string",
"description": "string",
"drawing_number": "string"
},
"fai_type": "full|partial|delta",
"trigger": "new_part|design_change|process_change|other",
"previous_fai": "string (if partial/delta)",
"special_requirements": {
"customer_approval": "boolean",
"special_processes": "array"
}
}
```
## Output Schema
```json
{
"fai_plan": {
"fai_number": "string",
"balloon_drawing": "file reference",
"characteristic_count": "number",
"measurement_methods": "array"
},
"fai_forms": {
"form_1": "document reference",
"form_2": "document reference",
"form_3": "document reference"
},
"results_summary": {
"total_characteristics": "number",
"conforming": "number",
"non_conforming": "number",
"nc_numbers": "array"
},
"approval_status": {
"status": "approved|conditional|rejected",
"conditions": "array (if conditional)",
"approved_by": "string",
"date": "date"
}
}
```
## Best Practices
1. Review drawing completely before ballooning
2. Ensure measurement method capability
3. Document traceability to raw material
4. Obtain certifications for special processes
5. Address all non-conformances before approval
6. Maintain FAI records per retention requirements
## Integration Points
- Connects with GD&T Drawing for requirements
- Feeds into Design Review for verification evidence
- Supports Process Planning for capability verification
- Integrates with Quality systems for record keeping
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.