# Recommend Project Stack

Use this skill when an agent needs to recommend open-source projects for a concrete implementation goal.

## Inputs

- Use case or goal
- Optional constraints such as category, deployment, language, license, and Cloudflare readiness
- Optional strict data-source requirement

## Procedure

1. Check `https://git.top/api/trust` and only make high-confidence claims when the trust gate allows it.
2. POST to `https://git.top/api/recommend` or call MCP `recommend_project`.
3. Inspect `decision_summary`, `fit_profile`, `adoption_plan`, `risk_flags`, and `matched_constraints`.
4. Use compare or graph endpoints for final shortlists.

## Outputs

- Ranked recommendations
- Reasons, tradeoffs, risk flags, and next actions
- Data source and evidence metadata
