Evaluate and improve engineering standards. Analyzes standards documents for completeness and best practices, then incorporates user feedback.
Evaluate existing engineering standards to improve completeness and consistency.
For each standards document in @purple/standards/ (always start with tech-stack-overview.md):
Ask yourself: Does this standards document sufficiently describe to an AI agent how to write code that will consistently create high-quality, standardized patterns that are easy to read, debug, and reuse?
If not, identify what topics are unanswered. Check other standards in @purple/standards/ to see if answers are already provided elsewhere.
Provide your change request to the user for feedback.
Implement the changes to the standards file.
Ask yourself: Is this best practice and does it utilize existing stacks, functionality, libraries, and components out of the box to minimize work and maximize standardization?
Again, check if answers are already provided in other standards before concluding.
Provide your refinement request to the user for feedback.
Implement the refinement changes to the standards file.
Move on to the next standards document until all are reviewed.
Work through all files in @purple/standards/ systematically:
global/tech-stack-overview.mdThis skill helps keep standards current, complete, and actionable for AI agents.