
@liauw-media/codeassist
Use when tests fail intermittently. Replace arbitrary timeouts with condition polling. Eliminates flaky tests caused by timing assumptions.
@liauw-media/codeassist
Use after brainstorming, before implementation. Breaks work into discrete, actionable tasks with clear verification points.
@liauw-media/codeassist
Use to validate process documentation. Apply TDD to skill writing: RED (run without skill, document failures) → GREEN (write skill) → REFACTOR (close loopholes). Test under pressure: time constraints, sunk cost, exhaustion, authority.
@liauw-media/codeassist
Configuration management with Ansible. Use when automating server setup, application deployment, orchestrating multi-server tasks, or managing infrastructure configuration.