What problem does it solve?
This skill acts as a Module Guardian that verifies code changes against module boundaries, ownership, and interface contracts defined by AGENT.md to prevent cross-module breakages and ensure quality standards.
Core Features & Use Cases
- Detect changed files in the latest wave or specified commits and locate the nearest AGENT.md for each affected module.
- Build a map of changed files per module and perform Ownership, Dependency, Interface Contract, and Quality Standards checks.
- Generate a Stewardship Report, flagging critical and high issues, and update AGENT.md Change History with stewardship entries.
- Conduct Cross-Module Impact Analysis to surface ripple effects in dependent modules and guide remediation.
Quick Start
Run steward to validate the latest wave against AGENT.md and generate the stewardship report.