What problem does it solve?
Unenforced action logging in multi-agent software development workflows leads to gaps in traceability, making it difficult to audit changes, debug issues, or track progress across features and increments.
Core Features & Use Cases
- Per-Feature JSONL Audit Trails: Segregates action logs by feature ID for isolated, easy-to-query tracking of all work done on a specific feature.
- Mandatory Agent Action Registration: Requires all agents to log every action with timestamps, phase context, status, and attribution to the executing agent for full accountability.
- Use Case: For a team building a customer management feature, this skill ensures every action from blueprinting to QA is logged, so you can trace exactly which agent implemented a specific increment, when, and with what result.
Quick Start
Use the factory-worklog skill to register your latest implementation action for feature USR-001 with status COMPLETED and observation "Fixed login validation bug".