phy-living-adrLiving Architecture Decision Records — automatically draft, number, and update ADRs from git diffs, PR descriptions, or plain-English decisions. Detects arch...
Install via ClawdBot CLI:
clawdbot install phy041/phy-living-adrGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://canlah.aiAudited May 31, 2026 · audit v1.0
Generated Aug 9, 2026
A growing tech startup decides to break its monolithic application into microservices to improve scalability and deployment speed. The engineering lead uses the Living ADR skill to document each microservice decision, ensuring all architectural changes are tracked and communicated across the team.
A large enterprise migrates from on-premise infrastructure to a cloud-native architecture using Kubernetes and Docker. The platform team uses Living ADR to record decisions about cloud providers, container orchestration, and infrastructure-as-code, providing a clear audit trail for compliance and internal reviews.
An e-commerce company integrates a new payment gateway to support international customers and reduce transaction fees. The development team uses Living ADR to document the integration decision, including reasons for choosing the new provider and potential trade-offs, aiding future maintenance and feature additions.
A healthcare software provider upgrades its authentication mechanism from simple tokens to OAuth2 with multi-factor authentication to comply with stricter data privacy regulations. Living ADR is used to document the security architecture change, ensuring regulatory compliance and providing a reference for future security audits.
As a SaaS platform, documentation quality directly impacts customer trust and churn rate. Using Living ADR ensures architectural decisions are transparent, which helps in retaining enterprise clients who require thorough documentation for compliance and integration.
Consulting firms can use Living ADR to deliver high-quality architecture documentation as part of their deliverables. This adds value to client engagements and can be marketed as a differentiator, allowing for higher consulting fees.
If the AI agent skill is distributed as a paid devtool, the business model could involve licensing fees or usage-based pricing. The value proposition is time savings and reduced architectural debt for development teams.
💬 Integration Tip
Integrate Living ADR into your Continuous Integration pipeline by triggering it on pull request merges to automatically generate ADRs for significant changes. Also, establish a naming convention for ADR files and ensure the docs/adr/ directory is accessible to all team members.
Scored Aug 9, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.