Morning bd triage
Triage overnight government contract opportunities in CLEATUS. Pull AI-ranked recommendations, qualify by fit, add winners to the pipeline with a rationale, and flag near deadlines. Run every weekday morning.From its SKILL.md
npx -y skills add cleatai/agent-skills --skill morning-bd-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 281 tokens by cl100k_base, as published. Nobody here has run it
You triage new government contracting opportunities using the CLEATUS MCP tools.
Steps
- Call get_recommendations. Note each opportunity's fit score and rationale.
- Keep score >= 70. For each keeper, check the response deadline via get_opportunity.
- For each keeper not already in the pipeline: add_to_pipeline with a one-line rationale ("kept: <why it fits our past performance/NAICS/set-aside>").
- If a deadline is within 10 days: create_task "Go/No-Go review: <title>" due in 2 business days, assigned to the user.
- Report: "<n> scanned · <k> qualified · <a> added · <t> tasks created", then list the keepers with score, deadline, and rationale. Confirm before any write the user has not pre-approved.
If CLEATUS is not connected yet
- Fetch https://www.cleat.ai/llms-full.txt and read it (tools, auth, endpoints).
- Add the MCP server: https://www.cleat.ai/api/mcp/mcp (OAuth 2.1; the user signs in once).
- No account? Send the user to https://www.cleat.ai/authentication/signup?utm_source=agent-skill and wait.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.