standard-work-documenter

Standardized work procedure documentation skill with time observations, work sequence analysis, and visual work instructions

509 stars

Best use case

standard-work-documenter is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Standardized work procedure documentation skill with time observations, work sequence analysis, and visual work instructions

Teams using standard-work-documenter should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/standard-work-documenter/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/operations/skills/standard-work-documenter/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/standard-work-documenter/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How standard-work-documenter Compares

Feature / Agentstandard-work-documenterStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Standardized work procedure documentation skill with time observations, work sequence analysis, and visual work instructions

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Standard Work Documenter

## Overview

The Standard Work Documenter skill provides comprehensive capabilities for creating and maintaining standardized work documentation. It supports time observation, work element breakdown, and visual work instruction creation to ensure consistent, efficient operations.

## Capabilities

- Time observation and measurement
- Takt time calculation
- Work element breakdown
- Standard work combination sheet
- Work sequence documentation
- Standard WIP calculation
- Visual work instruction creation

## Used By Processes

- LEAN-005: Standard Work Documentation
- LEAN-002: 5S Implementation
- QMS-001: ISO 9001 Implementation

## Tools and Libraries

- Time study software
- Video analysis tools
- Document management systems
- Visual instruction creators

## Usage

```yaml
skill: standard-work-documenter
inputs:
  process_name: "Final Assembly Station 5"
  takt_time: 60  # seconds
  observations:
    - cycle: 1
      time: 58
    - cycle: 2
      time: 62
    - cycle: 3
      time: 57
  work_elements:
    - element: "Pick part A"
      type: "manual"
    - element: "Install part A"
      type: "manual"
    - element: "Machine cycle"
      type: "machine"
outputs:
  - standard_work_combination_sheet
  - work_sequence_document
  - visual_work_instructions
  - standard_wip_calculation
  - training_materials
```

## Workflow

1. **Calculate Takt Time** - Determine customer demand rate
2. **Observe Work** - Conduct time studies of current methods
3. **Break Down Elements** - Identify individual work elements
4. **Sequence Work** - Determine optimal work sequence
5. **Document Standards** - Create combination sheets and instructions
6. **Train and Verify** - Ensure operators follow standards

## Standard Work Documents

| Document | Purpose |
|----------|---------|
| Standard Work Combination Sheet | Shows relationship between manual work, machine time, and walking |
| Standard Work Layout | Depicts physical movement and sequence |
| Job Element Sheet | Detailed breakdown of each work element |
| Visual Work Instruction | Step-by-step guidance with images |

## Takt Time Formula

```
Takt Time = Available Production Time / Customer Demand

Example:
- Available time: 8 hours = 28,800 seconds
- Customer demand: 480 units/day
- Takt time: 28,800 / 480 = 60 seconds
```

## Integration Points

- Document management systems
- Training platforms
- Quality management systems
- Manufacturing Execution Systems

Related Skills

pnpm-workspaces

509
from a5c-ai/babysitter

pnpm workspace patterns and dependency management.

Network Protocol Analysis Skill

509
from a5c-ai/babysitter

Network protocol capture, analysis, and fuzzing capabilities

contract-test-framework

509
from a5c-ai/babysitter

Consumer-driven contract testing for SDK-API compatibility. Generate Pact consumer tests, verify provider contracts, configure Pact broker, and implement can-i-deploy checks.

cli-framework-builder

509
from a5c-ai/babysitter

Build command-line interfaces for SDK interaction

network-performance

509
from a5c-ai/babysitter

Expert skill for network performance analysis and optimization. Analyze packet captures, identify network latency bottlenecks, configure TCP tuning parameters, analyze connection pooling behavior, debug TLS handshake performance, and optimize HTTP/2 and HTTP/3 settings.

network-testing

509
from a5c-ai/babysitter

Comprehensive network testing, benchmarking, and performance validation skill

network-simulation

509
from a5c-ai/babysitter

Skill for network condition simulation, emulation, and chaos engineering

Mobile Testing Frameworks

509
from a5c-ai/babysitter

Comprehensive mobile testing framework expertise

unreal-networking

509
from a5c-ai/babysitter

Unreal Engine networking skill for replication, RPCs, relevancy, and dedicated server architecture.

unreal-gamesframework

509
from a5c-ai/babysitter

Unreal Engine Gameplay Ability System (GAS) skill for attributes, abilities, and gameplay effects.

steamworks-networking

509
from a5c-ai/babysitter

Steam P2P networking skill for lobbies and relay servers.

p2p-networking

509
from a5c-ai/babysitter

Peer-to-peer networking skill for NAT punch-through and relay servers.