Agent skill
standard-work-documenter
Standardized work procedure documentation skill with time observations, work sequence analysis, and visual work instructions
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/operations/skills/standard-work-documenter
Metadata
Additional technical details for this skill
- domain
- business
- category
- lean-operations
- specialization
- operations
SKILL.md
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
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
- Calculate Takt Time - Determine customer demand rate
- Observe Work - Conduct time studies of current methods
- Break Down Elements - Identify individual work elements
- Sequence Work - Determine optimal work sequence
- Document Standards - Create combination sheets and instructions
- 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
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?