review-recommendations

Review technical recommendations for context relevance and guardrails.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kurko/ai-company-os --skill review-recommendations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-recommendations
Source: https://github.com/kurko/ai-company-os/tree/main/skills/review-recommendations
Command: npx skills add https://github.com/kurko/ai-company-os --skill review-recommendations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review technical recommendations before presenting them to the user, ensuring they are context-specific and free from generic guidance.

Core Features & Use Cases

  • Spawns a general-purpose subagent to challenge assumptions and filter out generic advice that doesn't apply to the user's context.
  • Applies before presenting recommendations for configuration changes, performance optimizations, or architectural decisions to maintain quality and relevance.
  • Provides a structured verdict process (problem check, context check, assumption check, confidence check, verdict) to decide keep, modify, or drop.

Quick Start

Spawn a general-purpose subagent to review the technical recommendations before presenting them.

Frequently Asked Questions about review-recommendations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review technical recommendations before presenting them to users?

Review technical recommendations by spawning a general-purpose subagent to challenge assumptions and filter out generic advice, ensuring suggestions are context-specific before deployment. This validates relevance across configuration changes, performance optimizations, and architecture decisions.

What is a structured verdict process for vetting engineering recommendations?

A structured verdict process for engineering recommendations evaluates suggestions through problem, context, assumption, and confidence checks to decide whether to keep, modify, or drop the advice before it reaches users.

How do I filter out generic advice from performance optimization suggestions?

Filter generic advice from performance optimization suggestions by using a subagent to verify that recommendations match your specific context, discarding or modifying any guidance that fails an assumption check against your environment.

Can I use an automated subagent to validate architecture decisions before deployment?

Yes, you can use an automated general-purpose subagent to validate architecture decisions by applying problem, context, and confidence checks to ensure the recommendations are relevant and include proper guardrails before deployment.

When should I not use automated recommendation review for configuration changes?

You should not use automated recommendation review when configuration changes require immediate execution without a validation layer, as the subagent spawning and structured verdict process adds latency to the decision-making workflow.

What is the best way to ensure context-specific engineering recommendations?

The best way to ensure context-specific engineering recommendations is to apply an automated review subagent that performs assumption and context checks, dropping any generic guidance that does not directly apply to the target environment.